Displaying 1 result from an estimated 1 matches for "bcochofel".
Did you mean:
cochofel
2004 Jan 02
1
fstab mounting
Hi there...
I want to mount a windows share automatically in fstab but I get an error
When I try: mount -t smbfs //MSWinSMBServer/share /mnt/share, it works,
and even when I pass options like,
mount -t smbfs -o
username=bcochofel,workgroup=COCHOFEL,uid=bcochofel,gid=users
then, when asked, I type password...
The problem is when I do this in my fstab...
here's the line:
//MSWinSMBServer /mnt/share smbfs noauto,user 0 0
I even tried,
//MSWinSMBServer /mnt/share smbfs
noauto,user,credentials=...