Trashed partition table on a Trimarchi Datastaion 600 disk

Chris Torek chris at mimsy.umd.edu
Thu Dec 7 10:10:51 AEST 1989


In article <1485 at utkcs2.cs.utk.edu> battle at alphard.cs.utk.edu (David Battle)
writes:
>The problem appears to have been that the "b" partition started at the very
>beginning of the disk (the "a" partition was 0 length) but the partition table
>is normally stored at the beginning of the "a" partition (isn't it?).

Ultrix (and only Ultrix) stores the partition table in the super-block
area.  Of course, this assumes there *is* a super-block area at the
beginning of the disk.

4BSD (sufficiently recent versions) and SunOS both put the label in block
zero, and put the partition table in the label.  4BSD (but not SunOS, or
older versions thereof, at least) also allows swapping on the region
containing the label (it avoids stepping on sector 0, whether the disk is
labelled or not).
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.wizards mailing list