|
发表于 2010-4-1 08:49:25
|
显示全部楼层
Post by kongling123;2078664
这是我的fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
UUID=a83f7f4b-2195-4ec3-a11f-a241c04b12f2 / jfs errors=remount-ro 0 1
UUID=cea98951-e9f1-402e-a108-3a3d66e9bed6 /home jfs defaults 0 2
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
这是我的grub:
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.26-2-686
我觉得关键在黑体部分,看你的对不对?
hd1怎么会是sda呢,是sdb吧? |
|