Hi, I have setup Samba in Raspberry Pi, and am able to connect to "PiShare" (/home/charles/share) without any problems; however, somehow I can't connect to "entertainment" (/media/usb-drive/music), which is on an external usb hard drive. I have tried numerous different configurations--and still no luck. Any ideas? Happy New Year. Thanks. [PiShare] comment = Raspberry Pi Share create mask = 0777 directory mask = 0777 force user = charles path = /home/charles/share read only = No [entertainment] comment = music library share create mask = 0777 directory mask = 0777 force user = charles guest ok = Yes path = /media/usb-drive/music read only = No
On Mon, 1 Jan 2024 01:09:47 -0600 cha charle via samba <samba at lists.samba.org> wrote:> Hi, > I have setup Samba in Raspberry Pi, and am able to connect to > "PiShare" (/home/charles/share) without any problems; however, > somehow I can't connect to "entertainment" (/media/usb-drive/music), > which is on an external usb hard drive. I have tried numerous > different configurations--and still no luck. Any ideas? Happy New > Year. Thanks. > > [PiShare] > comment = Raspberry Pi Share > create mask = 0777 > directory mask = 0777 > force user = charles > path = /home/charles/share > read only = No > > > [entertainment] > comment = music library share > create mask = 0777 > directory mask = 0777 > force user = charles > guest ok = Yes > path = /media/usb-drive/music > read only = NoWhat filesystem is the USB drive using ? Rowland
01.01.2024 10:09, cha charle via samba :> Hi, > I have setup Samba in Raspberry Pi, and am able to connect to "PiShare" > (/home/charles/share) without any problems; however, somehow I can't > connect to "entertainment" (/media/usb-drive/music), which is on an > external usb hard drive. I have tried numerous different > configurations--and still no luck. Any ideas? Happy New Year. Thanks.How about looking at what's in the logs? ntfs filesystem works just fine on linux with samba. /mjt