Reply To: NSLU2 Server w/MP3 Library on TeraStation Pro?

#8778
fizze
Participant

@CCRDude wrote:

Hmmm….
That said, I remember there was something about uid & gid (user id and group id) parameters when mounting Samba drives imho, to let it know which user & group should “own” the remote files… have you set those correctly?

thats the umask parameter for the mount command.
umask=0000 would chown everything to everybody and set 777 to all files.
in a single user environment, this is rather nice.

For multiuser, ond should fine-tune the unmask settings. it sucks, having to sudo cp blah-di-blah all the time….