|
|
发表于 2009-5-6 16:58:28
|
显示全部楼层
- mount -l
- rootfs on / type rootfs (rw)
- /dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)
- proc on /proc type proc (rw,nosuid,nodev,noexec)
- rc-svcdir on /lib/rc/init.d type tmpfs (rw,nosuid,nodev,noexec,size=1024k,mode=755)
- sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
- udev on /dev type tmpfs (rw,nosuid,size=10240k,mode=755)
- devpts on /dev/pts type devpts (rw,nosuid,noexec,gid=5,mode=620)
- shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec)
- /dev/mapper/vg-var on /var type reiserfs (rw,noatime,notail)
- /dev/mapper/vg-usr on /usr type reiserfs (rw,noatime,notail)
- /dev/mapper/vg-home on /home type reiserfs (rw,noatime,notail)
- /dev/mapper/vg-opt on /opt type reiserfs (rw,noatime,notail)
- /dev/mapper/vg-media on /media type reiserfs (rw,noatime,notail)
- none on /tmp type tmpfs (rw,mode=1777,size=80%)
- usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
复制代码
生活的很好。。。
回到主题。。。。
VFS:Cannot open root device "hda3" or unknown block(2,0);
Please append a correct "root=" boot option;here are the available partitions
应该是grub.conf fstab设置的问题,贴上来。。。。 |
|