Thread: Mounting a bin file(Vrtualization file) in Ubuntu
hello,
working on project in kvm: need mount guest image file used in kvm. initially,the file in .img format. using qemu-img,i converted bin format. while mounting bin file,i error,as must specify filesystem. pasting command , output. kindly have look. many thanks.
command , output :-
root@akshay-system-product-name:/var/lib/libvirt/images# dev=$(losetup --find) && losetup -o $((63 * 512)) $dev test2.bin && mount -o ro $dev /mnt
mount: must specify filesystem type
tried ext4 how virtualized disk formatted. no luck.
thread moved "virtualization" forum.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] Mounting a bin file(Vrtualization file) in Ubuntu
Ubuntu
Comments
Post a Comment