Mounting nfs: Difference between revisions

From Sharpfin
Jump to navigation Jump to search
(New page: To avoid messing around on the internal flash partition, it's a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this. I experienced some proble...)
(No difference)

Revision as of 11:48, 23 August 2007

To avoid messing around on the internal flash partition, it's a good idea to work on a network drive when playing around. NFS is the de-facto protocol for this.

I experienced some problems with the default NFS options (timeouts, lockups, etc), and some experimentation shows this works quite ok:

 mkdir /tmp/root
 mount -t nfs <server ip>:/tmp/revica/root /tmp/root -o rsize=1024,wsize=1024,soft,nolock

Your mileage might vary.