Re: /dev/hdb error. i cant boot

Posted by pschaff on 2009/12/4 21:33:07
Second time using this answer today - must be a FAQ now. To mount the root partition read/write in maintenance mode
mount -w -o remount /
. You should then be able to edit /etc/fstab and comment out the problematic entries.

The information toracat requested is essential to go any further. You might also want to run
fdisk /dev/hdb
v

to verify the partition table. The extended partition is usually the last one. You may have overlapping entries.

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=37&topic_id=23606&post_id=92736