Gidday,
I have a windows share that I am trying to get at with a minimum of command-line interaction. So far I have added this into /etc/fstab:
//windowsbox/my\040share /home/gregt/MyShare cifs owner,users,noauto,uid=gregt,gid=gregt,username=gregt 0 0
Now that mntsmb is setuid root, I should be able to mount /home/gregt/MyShare, right?
Instead I get this: # mount ~gregt/MyShare username specified with no parameter
Anyone know what's going on with this?
thanks, Greg