Using built-in GUI tools, how do I partition/format an empty drive (zeroed out)?

so I'm trying to partition/format a zeroed out USB drive using Disks app.

When formatting, it doesn't give me an option to select GPT/MBR. All I get see it an option to select filesystem. I had to install gparted to get what I want.

BUT it's possible, I am doing it wrong too.

Thanks!

edit: command I use to zero out disk: dd if=/dev/zero of=/dev/sdX count=1000 bs=1M

1 Answer

If it shows an option to select the filesystem, you're using the partition format option. The disk formatting option is elsewhere:

Hamburger menu with "Format Disk"

Resulting modal with drop down for selecting GPT/MBR

It also means the disk isn't "zeroed out". Whatever you did kept the partition table, and probably only affected the partition.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like