mount -t nfs -o nolock 10.200.1.1:/rootfs /mnt/nfs
mount.nfs: an incorrect mount option was specified
Solution:
# mount -t nfs -o nolock,nfsvers=3,vers=3 10.200.1.1:/rootfs /mnt/nfs
转载自:http://blog.chinaunix.net/uid-13173049-id-3209021.html
mount -t nfs -o nolock 10.200.1.1:/rootfs /mnt/nfs
mount.nfs: an incorrect mount option was specified
Solution:
# mount -t nfs -o nolock,nfsvers=3,vers=3 10.200.1.1:/rootfs /mnt/nfs
转载自:http://blog.chinaunix.net/uid-13173049-id-3209021.html