IBM Books

Administration Guide


NFS mounts over a switch

IBM does not support NFS mounts over the switch in the root (/) directory. If a mount is necessary in the root (/) directory, place the NFS mount elsewhere in the file system with a symbolic link into the root (/) directory. For example:

mount -o intr,hard server:/myfs /otherdir/myfs
ln -s /otherdir/myfs /myfs


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]