Difference between revisions of "Disk Volume Header"
From LinuxMIPS
(tools) |
m |
||
| Line 13: | Line 13: | ||
* IRIX [http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?cmd=getdoc&coll=0650&db=man&fname=1%20dvhtool dvhtool] | * IRIX [http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?cmd=getdoc&coll=0650&db=man&fname=1%20dvhtool dvhtool] | ||
* Linux [http://packages.debian.org/unstable/utils/dvhtool dvhtool] | * Linux [http://packages.debian.org/unstable/utils/dvhtool dvhtool] | ||
| − | * Linux ''fdisk'' from | + | * Linux ''fdisk'' from [http://freshmeat.net/projects/util-linux/ util-linux] |
* 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 | ||
Revision as of 15:14, 29 January 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.
DVH tools
- IRIX dvhtool
- Linux dvhtool
- Linux fdisk from util-linux
- NetBSD sgivol
- genisovh Make CD-ROMs bootable for SGI MIPS machines