After xx number of boots I got a forced fsck. I get to 100%, but then FSCK complains that the filesystem is mounted as read only. I then get dumped into a login to 'repair'
...Neither my grub/menu.lst nor my fstab seem to be in error (as far as I can tell)
I am not sure what is telling it to mount as read only, though, any ideas? On boot up I see a message like 'kinit mounting (ext3 filesystem) readonly', and when I change it back (mount -n -o remount,rw /) and reboot, I see a message scrolling down saying that it is being re-mounted as read only again!
What am I doing wrong?
here is my fstab (note-I had to change hdc1 to 0 0 to get around the forced fsck temporarily)
# /etc/fstab: static file system information
#
# <file> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/fd0 /mnt/fl vfat user,noauto 0 0
/dev/hdc1 / ext3 defaults 0 0
/dev/hdc2 swap swap defaults 0 0
/dev/sda1 /mnt/hd1 auto user 0 0
here is my menu.lst
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/hdc1 vga=773 (<----This used to read kernel /boot/vmlinuz26 ro root=/dev/hdc1 vga=773, but I deleted 'ro', thinking it was the culprit.)
initrd /boot/kernel26.img
The exact error is this:
fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only.
To remount it read-write:
# mount -n -o remount,rw /
CONTROL-D will exit from this shell and REBOOT the system.
...Neither my grub/menu.lst nor my fstab seem to be in error (as far as I can tell)
I am not sure what is telling it to mount as read only, though, any ideas? On boot up I see a message like 'kinit mounting (ext3 filesystem) readonly', and when I change it back (mount -n -o remount,rw /) and reboot, I see a message scrolling down saying that it is being re-mounted as read only again!
What am I doing wrong?
here is my fstab (note-I had to change hdc1 to 0 0 to get around the forced fsck temporarily)
# /etc/fstab: static file system information
#
# <file> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/fd0 /mnt/fl vfat user,noauto 0 0
/dev/hdc1 / ext3 defaults 0 0
/dev/hdc2 swap swap defaults 0 0
/dev/sda1 /mnt/hd1 auto user 0 0
here is my menu.lst
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/hdc1 vga=773 (<----This used to read kernel /boot/vmlinuz26 ro root=/dev/hdc1 vga=773, but I deleted 'ro', thinking it was the culprit.)
initrd /boot/kernel26.img
The exact error is this:
fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only.
To remount it read-write:
# mount -n -o remount,rw /
CONTROL-D will exit from this shell and REBOOT the system.
Last edited: