. ntfs is more effiecient than fat32.??? WHY?

whats the difference. . . can anyone tell me.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar40.webp

27 Posts
Location -
Joined 2000-08-14
whats the difference...can anyone tell me

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
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.

data/avatar/default/avatar40.webp

27 Posts
Location -
Joined 2000-08-14
OP
oh so i might as well choose NTFS for my next installation when i format soon...
 
hows compatability? all applications and games work conveniently?

data/avatar/default/avatar16.webp

1615 Posts
Location -
Joined 2000-03-25
Your appz and gamez don't care what file system you use.

data/avatar/default/avatar16.webp

299 Posts
Location -
Joined 2000-05-20
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).]

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Nope. Lemme know if you find a way tho.

data/avatar/default/avatar35.webp

1030 Posts
Location -
Joined 2000-02-19
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

data/avatar/default/avatar35.webp

1030 Posts
Location -
Joined 2000-02-19
Also I just formated and reinstalled using FAT32. is there a way for me to convert it to NTFS? without formating again

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
No there isn't. DO NOT convert.

data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
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?

data/avatar/default/avatar16.webp

299 Posts
Location -
Joined 2000-05-20
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).]

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
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

data/avatar/default/avatar16.webp

299 Posts
Location -
Joined 2000-05-20
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