about test mount/rlimit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Some questions regarding test mount/rlimit which runs only if /etc/mtab 
is a file.

This is the umount subtest:

.......
ts_init_subtest "umount"
[ -d "$TS_MOUNTPOINT" ] || mkdir -p $TS_MOUNTPOINT
$TS_CMD_MOUNT $DEVICE $TS_MOUNTPOINT &> /dev/null
OLD_SUM=$(mtab_checksum)
(
        ulimit -f 1
        $TS_CMD_UMOUNT $TS_MOUNTPOINT &> /dev/null
) &> /dev/null
NEW_SUM=$(mtab_checksum)
$TS_CMD_UMOUNT $TS_MOUNTPOINT &> /dev/null
[ $NEW_SUM = $OLD_SUM ] && echo "OK: mtab unmodified by umount" >> 
$TS_OUTPUT
ts_finalize_subtest
...........

I do not fully understand what is expected. Obviously the first "umount" 
should NOT modify /etc/mtab. But should it umount or not, or doesn't 
matter? Why we call a second umount then?

The problem is that in case that the first umount works we are leaving 
the test with a broken mtab file. This is not nice and also problematic 
because later tests may find a mounted /dev/loop0 in /etc/mtab.

Should we restore the original mtab? I guess it's a bit unsafe to copy 
back a backed up one. Or is there a way to "repair/sync" 
from /proc/mounts.?

cu,
Rudi
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux