From 07e5493d12ffa8bff5ba0e0995e4b7a579b48d1c Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 10 Mar 2006 10:04:55 +0000 Subject: none --- Distrib/HurdOnQEMU.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Distrib') diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn index 920bb970..40e4b0ad 100644 --- a/Distrib/HurdOnQEMU.mdwn +++ b/Distrib/HurdOnQEMU.mdwn @@ -31,6 +31,13 @@ Now run your image with floppy booting and finish the install (`./native-install You may wish to mount your disk image on your host system to transfer files. To do this you will first need to find the offset of the partition you wish to mount. # fdisk -ul hd0.img + ... + 128 heads, 63 sectors/track, 0 cylinders, total 0 sectors + Units = sectors of 1 * 512 = 512 bytes + + Device Boot Start End Blocks Id System + hd0.img1 * 63 3515903 1757920+ 83 Linux + hd0.img2 3515904 4193279 338688 82 Linux swap / Solaris Now take the number of sectors for the beginning of the partition and multiply it by the sector size. My partition starts at sector 63 and I have a sector size of 512 therefor my offset is 32256. -- cgit v1.2.3