prpr
Well-Known Member
This is the way things are normally set up on the HDR:Has anyone successfully shared a path with spaces (say,/media/My Music
) using the CF Samba?
Code:
humax3 ~ # cat /mod/etc/smb-hotplug.conf
# Do not modify this file - it will be overwritten
[My Music]
comment = My Music
path = /mnt/hd2/My Music
public = yes
writable = yes
browsable = yes
create mask = 0644
directory mask = 0755
hide dot files = no
etc.
Code:
>net view \\humax3
Shared resources at \\humax3
Samba HDR-Fox-T2
Share name Type Used as Comment
-----------------------------------------------------
Media Disk Media
My Music Disk My Music
My Photo Disk My Photo
My Video Disk My Video
The command completed successfully.
dir "\\humax3\my video"
works as you would expect.Having said that, I've modified my other boxes to get rid of the space in the share name as I think it is stupid, and it causes other problems with things that don't understand the space.