View Single Post
  #8   (View Single Post)  
Old 7th July 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

I think you should be able to strip all the spaces out of that string, like this:
Code:
//tdonnelly@otter/music      /mnt/Music        smbfs   rw,-N,-g0,-u1001
(goes to check man fstab)
(checks google)
hmm, not a lot of information about it.

That said, the default user and group for smb filesystems (and msdos too) is the user and group of the directory entry it is mounted on. This is the way I have always dealt with user:group issues.

Last edited by robbak; 8th July 2008 at 03:47 AM.
Reply With Quote