Home unRAID Root Share
Post
Cancel

unRAID Root Share

unRAID Root Share

Enable a rootshare on unRAID to allow local moving of files between shares via another SMB client.
Append the below to the existing configuration, replacing users as required.

  • Settings
    • Network Services/SMB
      • SMB Extras

Samba Extra Configuration

1
2
3
4
5
6
7
8
#rootshare
[rootshare]
path = /mnt/user
comment =
browseable = yes
valid users = nels #read_access
write list = nels #write_access
vfs objects =
This post is licensed under CC BY 4.0 by the author.