Amazon S3 with s3fs and fuse, transport endpoint is not connected

后端 未结 7 1599
自闭症患者
自闭症患者 2021-02-05 04:16

Redhat with Fuse 2.4.8
S3FS version 1.59

From the AWS online management console i can browse the files on the S3 bucket.
When i log-in (ssh) to my /s3 folder, i

7条回答
  •  庸人自扰
    2021-02-05 05:08

    Just unmount the directory and reboot the server if you already made changes in /etc/fstab which mounts the directory automatically.

    To unmount sudo umount /dir

    In /etc/fstab these lines should be present. then only it will mount automtically after reboot

    s3fs#bucketname /s3 fuse allow_other,nonempty,use_cache=/tmp/cache,multireq_max=500,uid=505,gid=503 0 0
    

提交回复
热议问题