Per Jessen wrote > If you're NFS-mounting the root filesystem, you need either different > areas per machine, or local disk for workspace, e.g. for /var.
/var is not enough, you also need some client-writeable files in /etc and a writeable /media and /tmp (for X etc.). Our solution is a per-host writeable NFS mount for /var and /etc/local where we link all files from /etc to /etc/local that must be written by clients (this is special and requires some maintenance tools we developed for our distribution). /media is deployed as tmpfs which works fine. /dev is not a problem anymore since 10.1 now uses a tmpfs for /dev automatically. /tmp is a local disk partition. cu, Frank -- Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/ Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/ LMU, Amalienstr. 17 Phone: +49 89 2180-4049 80333 Muenchen, Germany Fax: +49 89 2180-99-4049 * Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
