I forgot to add: > b) /nfs4/music is usually a _bind mount_ from some other place in the > system (ie.: mount --bind /home/mymusic /nfs4/music.).
To specify bind mounts in fstab, write something like (this is also quite hard to find anywhere) /home/mymusic /nfs4/music none bind 0 0 Also, you will need to "mkdir /var/lib/nfs/rpc_pipefs" on your server, plus possibly (I'm not sure if this is really needed, but it's nice to have anyhow) add the following to your fstab: rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs defaults 0 0 There, I _think_ I've got it all down now. :-) /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

