Andrew Konosky wrote: >> >> > Okay, the names of the windows drive is simply the partition name "C." I > don't have it setup to require username or password. What is the correct > format for the fstab entry? > > 192.168.1.101:C /mnt/network/192.168.1.101/ smbfs > noauto,user,rw 0 0 > > you haven't got the syntax quite right. The fstab entry for mounting my router's smb share looks like this (all on one line of course): //192.168.7.5/chris /mnt/router smbfs credentials=/root/.routercreds,uid=chris,umask=0744 0 0 you can probably ignore the credentials part. the share is named chris on the other machine. hope this helps Chris