[ILUG] disk image

From: Padraig Brady (Padraig at domain AnteFacto.com)
Date: Tue 08 May 2001 - 22:42:15 IST


Hi,

If I had a disk image (32MB), why does the following work:

mount -t ext2 -o loop,offset=16384,ro disk.img dir

while this doesn't?:

dd if=disk.img of=e2Part.img skip=32;
mount -t ext2 -o loop,ro e2Part.img dir

Padraig.



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:10:14 GMT