I set up an NFS server on my CentOS box with this for the /etc/exports file:
/var/www 192.168.0.0/24(rw,sync,no_root_squash)
Then on my Ubuntu machine, I ran:
# cd ~/ root@bill-murray:~# mount -v 192.168.0.21:/var/www ash mount: no type was given - I'll assume nfs because of the colon mount.nfs: timeout set for Thu Mar 5 13:27:59 2009 mount.nfs: text-based options: 'addr=192.168.0.21' mount.nfs: internal error
I've wracked my brain trying to figure out what is causing the problem. Any ideas?!