Difference between revisions of "Disk Volume Header"
From LinuxMIPS
(parted) |
(Add to SOC category) |
||
| Line 17: | Line 17: | ||
* NetBSD [http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sgimips/stand/sgivol/ sgivol] | * NetBSD [http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sgimips/stand/sgivol/ sgivol] | ||
* [http://packages.debian.org/unstable/utils/genisovh genisovh] Make CD-ROMs bootable for SGI MIPS machines | * [http://packages.debian.org/unstable/utils/genisovh genisovh] Make CD-ROMs bootable for SGI MIPS machines | ||
| + | |||
| + | [[Category:ARC]] | ||
Revision as of 10:58, 17 May 2006
On a SGI's ARCS systems all disks (even CD) must have a IRIX volume header vh(7M) and partitions. A typical IRIX bootable volume consists of the following partitions:
- Partition 0 - Root Filesystem partition.
- Partition 1 - Swap partition.
- Partition 7 - Volume Body partition.
- Partition 8 - Volume Header partition.
- Partition 10 - Whole Disk partition.
The Volume Header partition must start at the first sector on the disk. It contains the disk label in the first sector, and a rudimentary filesystem (readable by the PROM Monitor) in the rest of the partition.