-
Recent Posts
Archives
Links
Monthly Archives: January 2009
How To Resize (expand) QEMU qcow/qcow2/raw Disk Images
http://tjworld.net/wiki/Howto/ResizeQemuDiskImages
Posted in Linux
Leave a comment
mount raw file image
zz: http://equivocation.org/node/107 Basically you “simulate” a block device /dev/loop0 for your file with the command: # losetup /dev/loop0 /var/vms/image.raw Then all than needed is to use kpartx to map partitions to devices you can finally mount: # kpartx -av … Continue reading
Posted in Linux
Leave a comment