- Closed
I created a share called "Dan's Stuff". Unraid created a second share called "Dan_s Stuff" automatically. I'm working with the Recycle Bin plugin and when I delete a file on Dan's Stuff it shows in Dan_s Stuff.
Two shares are actually created:
[Dan's Stuff]
path = /mnt/user/Dan's Stuff
comment = Test share
browseable = yes
public = yes
writeable = yes
vfs objects = extd_audit recycle
recycle:repository = %P/.Recycle.Bin/
recycle:directory_mode = 0777
recycle:keeptree = Yes
recycle:touch = Yes
recycle:touch_mtime = No
recycle:minsize = 1
recycle:versions = Yes
recycle:exclude = *.tmp,*.ign,*.db-*
recycle:exclude_dir = .Recycle.Bin
[Dan_s Stuff]
path = /mnt/user/Dan_s Stuff
comment =
browseable = yes
public = yes
writeable = yes
vfs objects = extd_audit recycle
recycle:repository = %P/.Recycle.Bin/
recycle:directory_mode = 0777
recycle:keeptree = Yes
recycle:touch = Yes
recycle:touch_mtime = No
recycle:minsize = 1
recycle:versions = Yes
recycle:exclude = *.tmp,*.ign,*.db-*
recycle:exclude_dir = .Recycle.Bin
I didn't mark this as urgent because I don't think it results in data loss, but data might not show up as expected. I think this will also create a permissions issue because the 'ghost' share's default permissions are not set by the user.