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/
Dquota_remount_test01.sh25 MNTDIR="mnt.$$"
29 mkdir $MNTDIR
35 tst_umount "$PWD/$MNTDIR"
41 quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'
50 ROD mount -t ext3 -o loop,usrquota,grpquota $IMAGE $MNTDIR
56 tst_cmd_available chcon && ! chcon -t tmp_t $MNTDIR; then
60 ROD quotacheck -cug $MNTDIR
61 ROD quotaon -ug $MNTDIR
62 ROD echo "blah" />$MNTDIR/file
65 ROD mount -o remount,ro $MNTDIR
[all …]