catatonic-(E-Mail Removed) wrote:
> I was reading the other messages about this on here.
> How can I tell if my hard drive is fat32 or ntft?
> I went to control panel and somewhere in there it says the word
> drives, but all it shows me is what I assume is the drive model
> number. I never knew there was a diffwerence. I thought all hard
> drives were the same.
>
Start ; Run : diskmgmt.msc
Disks are broken up into pieces called "Partitions". When you look
in Disk Management, you're seeing boxes representing partitions or
empty spaces. In the list at the top of Disk Management, there is a
column called "File System", and that shows the file system used
on that particular partition.
A disk can have multiple partitions. Right now, my disks have four
partitions on each. Some of my partitions are FAT32 and some are
NTFS. I make NTFS partitions, when I know I'll need to store files
having a size over 4GB. FAT32 only supports files up to a maximum size
of 4GB. Some utility software, if it sees you're using FAT32, will
break up an output file into smaller pieces, to fit within that limit.
If you're doing downloads, and you attempt to download a >4GB file
onto a C: drive formatted FAT32, that can result in the download
being stopped. The browser may be using the %temp% directory for
the download, and overflowing that is what may stop your download.
FAT32 is fine, as long as you keep that 4GB limit in mind when doing
stuff. If you worked a lot with large files used for preparing
DVDs, then FAT32 might not be a good choice.
There are utilities available, that can format a partition with the
FAT32 file system, for partitions larger than 32GB. I think you can
have a FAT32 partition up to 2TB in size, but it might not be the most
efficient way to store files. Microsoft encouraged NTFS, by making
their FAT32 formatter stop at 32GB, but since the file system
supports more than that, a third party utility will let you do
what you want.
http://www.ridgecrop.demon.co.uk/ind...at32format.htm
http://www.ridgecrop.demon.co.uk/dow...at32format.zip
Once unzipped, that gives the command line program "fat32format.exe".
The 2TB limit for FAT32 is mentioned here (2TB if you want to
boot from it).
http://en.wikipedia.org/wiki/Fat32#FAT32
HTH,
Paul