Lines Matching refs:img
57 img=${odir}/fat-noncontig.img
60 testfn=noncontig.img
75 if [ ! -f ${img} ]; then
76 fallocate -l 40M ${img}
79 dd if=/dev/zero of=${img} bs=1024 count=$((40 * 1024))
85 mkfs.fat ${img}
91 sudo mount -o loop,uid=$(id -u) ${img} ${mnt}
98 fn=${mnt}/keep-${sects}.img
100 fn=${mnt}/remove-${sects}.img
104 rm -f ${mnt}/remove-*.img
117 sudo mount -o ro,loop,uid=$(id -u) ${img} ${mnt}
136 host bind 0 ${img}