Device Boot Start End Blocks Id System
/dev/hdc1 * 1 765 6144831 7 HPFS/NTFS
/dev/hdc2 766 7476 53906107+ f Win95 Ext'd (LBA)
/dev/hdc5 766 3315 20482843+ b Win95 FAT32
/dev/hdc6 3316 5228 15366141 b Win95 FAT32
/dev/hdc7 5229 6566 10747453+ b Win95 FAT32
/dev/hdc8 6567 6576 80293+ 83 Linux
/dev/hdc9 6577 7192 4947988+ 83 Linux
/dev/hdc10 7193 7423 1855476 83 Linux
/dev/hdc11 7424 7476 425691 82 Linux swap
这是我Grub的设置
default=0
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,7)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hda=ide-scsi
initrd /initrd-2.4.18-14.img
title Server
rootnoverify (hd0,0)
chainloader +1
title LFS
root (hd0,9)
kernel /boot/vmlinuz-2.4.20 ro root=/dev/hdc10
这是我/lfs/etc/fstab
# filesystem mount-point fs-type options dump fsck-order
/dev/hdc10 / ext3 defaults 1 1
/dev/hdc11 swap swap pri=1 0 0
proc /proc proc defaults 0 0
我在RH里看lfs分区里什么目录都有,可是LFS一起来,好像一个空硬盘一样,什么也没有呢。建个目录来RH里看看,没么反应。奇怪。 |