mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #510] s3fs mount to CentOS 6.5 #285
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#285
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 @ZerozhengCN on GitHub (Nov 29, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/510
Hi, All
The mount was success before, but when I restart the VM want to mount again. Here is very strange situation.
It is just stuck here, no error message, and whatever how long I wait, no any other message come out. I have to press ctrl+C jump out. Any one could help on this? Many Thanks
@ZerozhengCN commented on GitHub (Nov 30, 2016):
Any one can help?
@ghost commented on GitHub (Dec 12, 2016):
this looks it mount Success,may you bucket is empty. you should copy some objects in ~/mntpoint/ ,then it can give you some logs
@robert-breekie commented on GitHub (Dec 12, 2016):
It mounted succesfully. But when you mount with the s3fs command like this, it won't give you back your shell prompt. You can put an '&' at the end. Then it will be put to the background. But because you have debugging options set, i asume you'd like to see the debug output. So kickoff the command and if it mounts ok, then open another shell and see if you can access the vault.
@Aleksandaar commented on GitHub (Dec 21, 2016):
Nice explanation @robert-breekie . Even-though it might seem like an error, the log actually shows it is connected.
Also @ZerozhengCN , if you would putt
use_cache=/tmp/cachein the options, the line[DBG] curl.cpp:ReturnHandler(295): Return handler to pool: 31should disappear.
@ggtakec commented on GitHub (Jan 9, 2017):
@ZerozhengCN
After run s3fs(with "-f" option), you connect to this server by another terminal.
And you run some command which accesses a file(or directory) in your mount point.
(ex. "ls ~/mntpoint/")
Thus you will get some log messages at first terminal if s3fs will run normally.
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
Is this problem continuing?
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.
If you encounter problems with s3fs as well, try using the
dbglevel`` -dcurldbgor similar option to print out the log.It contains information for the solution.