Difference between revisions of "Disk Volume Header"
From LinuxMIPS
(Add to SOC category) |
(Use {{PrettyTable}}) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
On a SGI's [[ARC]]S systems all disks (even CD) must have a IRIX volume header [http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=man&fname=/usr/share/catman/a_man/cat7/vh.z vh(7M)] and partitions. A typical IRIX bootable volume consists of the following partitions: | On a SGI's [[ARC]]S systems all disks (even CD) must have a IRIX volume header [http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=0650&db=man&fname=/usr/share/catman/a_man/cat7/vh.z vh(7M)] and partitions. A typical IRIX bootable volume consists of the following partitions: | ||
| − | + | {| {{PrettyTable}} | |
| − | + | ! align="right" | Partition # || Use | |
| − | + | |- | |
| − | + | | 0 || Root Filesystem partition | |
| − | + | |- | |
| + | | 1 || Swap partition | ||
| + | |- | ||
| + | | 7 || Volume Body partition | ||
| + | |- | ||
| + | | 8 || Volume Header 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. | 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. | ||
| Line 19: | Line 27: | ||
[[Category:ARC]] | [[Category:ARC]] | ||
| + | [[Category:SGI]] | ||
Latest revision as of 12:20, 14 August 2012
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 # | Use |
|---|---|
| 0 | Root Filesystem partition |
| 1 | Swap partition |
| 7 | Volume Body partition |
| 8 | Volume Header 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.