Lines Matching refs:mp2
43 mp2=/mnt$md2
44 mkdir -p $mp1 $mp2
46 for i in $mp1 $mp2; do
58 mount /dev/md$md2 $mp2
60 mount -t unionfs -o noatime $mp1 $mp2
62 mount | grep -E "$mp1|$mp2"
66 export RUNDIR=$mp2/stressX
71 export CTRLDIR=$mp2/stressX.control
77 while mount | grep -Eq "on $mp2 .*unionfs"; do
78 umount $mp2 && break
81 umount $mp2