Ubuntu – How to create partition without formatting drive

external-hddhard driveinstallationpartitioning

I am have some doubts in partition my external drive.
I am have external drive of capacity 2TB formatted in NTFS . 1.5 TB is used in hard drive.
I want to create one partition of 200 GB in FAT . But I don't want to format my drive . And I don't have system capacity to backup all of my 1.5 TB data .

I was wondering is there any way to create a FAT partition on my External HDD in Ubuntu without formatting and losing data from hard drive.

Best Answer

You can use Gparted (available in the Ubuntu Software Centre) to resize the 2TB down in 200GB and format those 200GB as FAT.

That process does not require you to format the previous NTFS partition, but its always a risk. There is no 100% safe process for that and a backup of your data is always the most responsible thing to do.

Instructions on how to install and use Gparted are here: How to resize partitions?

Just open the program, locate your hard disk, right click on the partition and select resize/move, give it some room on the right up to the amount you need and create a new partition on the new free space. After you applied the changes you will have 2 partitions on your disk: the old one containing your data, and a new formatted 200GB FAT32 partition.

Related Question