![]() |
FAQ.NFSAndFedoraCore2 HistoryHide minor edits - Show changes to markup August 22, 2005, at 03:23 PM
by --
Added lines 1-3:
My computer runs Fedora Core 2 and I'm getting "server is down" when I try to mount the NSLU2. What's going on?Fedora Core 2 uses NFS protocol version 3 by default. You need to pass the nfsvers option to the mount command in order to force the NFS client to use an older protocol version: mount -t nfs -o nfsvers=2 <nslu2 ip>:/share/hdd /mnt |