from /etc/fstab:
Quote:
|
//cpugeniusmv/MyDocs /home/mike/MyDocs smbfs guest,uid=1000,gid=100,fmask=644,dmask=755 0 0
|
it works when i type
mount /home/mike/MyDocs...but not on boot.
i'm in slackware-current, i've checked /etc/rc.d/rc.inet2 and it is finding the smbfs in fstab, and i guess it's trying to mount it...(i put in a
touch after the mount, but inside the 'if'...and it was there.)
i tried putting the exact command
Quote:
|
/sbin/mount //cpugeniusmv/MyDocs /home/mike/MyDocs -t smbfs -o guest,uid=1000,gid=100,fmask=644,dmask=755
|
in with mount -a -t smbfs...no good.
i also tried putting the command in rc.local, but that didn't work.
suggestions?