Hi. I got a big filesystem with 29 Gigs.
I don't shut it down many times but when I do,
when it restarts the fs usually are broken and I
have to reboot with a floppy and do a manual e2fsck.
It even says when it shutdowns that it can't
umount a fs because it is busy.
It's an old slackware that has been upgrading. Now
it's got kernel-2.2.2.
When it shutdowns it does this:
if [ ! "`mount | head -1 | cut -d ' ' -f 5`" = "umsdos" ]; then
umount -a -tnonfs
umount -a -tnonfs
echo "Remounting root filesystem read-only."
mount -n -o remount,ro /
else
umount -a -tnonfs -tnoumsdos
umount -a -tnonfs -tnoumsdos
fi
I doubled the umounts but keeps doing it.
It's a pain because it takes hours to reboot.