Root disk not getting fsck

Shern, Benjamin J ShernBJ at LOUISVILLE.STORTEK.COM
Wed Feb 12 10:59:08 GMT 2003


Yikes!!!

My root partition was not getting fsck'ed after an unclean dismount.
I believe I see why:

Just a heads-up for those of you who have a /boot partition on ext2 and /
partition on some other fs type.....

Check your /etc/fstab and make sure the last digit is non-zero on any
partitions you care about!
Ben



lunar.install from the .iso :

determine_fstab_settings()  {

  LAST="0 0"
  case  $FSYS  in
        swap)  OPTIONS="defaults"                        ;;
    reiserfs)  OPTIONS="defaults,notail,noatime"         ;;
        ext3)  OPTIONS="defaults,noatime"                ;;
         xfs)  OPTIONS="defaults,noatime"
;;
        ext2)  OPTIONS="defaults,noatime"
               case  $POINT  in
                 /)  LAST="0 1"                          ;;
                 *)  LAST="0 2"                          ;;
               esac
               ;;
  esac
}





More information about the Lunar mailing list