Package: mount Version: 2.12r-10 Severity: minor By accident I typed # umount /; echo $? and was surprised that no message or error status was printed. # mount / said that it was already mounted, and plain # mount said /dev/hdb9 on / type ext3 (rw,errors=remount-ro)
and indeed it now seemed ro despite the rw above. So do test if umount / doesn 't complain enough to stdout, compared to umounting other busy filesystems. fstab line is /dev/hdb9 / ext3 defaults,errors=remount-ro 0 1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

