Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Issue in Riofs and Fuse with ??????? #158

Open
rahulpatel26 opened this issue Jun 20, 2019 · 0 comments
Open

Permission Issue in Riofs and Fuse with ??????? #158

rahulpatel26 opened this issue Jun 20, 2019 · 0 comments

Comments

@rahulpatel26
Copy link

rahulpatel26 commented Jun 20, 2019

Hi,

I am facing an issue with permission between two users: (1) project1 and (2) Ubuntu users. I am login with project1 users and mount RIOFS using same user(project1). i have directory /home/project1/uploads which is my RIOFS mount point, my project directory in ubuntu user, which is located in /home/ubuntu/project_name/public/uploads. i create symbolic link : ln -s /home/project1/uploads /home/ubuntu/public/uploads. I make this kind of configuration because some other project depencies needed between users. Issue with riofs is:
(1) Once i mount RIOFS, mount successfully done. But when i check permission from ubuntu user, it shows ?????
(2) I unable to read and write operation from Ubuntu user. I am able to access symbolic link between project1 and ubuntu users before attaching RIOFS.
Both Project1 and Ubuntu users are group member of each other, but still face this issue once i mount RIOFS. My configuration command for RIOFS is like:

riofs -o "user_allow_other" --fmode=0777 --uid=1000 --gid=1000 --dmode=0777 -c /home/poject1/.config/riofs/riofs.conf.xml my_bucket_name /home/project1/uploads

Can you please help me to resolve this issue? Your support will be very helpful to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant