Comment 5 for bug 496623

Revision history for this message
Diederen (jjhdiederen) wrote :

I have the same problem. I try to mount a NFS share. I see that there is no /etc/init.d/nfs-common entry...I don't seem to start any NFS service on the Karmic client machine.

from my /etc/fstab

10:0.0.15:/home/shared /mnt/shared nfs _netdev,auto 0 0

at boot there is nothing in /mnt/shared

this works though:

sudo mount -t nfs -o proto=tcp,port=2049 10.0.0.15:/home/shared /mnt/shared