NFS Version 4: Difference between revisions

From Research
Jump to navigation Jump to search
(New page: NFS4 is not like 2 or 3. It will provide '''one''' single export as a '''root filesystem'''. So in your mount line, simply remove the path information past the first "/", which you would h...)
(No difference)

Revision as of 17:43, 17 April 2008

NFS4 is not like 2 or 3. It will provide one single export as a root filesystem. So in your mount line, simply remove the path information past the first "/", which you would have supplied with NFS3. Here's are two examples:

mount -t nfs4 <address>:/ /dev/testmount
mount -t nfs4 -o rw,soft,intr 192.168.0.192:/ /temp_mnt/

The error messages that mount issues are confusing.