Formatting 1tb in FAT32

Associate
Joined
23 Jul 2007
Posts
1,422
Hi all,

Does anybody know of any software that will format a 1tb external drive in FAT32?

It's for a friend that wants to use it for his PS3!

Cheers ;)
 
won't windows disk management do it? (start, diskmgmt.msc)

edit: just checked. nope. you could create the partition and assign it a drive letter. then try formatting it from a command prompt..

format x: /q /fs:fat32

(where x: is your drive letter)
 
Last edited:
won't windows disk management do it? (start, diskmgmt.msc)

edit: just checked. nope. you could create the partition and assign it a drive letter. then try formatting it from a command prompt..

format x: /q /fs:fat32

(where x: is your drive letter)

I've already tried in command prompt and it says 'The format is to big for FAT32'

Or just diskpart.

format fs=fat32 quick

(list and select the disk first :))

I've done as you've said above and it gives me a list of commands that can be used and format is not in the list!

As far as i'm aware it can't be done in windows. I've done it before using other software but I can't remember what it was called!
 
if you use diskpart, you need to select the disk first eg

select disk 0

(use "list disk" to find out the number)

Yeh this is what I did but it doesn't work!

Here's a screenshot of what it's displaying:

DiskPart.jpg


Am I doing something wrong? :o
 
I'm not to sure!

It's for a friend so i'm not sure what he does with it after i've formatted. I think he only uses it for storage i.e movies and music instead of streaming. The original hard drive is still used to run the PS3 etc.
 
thought id just mention swissknife does this on internal and usb hard drives. You have to start it as admin i think.
 
I tried swissknife but it would only do half of the drive and leave 500GB unallocated.

Couldn't figure out why it was doing that!
 
The reason windows does not allow Fat32 to have filesystems greater than 32GB is because the bigger the FAT filesystem the slower it performs. So MS locked the filesystem to 32GB as they deemed performance for filesystems greater than that as simply unacceptable.
 
The reason windows does not allow Fat32 to have filesystems greater than 32GB is because the bigger the FAT filesystem the slower it performs. So MS locked the filesystem to 32GB as they deemed performance for filesystems greater than that as simply unacceptable.

Totally wrong. the maximum size of a Fat32 disk is 8Tb.

Fat32 was limited to 32Gb on a Windows XP install ( No SP's applied)

Read the basic specs here: MS Q314463
 
Back
Top Bottom