Subject: Re: formatter (was LC475)
To: None <wrstuden@loki.stanford.edu>
From: None <kevin@spef.syr.ge.com>
List: port-mac68k
Date: 10/19/1995 10:20:48
> Actually, as the installer knows about all the partitions, it could
> probably be modified to have a command to make the selected partition
> either a root, a usr, or an other A/UX partition (if we support "other").
> 

>From my recent test we don't support others.
(This was purly for testing sizes are rather arbatary)
Disk set-up
2M MacOS for booting
2M root slice 0
4M swap slice 1
8M usr  slice 2
8M Free A/UX slice 3
8M Free A/UX slice 4
8M Free A/UX slice 5
8M Free A/UX slice 6

Results:
disklabel returned that there were _8_ partions (I realize it only looks
for the first 8, but the map it returned had only 5 (4 not counting the
whole disk) partions in it.)
     size    offset   type
a:   4096     4192    4.2 BSD    0    0    0  #(Cyl,   51*-101*)
b:   8192     8288    swap                     (Cyl,  101*-200*)
c: 262144        0    unused     0    0        (Cyl,     0-3196*)
d:   4096       96    HFS                      (Cyl,    1*-51*)
g:  16384    16480    4.2 BSD    0    0    0   (Cyl,  200*-400*)

That was it.  No e,f or h for the Free A/UX slice [3-6] (or [3-5]).

Results Of Partion Map read program posted yesterday:

read-disk /dev/sd1c
sbSig = 0x4552
sbBlockSize = 512
sbBlkCount = 262144
sbDrvrCount = 1
Apple_HFS                        96 - 4192 (4096) MacOS
Apple_partition_map              1 - 64 (63) Apple
Apple_Driver                     64 - 96 (32) Macintosh
Apple_UNIX_SVR2                  4192 - 36960 (32768) Root file system
Apple_UNIX_SVR2                  36960 - 69728 (32768) Swap
Apple_UNIX_SVR2                  69728 - 102496 (32768) Usr file system
Apple_UNIX_SVR2                  102496 - 135264 (32768) Unreserved 1
Apple_UNIX_SVR2                  135264 - 168032 (32768) Unreserved 2
Apple_UNIX_SVR2                  168032 - 200800 (32768) Unreserved 3
Apple_UNIX_SVR2                  200800 - 233568 (32768) Unreserved 4
Apple_UNIX_SVR2                  233568 - 262144 (28576) Random A/UX fs



Please ignore any variations in partion sizes.  The first test was run by
repartioning a SyQuest cartrige that I use for moving file in/out of MacBSD,
the second test run using a cartrige that is now set-up for doing these tests.


>From what I've seen so far, if you want more than 3 partions (root, swap, usr)
you have to create multiple usr partions and keep a mental note of
which one appears first on the disk as it is the one which will be used
for sd?g.  The others will then fill in sd?d,e,f,h  in the order they
appear on the disk.

Kevin
kevin@spef.syr.ge.com