TYPO-Correction:
2009/5/19 Martin Bochnig <martin at martux.org>: > Then I would do > > # mount -F lofs -O 192.168.155.12:/usr /usr > # mount -F lofs -O 192.168.155.12:/lib /lib Oops: nfs, not lofs. lofs for arbitrary (already-) local mount source dirs. While writing the msg. I changed it to use nfs instead of lofs, but forgot to remove " -F lofs". I use both on a daily basis. Of course above example would need to be corrected so that it either reads " -F nfs", or omit the explicit " -F" completely, as it gets auto-detected from the mount cmd line.
