--- rc.shutdown Sun Jun 6 13:46:27 2004 +++ rc.shutdown Thu Jun 17 18:54:00 2004 @@ -97,6 +97,13 @@ # Insert other shutdown procedures here +extfs=`eval mount | grep ext2fs | awk '{print $1 }'` + +for _elem in $extfs; do + echo -n "Unmounting ext2/ext3 filesystems: " + umount -f $_elem + echo -n "$_elem " +done echo '.' exit 0