Subject: Re: More questions
To: None <port-vax@NetBSD.ORG>
From: Mike Young <young@ecn.purdue.edu>
List: port-vax
Date: 02/21/1996 13:41:28
Robert Smith (rmsmith@csc.com) writes:
> BUT what I am experiencing is a little off:
> With my ra0a partition set at 20000, ra0b set at 40000, and ra0e set for the
> rest of RD54, in the miniroot, I end up running out of space with /dev/ra0a
> mounted on /mnt so I can't create and copy over /usr files, the basic
> files in / (mounted b partition as part of startup).
I'm pretty sure the way to handle this is: DON'T COPY /usr FILES
ONTO THE ROOT PARTITION. Copy them onto another partition, which you
then mount on /usr during bootup.
For example, here's what my system has to say about my ra81:
% df
Filesystem 512-blocks Used Avail Capacity Mounted on
/dev/ra0a 19582 12848 5754 69% /
/dev/ra0d 416734 120038 275858 30% /usr
/dev/ra0e 393478 1032 372772 0% /mnt
% /sbin/mount
/dev/ra0a on / type ufs (local)
/dev/ra0d on /usr type ufs (local)
/dev/ra0e on /mnt type ufs (local)
% /sbin/disklabel ra0
# /dev/rra0c:
[stuff deleted]
8 partitions:
# size offset fstype [fsize bsize cpg]
a: 20384 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 27)
b: 32032 20384 unused 0 0 # (Cyl. 28 - 71)
c: 908544 0 unused 0 0 # (Cyl. 0 - 1247)
d: 431704 52416 4.2BSD 1024 8192 16 # (Cyl. 72 - 664)
e: 424424 484120 4.2BSD 1024 8192 16 # (Cyl. 665 - 1247)
I hope this helps...
_________________________________________________________________________
| Mike Young young@ecn.purdue.edu Purdue University ECE Dept. |
| W. Lafayette, IN 47907-1285 http://dynamo.ecn.purdue.edu/~young/ |
_________________________________________________________________________