変更前
20G の disk を 何も変更していない状態で fdisk で見ると、次のようになります。
Disk: /dev/rwd0d
NetBSD disklabel disk geometry:
cylinders: 38760, heads: 16, sectors/track: 63 (1008 sectors/cylinder)
total sectors: 39070080
BIOS disk geometry:
cylinders: 1023, heads: 255, sectors/track: 63 (16065 sectors/cylinder)
total sectors: 39070080
Partition table:
0: NTFS, OS/2 HPFS, QNX2 or Advanced UNIX (sysid 7)
start 63, size 32901057 (16065 MB, Cyls 0-2048), Active
1: <UNUSED>
2: OS/2 hidden C: drive (sysid 132)
start 32917185, size 6152895 (3004 MB, Cyls 2049-2432)
3: <UNUSED>
また同じものを disklabel で見ると、次のようになります。
# /dev/rwd0d:
type: ESDI
disk: TOSHIBA MK2020GL
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 38760
total sectors: 39070080
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
6 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 39070080 0 unused 0 0 # (Cyl. 0 - 38759)
e: 32901057 63 NTFS # (Cyl. 0*- 32639)
f: 6152895 32917185 unknown # (Cyl. 32655*- 38759)
この最後の行がリカバリ領域と言われいるものです。
|