Searched refs:mount (Results 1 – 2 of 2) sorted by relevance
21 mount -t proc none /proc22 mount -t sysfs none /sys23 mount -t tmpfs tmpfs /tmp24 mount -t tmpfs tmpfs /run29 mount -t hostfs hostfs /host31 mount -t 9p -o trans=virtio,version=9p2000.L host /host
107 for mount in `cat /proc/mounts | cut -d' ' -f2 | grep -e ^$workdir`; do108 echo "Unmounting mountpoint $mount.." >&2109 sudo umount $mount122 mount=`mktemp -d`124 rmdir $mount134 sudo mount -o loop -t ext3 $name $mount136 sudo umount $mount142 sudo cp -a $workdir/* $mount145 sudo dd if=/dev/zero of=$mount/sparse bs=1M 2>/dev/null || true146 sudo rm -f $mount/sparse