how to get the data of a disk anywhere?
if I want to get the data from MBR,which is on 0 cylinder,0 track,1 sector.I can type:
dd if=/dev/hda of=~/mbr bs=512 count=1
but how to get the data of other place.may be it from 32 cyclinder,5 track, 30 sector or else.
can anyone help me?
|