|
-
Oct 1st, 2005, 01:43 PM
#1
[RESOLVED] file system and FAT V/s NTFS
hi all!!
can somebody post some link related to the topics??? i am little aware of the file system and have no idea abt difference b/w the 2 popular file systems.
thnx
-
Oct 1st, 2005, 02:38 PM
#2
Re: file system and FAT V/s NTFS
-
Oct 1st, 2005, 03:29 PM
#3
Re: file system and FAT V/s NTFS
I would highly recommend NTFS for many reasons that are in any article or link you could find.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 1st, 2005, 03:58 PM
#4
Re: file system and FAT V/s NTFS
 Originally Posted by RobDog888
I would highly recommend NTFS for many reasons that are in any article or link you could find.

The file allocation table (FAT) is an old file system, developed back in the days of DOS. But, it does still have its uses:
- Almost all operating systems can read and write to a FAT file system.
- A FAT file system is ideal for devices with only a small amount of space. The file allocation table itself is only as big as the number of sectors on the disk.
- Reading and writing files to the disk is fast and requires little overhead.
There a disadvantages however:
- A corrupt file allocation table can render the disk unusable as this table contains a map enabling the operating system to find all the information on the disk.
- Failure of power during a write to the file allocation table can corrupt causing the above.
- There is no security. Anyone with the appropriate tools and / software can read and write to a FAT partition.
- The partition becomes fragmented quickly meaning files take longer to retrieve.
The NTFS file system was built to address the main failings of the FAT file system, to improve reliability and security.
- It is a journalling file system. Meaning that it can recover easily from a power failure or an event which interrupts a write operation.
- The file system supports built in compression and encryption. Although this isn't enabled by default.
- In general MS operating systems are the only OS's which can both read and write to NTFS partitions and encrypted data is ONLY accessible on the computer it was created with an encryption certificate via windows.
In general you should only ever use NTFS on a partition which you plan to install windows on. If you have dual boot system which is running Windows 9x or Linux too then you should create a separate FAT 32 partition which both OS'es can access and share.
The main drawback of the NTFS file system is that the file allocation tables and journalling take up allot of space on the disk. As such an NTFS file system does have minimum size (cannot remember what it is ) but a floppy disk and small USB disks are not big enough to house an NTFS file system.
-
Oct 1st, 2005, 04:01 PM
#5
Re: file system and FAT V/s NTFS
KarbosGuide provides some very detailed information on the architecture of file systems.
-
Oct 1st, 2005, 04:11 PM
#6
Re: file system and FAT V/s NTFS
Yes, as you pointed out some very good points but I assumed we are talking for a physical hard drive and not other types of storage devices or the list would grow.
98 and below do not recognise NTFS and I hope no one is planning on install 98 on a new system. 
Most people will be installing 2000 or XP so in those cases you would always use NTFS.
Very good find on the link. Sounds like an addition to your future upcomming General PC FAQ?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 2nd, 2005, 08:09 AM
#7
Re: file system and FAT V/s NTFS
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|