Subject: mounting partitions
To: None <netbsd-help@netbsd.org>
From: Vojko Kercan <vojkokercan@gmail.com>
List: netbsd-help
Date: 03/05/2006 12:17:14
------=_Part_616_20552094.1141557434365
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Below is my partition table (partition 0 is wher NetBSD 3.0 is installed):
0: NetBSD (sysid 169)
start 63, size 188747622 (92162 MB, Cyls 0-11749), Active
1: NetBSD (sysid 169)
start 188747685, size 62926605 (30726 MB, Cyls 11749-15666)
2: NetBSD (sysid 169)
start 251674290, size 69998670 (34179 MB, Cyls 15666-20023/55/1)
3: <UNUSED>
Disklabel output is in attachment (smaller output is below):
16 partitions:
# size offset fstype
a: 16778160 63 4.2BSD
b: 4195296 16778223 swap
c: 188747622 63 unused
d: 321672960 0 unused
e: 83886768 20973519 4.2BSD
f: 31457664 104860287 4.2BSD
g: 52429734 136317951 4.2BSD
h: 16384 188747685 4.2BSD
i: 16384 251674290 4.2BSD
/etc/fstab output:
/dev/wd0a / ffs rw 1 1
/dev/wd0b none swap sw 0 0
/dev/wd0e /usr ffs rw 1 2
/dev/wd0f /var ffs rw 1 2
/dev/wd0g /home ffs rw 1 2
/dev/wd0b /tmp mfs rw,-s=3D263088
kernfs /kern kernfs rw
procfs /proc procfs rw,noauto
Judging by above outputs, to mount the remaining partitions (1 and 2) I sho=
uld:
mount /dev/wd0h and mount /dev/wd0i, yet mount produces an error
"incorrect super block".
Am I looking at the things correctly? What am I missing here? Isn't it
strange that partitions h and i are so small? Is this OK?
Many thanks in advance, Vojko.
------=_Part_616_20552094.1141557434365
Content-Type: application/octet-stream; name=disklabel
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="disklabel"
16 partitions:
# size offset fstype [fsize bsize cpg/sgs]
a: 16778160 63 4.2BSD 2048 16384 27680 # (Cyl. 0*- 16645*)
b: 4195296 16778223 swap # (Cyl. 16645*- 20807*)
c: 188747622 63 unused 0 0 # (Cyl. 0*- 187249*)
d: 321672960 0 unused 0 0 # (Cyl. 0 - 319119)
e: 83886768 20973519 4.2BSD 2048 16384 28512 # (Cyl. 20807*- 104028*)
f: 31457664 104860287 4.2BSD 2048 16384 28088 # (Cyl. 104028*- 135236*)
g: 52429734 136317951 4.2BSD 2048 16384 28768 # (Cyl. 135236*- 187249*)
h: 16384 188747685 4.2BSD 1024 8192 16 # (Cyl. 187249*- 187265*)
i: 16384 251674290 4.2BSD 1024 8192 16 # (Cyl. 249676*- 249693*)
------=_Part_616_20552094.1141557434365--