View Single Post
  #6   (View Single Post)  
Old 6th July 2008
tad1214 tad1214 is offline
Real Name: Thomas Donnelly
Fdisk Soldier
 
Join Date: Jun 2008
Location: Houston, TX
Posts: 60
Default

Hmm.... I don't think its an issue with the samba server as when I use Konqueror it works just fine (via smb:// rather than /mnt/Music).

changed my fstab to this
Code:
//tdonnelly@otter/music      /mnt/Music        smbfs   rw,-N -g 0 -u 1001
I also tried
Code:
//tdonnelly@otter/music      /mnt/Music        smbfs   rw,-N, -g 0, -u 1001
and If I do the following:
Code:
Barracuda# ll /mnt/
total 22
drwxr-xr-x  1 root  wheel  16384 Dec 31  1969 Music
so that would tell me that the user is not being applied.

Last edited by tad1214; 6th July 2008 at 08:38 PM.
Reply With Quote