What is the purpose of FAT in windows ? What construct do you use in Linux/Unix instead of FAT? Explain the?
ritu
2012-11-05 22:51:55 UTC
differences between the two
Four answers:
?
2012-11-06 08:32:27 UTC
The File Allocation Table was the legacy file system from Microsoft, SCP, IBM, Compaq, Digital Research, & Novell. It was mostly pushed by MS.
The file system that was originally designed for Linux was the Extended file system (ext) which is at version 4 (ext4) currently and will most likely be succeeded by the B-tree File System.
You will want to look through this page https://en.wikipedia.org/wiki/Comparison_of_file_systems for a better understanding.
Chris D
2012-11-06 01:43:08 UTC
FAT is an legacy filesystem. Modern Windows and Linux-based systems do not use FAT as their primary filesystem, although both support it fully (read/write). Windows systems use NTFS as the preferred filesystem. Most Linux-based systems tend to use ext4, but can work a significant number of alternatives. Some of these alternative filesystems work well in specialist situations; my main alternative is OCFS2.
FAT is typically provided by default on "small" removable media such as USB memory sticks, although it is perfectly possible to reformat a memory stick to use just about any filesystem you prefer.
?
2012-11-06 07:00:29 UTC
"What construct do you use in Linux/Unix instead of FAT?"
The Ext 2,3and 4 file systems are used in Linux.
These file systems are auto defrag and also have a folder for files if PC crashes.