|
-
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.
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
|