I'm following instructions from:
http://en.gentoo-wiki.com/wiki/NFS/Server
Code: Select all
cat /etc/exports examples
# /etc/exports: NFS file systems being exported. See exports(5).
/home/joseph 10.0.*.*(async,rw,no_subtree_check)Code: Select all
cat /etc/fstab
10.0.0.103:/home/joseph/ /home/joseph/mnt/syscon2/ nfs defaults,users,noauto 0 0It starts OK, but when I try to mount it
Code: Select all
mount -t nfs 10.0.0.103:/home/joseph /home/joseph/mnt/syscon2
mount.nfs: an incorrect mount option was specifiedCode: Select all
mount /home/joseph/mnt/syscon2/
mount.nfs: an incorrect mount option was specified

