[Linux] Mounting a hard drive image
by admin on Jun.08, 2010, under All stuff
If you’re looking for a way to create/mount a hard drive or partition, i’ve found a usefull article describing it:
A quote from the author:
To mount a partition inside the disk image you need to calculate the offset of where the partition starts. You can use fdisk to show this information to you, but you need to specify the number of cylinders if you are using a disk image.
Good luck!