Sometime Today, Kinjal Sonpal assembled some asciibets to say:
DOS partitions have these bytes zeroed out. If your linux partition also has these bytes zeroed out (which is not impossible),
How do I check it? any idea ?
% dd if=/dev/hda of=/path/to/some/file bs=256
check the contents of the /path/to/some/file
Philip