Cypress 0 Posted February 3, 2001 whats the difference...can anyone tell me Share this post Link to post
DosFreak 2 Posted February 3, 2001 Fat32 doesn't support partitions over 32gb. NTFS is 2Tera I think. Fat32 doesn't support filesizes past 4GB. NTFS supports far more than that. FAT32 has no security. NTFS Has ALOT of security. FAT32 is more prone to data error. NTFS is less prone. NTFS supposedly has more overhead than FAT32 but it's very very very very slight if there is one. Share this post Link to post
Cypress 0 Posted February 3, 2001 oh so i might as well choose NTFS for my next installation when i format soon... hows compatability? all applications and games work conveniently? Share this post Link to post
Four and Twenty 0 Posted February 4, 2001 Your appz and gamez don't care what file system you use. Share this post Link to post
DeadCats 0 Posted February 4, 2001 Speaking of formatting and NTFS, does anyone know a way of converting a FAT32 partition to NTFS using something larger (like 4k) sectors instead of 512-byte sectors? Possibly using the CONVERT command instead of destructively formatting my drives? (This specific operation even PM 6.0 doesn't appear able to do, either.) ------------------ "Being married to a programmer is like owning a cat. You talk to it but you're never really sure it hears you, much less comprehends what you say." -DeadCats, 1999 "Talking to DeadCats is like talking to a dead cat." -MrsDeadCats, 2001 [This message has been edited by DeadCats (edited 04 February 2001).] Share this post Link to post
DosFreak 2 Posted February 5, 2001 Nope. Lemme know if you find a way tho. Share this post Link to post
pr-man 1 Posted February 5, 2001 anyone have any benchmarks that show how much better NTFS is compared to FAT32? ------------------ Celeron II 566@952 on a Abit BH6 Rev 1.01, 192 Pc100, Matrox G450 32 DH, SBlive Value, Supra Express 56i ISA, Win98SE Share this post Link to post
pr-man 1 Posted February 5, 2001 Also I just formated and reinstalled using FAT32. is there a way for me to convert it to NTFS? without formating again Share this post Link to post
CUViper 0 Posted February 5, 2001 Code: C:\WINNT\system32>convert /?Converts FAT volumes to NTFS.CONVERT volume /FS:NTFS [/V] volume Specifies the drive letter (followed by a colon), mount point, or volume name. /FS:NTFS Specifies that the volume to be converted to NTFS. /V Specifies that Convert should be run in verbose mode.C:\WINNT\system32> looks like this would do the trick.... did you not think of this DosFreak? or is there some reason you think this utility should not be used? Share this post Link to post
DeadCats 0 Posted February 6, 2001 CUViper, the problem with the CONVERT utility - at least from what I've found - is that it converts FAT32 partitions to the default NTFS 512-byte sectors. Which means a whole LOT of them for the file system to keep track of. I'd much rather have them a bit larger, say 2K, on my 8-gig partitions. But I haven't found a way to do that using CONVERT. Partition Magic 6.0 has the same problem with it. It appears that it uses Win2K's CONVERT utility for that function, anyway. I can do a destructive format, but it sure is a pain in the butt. ------------------ "Being married to a programmer is like owning a cat. You talk to it but you're never really sure it hears you, much less comprehends what you say." -DeadCats, 1999 "Talking to DeadCats is like talking to a dead cat." -MrsDeadCats, 2001 [This message has been edited by DeadCats (edited 06 February 2001).] Share this post Link to post
clutch 1 Posted February 6, 2001 In addition, the MFT is never one contiguous block like it is when you format in NTFS. Formatted NTFS installs are faster than converted ones. I was trying to find some old links that I posted here, but they have been pruned from the board database. Here are the ones that I can find: http://www.winntmag.com/Articles/Index.cfm?ArticleID=4875&SearchString=ntfs&pg=1 http://www.microsoft.com/technet/deploy/fat.asp http://msdn.microsoft.com/library/winresource/dnwinnt/S8394.HTM There is one in particular that I am looking for, if I find it I will post that one as well. ------------------ Regards, clutch Share this post Link to post
DeadCats 0 Posted February 6, 2001 Good deal. Thanks, clutch. ------------------ "Being married to a programmer is like owning a cat. You talk to it but you're never really sure it hears you, much less comprehends what you say." -DeadCats, 1999 "Talking to DeadCats is like talking to a dead cat." -MrsDeadCats, 2001 Share this post Link to post