"); //-->
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
真的可以起作用
*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。