October 31, 20223 yr Hello, i followed the tutorial from Spaceinvador One https://www.youtube.com/watch?v=-b9Ow2iX2DQ Almost everything works, but i can't write anything into the folder via Windows 11 on Network Share. I mounted it with rclone mount --max-read-ahead 1024k --allow-other gdrive: /mnt/disks/gdrive & My Samba Extra config: [gdrive] path = /mnt/disks/gdrive comment = browseable = yes # Public public = yes writeable = yes vfs objects = When I want to write anything I always get Access denied. Do you have any ideas how to fix the permission?
March 16, 20242 yr I ran into this exact issue. I guess the problem I have now is that I don't know the specifics as to the fix, but I'd be remiss if I didnt post. I had the added constraint of locking down the share, but I assume removing the valid user/write list fixes that. I've tried this against OD, gDrive, etc. Obviously replace "dan" with unraid share username. [OneDriveDan] path = /mnt/disks/sharename comment = browseable = yes valid users = dan write list = dan writeable = yes read only = no force user = nobody force group = users create mask = 0660 directory mask = 0770 vfs objects =
December 19, 20241 yr On 3/16/2024 at 4:52 PM, InfoAddict said: I guess the problem I have now is that I don't know the specifics as to the fix, but I'd be remiss if I didnt post. Hey all. I tried the above and it did not work. Does anyone else have any suggestions? I can mount the share in my linux vm, I can browse it, but I can't write anything to it. Using the most recent version of rclone plugin, and followed the same instructions from the Spaceinvaderone video. Any assistance would be appeciated
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.