NTFS to FAT32?

Soldato
Joined
30 Jul 2004
Posts
10,572
Location
East Sussex, UK
Howzit guys,

I've got a 250GB Hard drive that I need to be changed back to FAT32. Reason being is my Dvix player won't or rather, can't read the NTFS format. :(

I've tried formatting and reselecting the drive format, however only NTFS is there normally FAT32 is also there but for some reason it isn't now. :(

Any ideas guys?

Many thanks! :)
 
Windows 2000 and Windows XP can read and write to FAT32 file systems of any size, but the format program included in Windows 2000 and higher can only create FAT32 file systems of 32 GB or less. This limitation is by design and was imposed because many tasks on a very large FAT32 file system become slow and inefficient. This limitation can be bypassed when using the Windows command line Format utility or by using third-party formatting utilities.
Try formatting with Acronis Disk Director (or utility from HD manufacturer). If that doesn't work (on player), might be forced to partition.
 
Last edited:
Okay...:S

Well I've had FAT32 partions over 32GB...
Acronis Disk Director doesn't format to FAT32 either :(
 
use gparted, the live cd

will do it

copy the data to another drive first, to avoid data loss
it won't be able to hold files over 4gb in size
 
Try this, first run "Command Prompt" (cmd) and type the following in the command prompt window.

Type > diskpart > press enter

You must now select the disk and partition to format. example below.

Type > list disk > press enter
Type > select disk 1 > press enter < (replace the number 1 for the number of the disk you wish to format)
Type > list partition > press enter
Type > select partition 1 > press enter< (replace the number 1 for the number of the partition you wish to format)
Type > format fs=fat32 quick > press enter


Hope this helps!
 
Last edited:
Try this, first run "Command Prompt" (cmd) and type the following in the command prompt window.

Type > diskpart > press enter

You must now select the disk and partition to format. example below.

Type > list disk > press enter
Type > select disk 1 > press enter < (replace the number 1 for the number of the disk you wish to format)
Type > list partition > press enter
Type > select partition 1 > press enter< (replace the number 1 for the number of the partition you wish to format)
Type > format fs=fat32 quick > press enter


At the end of that I get an error saying, "Fat32 is not supported for the volume, please select a different file system and try again."

:(

Hope this helps!
 
Back
Top Bottom