After upgrading to 10.10 Maverick, my NFS root is not mounted correctly during boot. What is the correct method?

10.04 and earlier I had my /etc/fstab setup to use /dev/nfs as my root device, but it looks like that no longer exists. Is anyone else using 10.10 for NFS boot?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 3 down vote accepted

It looks like the fstab format changed slightly. The following is a working line for the root partition:

192.168.0.1:/nfs-root   /   nfs    rw,noatime,nolock,vers=3   0   0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.