-
Categories
-
Tags/Keywords
svn RAID Linux DNS Family T61 Firefox postfix Screen MediaWiki plugin Ruby Gentoo HTML Javascript RuG nutrition CLI Ubuntu Apache WLB07051 zimbra blog.bigsmoke.us CSS xen smb mod_rewrite X MySQL shell PHP van der Molen ssl Windows samba VIM Debian SSH XTerm WordPress WWW Subversion HTTP metabolism bash -
Recent Posts
-
Recent Comments
Tag: losetup
Growing a qcow2 image file
First, convert it to raw:
qemu-img convert system.qcow2 -O raw system.raw
Read More »
Mounting partititions residing inside a disk image
When you've read a disk with dd or ddrescue into an image file, one of the things you want to do is mount the partitions inside it. But, how does one do that? The answer is using losetup, with a bit of knowledge of partition offsets.
Read More »