Thursday, February 26, 2015

Using Windows XP Professional SP3, how do I reformat an external hard drive as FAT32?




I'll soon be getting a new laptop with Windows Vista or Windows 7 and turning my current laptop into a Linux box. Since FAT32 works out of the box on both Windows and Linux machines and I've had some problems with Linux and working with NTFS drives in the past (although things might have gotten better - I'll be playing around with it, for sure), I want to back up my important files to my external hard drive, but I want it in FAT32 format for the time being. The only option there is when I go to format the drive is NTFS, though.



How can I force Windows XP to format my external hard drive as a FAT32 drive? Or has Linux support for reading and writing NTFS gotten good enough where it doesn't matter anymore?


Answer



It's a limitation of Windows XP. It can read FAT32 drives larger than 32GB, but it cannot format over 32GB. Either boot up with a DOS or Windows 98 boot disk and format it there (with large hard drive support) or download and use fat32format.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...