SMB no write access (folder mounted via rclone)


Recommended Posts

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?

 

Screenshot_20221031_111340.png

Link to comment
  • 8 months later...
  • 7 months later...

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 =

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.