Two file system questions: what's this about a FAT32 16Gig barrier? And what advantages are offered by NTFS (5.0)?

Noriaki

Lifer
Jun 3, 2000
13,640
1
71
I was reading somewhere that if you make a FAT32 partition bigger than ~16Gig nasty things happen...is this true? And exactly what it is that happens?


Also what advantages does NTFS 5.0 offer over FAT32?

I use my machine for Word/IE/Games and some programming occassionally (though most of that is done on the servers at work/school and I just need a telnet client).

 

Dulanic

Diamond Member
Oct 27, 2000
9,969
592
136
NTFS... Stability... Speed... Security... That about sums it up... its just a ton better :) Hell it even allows compresion on one folder... I keep all my download folders compressed.
 

rahvin

Elite Member
Oct 10, 1999
8,475
1
0
Win2k won't let you create big FAT32 partitions. (I thought the limit was 30gigs) Win98 will though! (And there aren't any major dissadvantages)
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
http://www.nextlev.com/Windows/Tech/ntfs.htm
http://www.elementkjournals.com/ntp/9901/ntp9911.htm
http://www.win2000mag.com/Articles/Index.cfm?ArticleID=2744

Happy Reading...

One of the key points I would like to point out is the multitasking capability of NTFS vs FAT. Lets assume your hard disk has to read 3 pieces of data from 3 different locations on the disk. Further, lets say that the data is stored on track 1, track 9, and track 3, and is requeste din that order. FAT partitions will grab the data in this order, while NTFS is "smart" enought to sat "I can grab track 1, and on the way to track 9, i can also grab track 3". In otherwords, it grabs the data in the order that it is stored, making it much more efficient (disk read head will not have to jump all over) and much faster. Tie this in with a good SCSI setup, and its killer.

:)