Home
last modified time | relevance | path

Searched refs:MNTDIR (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/quota_remount/
H A Dquota_remount_test01.sh23 MNTDIR="mnt.$$"
27 mkdir $MNTDIR
33 tst_umount "$PWD/$MNTDIR"
39 quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'
48 ROD mount -t ext3 -o loop,usrquota,grpquota $IMAGE $MNTDIR
54 tst_cmd_available chcon && ! chcon -t tmp_t $MNTDIR; then
58 ROD quotacheck -cug $MNTDIR
59 ROD quotaon -ug $MNTDIR
60 ROD echo "blah" />$MNTDIR/file
63 ROD mount -o remount,ro $MNTDIR
[all...]

Completed in 1 milliseconds