mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #439] (vsftpd) mounting to a directory to be used as ftp user home dir #235
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#235
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 @ramotswa on GitHub (Jun 26, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/439
Hello all,
I am following this / this (and others) - and I am getting stuck at the same point every time.
I create the folder to mount to. I mount to it and then that's all fine. I can browse my s3 data via command line.
I do this as root.
Then I create a new user and set the home directory as the mount folder.
However when I connect I always get the silly 'OOPS: cannot change directory:' message.
I have a feeling it has to do with permissions - and when I look at the permissions of the mounted folder as root it's drwx------, but when looking at them just as the ubuntu user, they are; d?????????
Is that to be expected?
Thanks for any tips.
@ggtakec commented on GitHub (Jul 18, 2016):
@ramotswa
You can use mp_umask option which is specified permission mode for mount point directory.
Please try to specify it.
Thanks in advance for your help.
@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.