soft | When a major timeout happens send the calling program an
I/O error, rather than retry indefinitely. |
hard | When a major timeout happens, report server not responding
and continues to reconnect indefinitely unless the intr
option is also specified |
bg | If the first mount fails retry subsequent mounts in the background (default is fg) |
intr | Allows NFS requests to be interrupted |
nolock | Sometimes needed with older NFS servers |
rsize=n
wsize=n | Set communication block sizes for read and write.
The default is 1024 bytes.
On a clear network the speed may be improved by setting n to 8192 |