Quote:
Originally Posted by bArDBQ
How would I do that using Ubuntu?
|
Code:
dd if=/dev/zero of=/dev/sdX bs=512 count=1
This will clobber the MBR/partition table, and cause enough damage that the Kindle will have to reformat it.
You will probably have to run that command with sudo.
...
You could also use fdisk to delete the partition, or similarly the abundance of disk utilities out there. GNOME comes with `gnome-disks`, for example.