Lines Matching refs:mntpoint
37 nullfsmp=${mntpoint}2
41 mount | grep "$mntpoint " | grep -q /dev/md && umount -f $mntpoint
45 mount /dev/md$mdstart $mntpoint
46 chmod 777 $mntpoint
47 mount -t nullfs $mntpoint $nullfsmp
53 rm $mntpoint/*
55 (cd $mntpoint; jot 20 | xargs touch)
56 rm $mntpoint/*
58 (cd $mntpoint; jot 20 | xargs touch)
64 df -i $mntpoint $nullfsmp
65 echo "ls -la $mntpoint $nullfsmp"
66 ls -la $mntpoint $nullfsmp
73 while mount | grep -q "$mntpoint "; do
74 umount $mntpoint || sleep 1