On Mon, 28 Jul 2003, Thomas Horsten wrote:
> Then do:
> dd if=/dev/hde of=hde_superblock bs=512 seek=160070144
Sorry, it must be "skip" not "seek" or this will fail.
So, the correct command in the example is:
dd if=/dev/hde of=hde_superblock bs=512 skip=160070144
Regards,
Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:39 EST