Search Blog
Sections
Blogroll
Projects
Reading
Work
Category Archives: Virtualisation
Mounting Partitions that are within a disk Image
If you have played around with virtualisation technologies, specifically Xen, then you may have experienced creating a disk image. To create a disk image on Linux, I execute the following command: dd if=/dev/zero of=OpenSuse-10.2.img bs=1024k count=0 seek=5000 This would have … Continue reading
Posted in Linux, Virtualisation
Leave a comment