Re: Another Partition spacing... - mine -

1999-08-25 Thread Alvin Oga
hi ya... > [EMAIL PROTECTED]:~ $ df -h > FilesystemSize Used Avail Capacity Mounted on > /dev/hda1 20M 17M 1.8M 90% / > /dev/hda3 581M 179M 372M 33% /var > /dev/hda5 1.6G 274M 1.3G 18% /usr > /dev/hda6 1.2

Re: Another Partition spacing...

1999-08-25 Thread Greg Vence
Thanx I think I'll do: root 256M swap 256M var 1G usr 3G home 3.5G Thanx again -- Greg. " Raymond A. Ingles" wrote: > > On Wed, 25 Aug 1999, Marcin Owsiany wrote: > > > On Wed, Aug 25, 1999 at 11:19:02AM -0400, Greg Vence wrote: > > > What about: > > >root 1.5GB > > >v

Re: Another Partition spacing...

1999-08-25 Thread Raymond A. Ingles
On Wed, 25 Aug 1999, Marcin Owsiany wrote: > On Wed, Aug 25, 1999 at 11:19:02AM -0400, Greg Vence wrote: > > What about: > >root 1.5GB > >var 2 > >usr 2 > >home 2.256 > >swap .256 (128 MB ram) > > root is MUCH too big. /var is kind of big as well, unless you're planning on

Re: Another Partition spacing...

1999-08-25 Thread Marcin Owsiany
On Wed, Aug 25, 1999 at 11:39:49AM -0400, Greg Vence wrote: > But root would contain what is not in var, usr, and home. would 500MB > be enough for that? > [EMAIL PROTECTED]:~ $ df -h FilesystemSize Used Avail Capacity Mounted on /dev/hda1 20M 17M 1.8M 90% /

Re: Another Partition spacing...

1999-08-25 Thread Marcin Owsiany
On Wed, Aug 25, 1999 at 11:19:02AM -0400, Greg Vence wrote: > What about: >root 1.5GB >var 2 >usr 2 >home 2.256 >swap .256 (128 MB ram) root is MUCH too big. It should be as small as possible (unless the only partition is the rootpart.) so that it will be hard to crash (the p

Another Partition spacing...

1999-08-25 Thread Greg Vence
What about: root 1.5GB var 2 usr 2 home 2.256 swap .256 (128 MB ram) ? TIA -- Greg.