mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #830] s3fs issue #483
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#483
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 @dailong on GitHub (Sep 25, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/830
when I run s3fs test /mnt/s3 -o passwd_file=
/.passwd-s3fs,Then I run mount:
s3fs on /mnt/s3 type fuse.s3fs (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
Seems to have worked.
But in a few seconds, I run mount found it unmounted. why? Thank you
@gaul commented on GitHub (Jan 26, 2019):
Could you try running in the foreground via:
It looks like s3fs has exited and you don't see the error message since it is in the background.
@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. Please reopen if symptoms persist.