-
Categories
-
Tags/Keywords
Apache bash blog blog.bigsmoke.us CLI CSS Debian DNS Firefox Gentoo Google HTML HTTP iptables Linux MediaWiki mod_rewrite MySQL network PHP plugin postfix RAID Ruby samba Screen shell Sicirec smb SSH ssl Subversion svn T61 thunderbird Ubuntu van der Molen VIM Windows WordPress WWW X xen XTerm zimbra -
Recent Posts
-
Recent Comments
Tag: dd
Growing a qcow2 image file
First, convert it to raw:
qemu-img convert system.qcow2 -O raw system.raw
Read More »
Increasing (encrypted) disk image size with dd
When you have a raw disk image file, you may need to increase its size at some point. With dd, you can do this:
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 »
