くだらねえ質問はここに書き込め! Part 122

このエントリーをはてなブックマークに追加
888login:Penguin
>>884の続き。
ちなみに現在 fdisk -l をするとこう出ます。

[root@localhost lvm]# fdisk -l

Disk /dev/hda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 38913 312464250 8e Linux LVM

Disk /dev/sda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 19929 159975270 8e Linux LVM
[root@localhost lvm]#

/dev/sda がマウントしたいパーティションのあるディスクで、これはまるごと
Fedora Core 3 を入れていたディスクです。/dev/sda1 が /boot だったパーティ
ションで、 /dev/sda2 が本体です。/dev/sda2 の中には swap と / (ext3) が
入っています。この / パーティションをマウントしたいんです。