-
Notifications
You must be signed in to change notification settings - Fork 66
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
Unable to share mounted folder using NFS #42
Comments
you could try to set the same permissions as the export user admin or set the same permissions like the "TV Shows" folder on the mountpoint (gdrivepsucrypt). |
I tried all the following, but none of them worked:
|
you cant use both commands |
I retained |
I mounted my Gdrive on my Synology NAS using the following command:
sudo docker run -d --name rclone-mount --restart=unless-stopped --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined -e RemotePath="gdrive_psu_crypt:" -e MountCommands="--allow-other --allow-non-empty --dir-cache-time 24h --vfs-cache-max-age 40h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 1G --buffer-size 32M" -e ConfigName="rclone.conf" -v /volume1/Misc/Downloads:/config -v /volume1/Media/gdrivepsucrypt:/mnt/mediaefs:shared mumiehub/rclone-mount
On my NAS, I can see the files in the
gdrivepsucrypt
folder. However, I cannot see the contents of the folder from any other device on my network. I have shared the/volume1/Media/
and I see the contents of the other folders in that folder. Only thegdrivepsucrypt
is empty.The only thing that I could point out is that the owner of the folder changes to
root
after mounting.The other folder in the Media directory has
admin
as the owner.Any pointers will be highly appreciated.
The text was updated successfully, but these errors were encountered: