@P Jones, Thanks for the output files. /dev/sda1 is not getting unmounted at reboot or halt time, which is why it is getting checked at every boot. Can you please copy paste the output of:
1) ls -lh /etc/rc0.d/ 2) ls -lh /etc/rc6.d/ And then: open your /etc/init.d/umountfs and then add the following: 1) at the top of the file after the comments add VERBOSE="yes" 2) and in the #Unmount local filesystems section add "2>1 | tee /umount-local.out" to the line: fstab-decode umount -f -r -d $REG_MTPTS so that it looks like: fstab-decode umount -f -r -d $REG_MTPTS 2>1 | tee /umount-local.out Then reboot; and after that attach /umount-local.out here. Thanks! -- Disk check on every boot https://bugs.launchpad.net/bugs/603966 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
