Any idea why this will mount a nfs from the command line:
Code: Select all
~$ sudo mount 192.168.1.103://home/sue/Shared /media/OfficeNet
But this entry in fstab doesn't mount it at startup:
Code: Select all
192.168.1.103://home/sue/Shared /media/OfficeNet nfs
I have two entries like this in my fstab, one for home and one for work (laptop). Sometimes it works on boot and sometimes I can get it by using a mount -a command, and if that doesn't work I have to use the explicit mount command above. ???
Seems flaky to me but I may be missing something, 7 years with Linux but little Debian experience.
craig