Dave Weaver wrote: >If I run 'fsck -n /dev/hda3' I'm told that there are some errors: > > fsck 1.35 (28-Feb-2004) > e2fsck 1.35 (28-Feb-2004) > Warning! /dev/hda3 is mounted. > /dev/hda3 was not cleanly unmounted, check forced. > >
Running fsck on a filesystem mounted read/write is not a good idea, and is almost guaranteed to report problems. Try remounting it read-only first. (mount / -o remount,ro). You should probably only do that from single user mode, after unmounting all other filesystems except /proc, /sys and /dev. -Richard -- gentoo-user@gentoo.org mailing list