With dd (http://www.chrysocome.net/dd) you can extract the FIRST 256 bytes of a drive/partition using a command such as: dd if=\\.\g: of=.\myheader.hd bs=256 count=1
How can I get the LAST 256 bytes of the same partition without knowing the total size?
- If this cannot be done, is it possible to find the total size from dd?