Searched refs:loop_device (Results 1 – 1 of 1) sorted by relevance
44 local loop_device=$(losetup -a | grep ${mount_img:?} | cut -d ":" -f1)47 mount "${loop_device}" "${mount_dir}"50 local mount_uuid="$(blkid ${loop_device} | sed 's/.*UUID="\([^"]*\)".*/\1/')"