How To Mount An Amazon S3 Bucket As A Local Drive? Step-by-Step guide, Amazon S3 Mountpoint,

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 8

  • @ricksegalCanada
    @ricksegalCanada 10 месяцев назад

    This video is outstanding. I got everything working on an EC2 Ubuntu instance with no issues. Thank you so much for taking the time to make this helpful video. You saved me hours of work. Your video is superior to what Amazon herself puts out!

  • @meditatewithme0910
    @meditatewithme0910 6 месяцев назад

    I've tried this and successfully mounted the s3 directory. However, I want to display the mounted s3 bucket size in my linux server but it shows 0kb even though there are lots of files in the s3 bucket

  • @_vikram.rajput__
    @_vikram.rajput__ 5 месяцев назад

    when i restart my ec2 server my folder gets unomounted, how to permanently mount it ?

  • @Амьдрахсайхан-з8б
    @Амьдрахсайхан-з8б 6 месяцев назад

    can you mount nonempty directory?

  • @PurushottamSingh-cz4dq
    @PurushottamSingh-cz4dq 6 месяцев назад

    How do I do on windows ec2

  • @Venkat28s
    @Venkat28s Год назад +1

    Hi Bro
    Im getting permission denied while we create file inside directory
    like cd \delta
    touch index5,txt
    [ec2-user@ip-10-254-1-73 ~]$ cd asset
    [ec2-user@ip-10-254-1-73 asset]$ cd delta
    [ec2-user@ip-10-254-1-73 delta]$ touch index5.txt
    touch: cannot touch 'index5.txt': Permission denied
    Can you please ASAP , I dont want to be root .

    • @MeIzPure
      @MeIzPure 5 месяцев назад +1

      Hey not sure if you've already tried this, but add "sudo" to the beginning of your touch command.