Thanks this works just fine. the command did just fine and the fs got mounted. But when I rebooted the system for a full test, it did not mount it.
my command at the command prompt was
mount //thor/linux -o remount
the entry in fstab is this ...
//thor/linux /u2 smbfs rw,exec,_netdev,fmask=666,dmask=777,noauto,username='user',password='',uid=500,gid=500
Any thoughts, I have tried
//thor/linux /u2 smbfs rw,exec,_netdev,fmask=666,dmask=777,noauto,user,uid=500,gid=500
//thor/linux /u2 smbfs rw,exec,_netdev,fmask=666,dmask=777,noauto,owner,uid=500,gid=500
with little success.
|