Dd
Jump to navigation
Jump to search
To byte-swap a file:
dd if=<input file> of=<output file> conv=swab
To delete the master boot record:
dd if=/dev/zero of=/dev/sdc bs=512 count=1
To byte-swap a file:
dd if=<input file> of=<output file> conv=swab
To delete the master boot record:
dd if=/dev/zero of=/dev/sdc bs=512 count=1