What I need is to 100% clear and un-format a 3TB drive. Nothing more. It seems doing this from GParted, however when I try to put information onto the drive after formatting with another source, it says the drive is full. This is not a problem with the other source because it was able to copy to my 2nd 3TB drive very well and quickly. Can anyone help me to reset this drive? I am currently away from home, but I am using the Ubuntu "Disks" app to format it, and I have it set to overwrite existing data. Will edit if that changed it.
If you want to have a really blank disk just do
Under normal conditions this is not necessary but it may be necessary to swipe out the beginning and the end of the disk, because there may be data of a secondary GPT at the end of the disk.
So what I do to clean a disk is:
Now, no OS installer of my knowledge finds any old partitions nor any old installed OS and will setup the disk right correct to the BIOS- and OS-settings (MBR or GPT).
Don't do the operation from a running system.
Boot from the Ubuntu installation media.
Open GParted and delete all partitions.
Click on Apply ... then click on Device.
Select Create a new partition table.
Select
gpt
when you have an EFI based BIOS.Select
msdos
when you have a legacy BIOS.Now the whole disk is completely blank.
You can delete all partitions of a disk instead of just formatting them using Gnome Disks as well.
Of course this can only work on a disk that is not currently in use, i.e. all partitions have to be in an unmounted state and no swap may be used on this disk. In case you want to perform this on a disk that contains mount points needed by the running Ubuntu system, you can't proceed and have to boot from a live medium instead.
Launch
gnome-disks
, select the device to clear from the list on the left, then click the hamburger button in the top right corner of the window. From the appearing menu, chose Format disk....A small dialog window will appear. You have two settings:
Erase: Decide between "overwrite existing data with zeroes (slow)" and "don't overwrite data (fast)". If its for personal use only and you don't have to make sure that there's no chance of restoring pieces of data, it's okay to chose the fast method. Overwrite the data if you want it irreversibly gone. To install a new OS or create new partitions and format them, this doesn't make a difference.
Partitioning: Decide between "Compatible with modern systems and hard disks > 2TB (GPT)", "Compatible with all systems and devices (MBR/DOS)" and "No partitioning (empty)". Here you select the kind of partition table you want to create. I would recommend you to use MBR unless you have a reason to select a different one.
Then click on Format..., enter your admin password and watch the progress bar.