Erasing Partition Table
Well, I always use gparted to erase my partition table and sometimes it fail miserably. The most accurate way is to use sgdisk. We can erase our partition table like this:
$ sgdisk --zap-all /dev/sda
Well, I always use gparted to erase my partition table and sometimes it fail miserably. The most accurate way is to use sgdisk. We can erase our partition table like this:
$ sgdisk --zap-all /dev/sda