On Wed, Feb 24, 1999 at 11:59:57PM -0500, Ben Frame wrote: > I have 2 linux machines (486's) that I want to work > together. They each have a single 325mb hard disk, so I > would like them to share diskspace and filesystems, > using NFS. Since I need to make the most out of every > megabyte, I was wondering if anyone might be able to > suggest a minimum size for the root partition on each > machine. FYI - I plan to have /var be its own partition. > Thanks! > > Ben Frame > [EMAIL PROTECTED] >
I was very worried that I hadn't given myself enough room after my initial install, but I think now that that will never be a problem. The /usr, /var, and /home trees are on separate filesystems, and /tmp is a symlink to /var/tmp/. If I were in your situation I would use 20-25 MB. Of course, I'm no expert and I'm not in your situation ... Rob 01:19 $ df -h /dev/hda5 Filesystem Size Used Avail Capacity Mounted on /dev/hda5 57M 15M 39M 29% / 01:19 $ ls -l /tmp lrwxrwxrwx 1 root root 8 Nov 14 04:07 /tmp -> /var/tmp -- How come wrong numbers are never busy?