Lines Matching refs:mp2
41 mp2=/mnt$md2
42 mkdir -p $mp1 $mp2
44 for i in $mp1 $mp2; do
56 mount /dev/md$md2 $mp2
58 mount -t unionfs -o noatime $mp1 $mp2
59 mount | grep -E "$mp1|$mp2"
62 export RUNDIR=$mp2/stressX
63 export CTRLDIR=$mp2/stressX.control
67 set `df -ik $mp2 | tail -1 | awk '{print $4,$7}'`
76 umount $mp2 || sleep 2 # The unionfs mount
81 umount $mp2 && break
84 mount | grep -q "on $mp2 " && exit 1