Quote:
Code:
dd if=/dev/zero bs=512 seek=4096 count=28672 of=/dev/hda3



The aim is to leave the first 2Mbytes (4096 sectors) of /dev/hda3 intact, and zero the remaining 14Mbytes (28672 sectors).



After running set_empeg_max_fid, would this number 28672 still be correct?
Would it be safe to just leave out the count, so dd would wipe the disk until the end of the partition?

Pim