mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #649] how to use nonempty mount option #369
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#369
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cfmagnum on GitHub (Sep 25, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/649
when i am trying to mount a bucket on my ec2 instance using.
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd -o url=http://url.to.s3/ -o use_path_request_style
it is giving me an output:
s3fs: MOUNTPOINT directory /var/vcap/store is not empty.
s3fs: if you are sure this is safe, can use the 'nonempty' mount option.
how should i proceed further