preparation for windows installation

前に |次へ

構成その2

ハードディスクの パーテションの 様子を 見ておきましょう。

fdisk /dev/hda

ハードディスク は今回の場合 2台有る理由ですので 見てみましょう。

fdisk -l /dev/hda

まず fdisk -l で見ると

# fdisk -l /dev/hda

Disk /dev/hda: 255 heads, 63 sectors, 524 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       103    827316    6  FAT16
/dev/hda2           104       524   3381682+   b  Win95 FAT32
Partition 2 has different physical/logical endings:
     phys=(522, 254, 63) logical=(523, 254, 63)

fdisk -lu /dev/hda

次は fdisk -lu で見ると

# fdisk -lu /dev/hda

Disk /dev/hda: 255 heads, 63 sectors, 524 cylinders
Units = sectors of 1 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *        63   1654694    827316    6  FAT16
/dev/hda2       1654695   8418059   3381682+   b  Win95 FAT32
Partition 2 has different physical/logical endings:
     phys=(522, 254, 63) logical=(523, 254, 63)

fdisk /dev/hdb

もう一つの /dev/hdb を 見て行きましょう

fdisk -l /dev/hdb

まず fdisk -l で見ると

# fdisk -l /dev/hdb

Disk /dev/hdb: 255 heads, 63 sectors, 1216 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1             1       111    891576    b  Win95 FAT32
/dev/hdb2           112       237   1012095   82  Linux swap
/dev/hdb3           238      1216   7863817+  83  Linux

fdisk -lu /dev/hdb

次は fdisk -lu で見ると

# fdisk -lu /dev/hdb

Disk /dev/hdb: 255 heads, 63 sectors, 1216 cylinders
Units = sectors of 1 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1            63   1783214    891576    b  Win95 FAT32
/dev/hdb2       1783215   3807404   1012095   82  Linux swap
/dev/hdb3       3807405  19535039   7863817+  83  Linux

Id System は まあ 参考という程度で良いと 思います。大きさのみ 最終的 に この様に したいと 考えます。

この位で 前準備は おはりということにしておきます。

にゃんたろう 拝!

2007年 6月28日 (木) 22:41:58 JST 作成


前に |次へ

preparation for windows installation

Copyright © 2007. nyantarou All Rights Reserved.