File: minix-part.txt

package info (click to toggle)
kernel-source-2.2.19 2.2.19.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 92,116 kB
  • ctags: 276,892
  • sloc: ansic: 1,710,377; asm: 58,705; makefile: 10,198; sh: 2,398; perl: 907; tcl: 570; lisp: 218; cpp: 186; awk: 133; sed: 72
file content (43 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Minix 2.0.0/2.0.2 subpartition support.
=======================================

  Minix subpartition support is provided in `linux/drivers/block/genhd.c'.
Minix partitions are shown with the device name suffixed with an `@'
followed by any detected subpartitions inside angle brackets, like this:

Partition check:
 hda: hda1 hda2@ < hda5 hda6 > hda3 hda4

Usage
=====

Add entries to /etc/fstab, change for your setup:
 /dev/hda5	/mnt/minix	minix	rw,noauto	0	0
 /dev/hda6	/mnt/minix/usr	minix	rw,noauto	0	0

To mount your Minix filesystems:
 mount /mnt/minix		# mount /
 mount /mnt/minix/usr		# mount /usr


Note
====

The first sector of a Minix 2.0.0/2.0.2 partition containing 
subpartitions looks like the master boot record (MBR) on the first 
sector of the hard disk. 

It has
 1) a small loader program which loads the boot sector from
          the Minix root partition (usually hd?a).
 2) a small partition table which gives the starting 
	  C/H/S values and sizes for the 4 Minix subpartitions.

If there are no subpartitions then the first sector of the Minix
partition contains the usual boot sector.

Bug Reports
===========

Anand Krishnamurthy <anandk@wiproge.med.ge.com>
Rajeev V. Pillai    <rajeevvp@yahoo.com>