File Systems: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Fix typing error
No edit summary
Line 1: Line 1:
{{Filesystems}}
{{Filesystems}}


Filesystems are the machine's way of ordering your data on readable and/or writable media. They provide a logical way to access the stuff that you have down on disk so that you can read or modify it. Which file system you use depends upon what you want to do with it. For example, Windows uses the Fat32 or NTFS filesystem. If your disk is really huge, then there's no point using Fat32 because the FAT system was designed in the days when nobody had disks as big as we do now. At the same time, there's no point using a NTFS filesystem on a tiny disk, because it was designed to work with large volumes of data - the overhead would be pointless for, say, reading a 1.44m floppy disk.
File systems are the machine's way of ordering your data on readable and/or writable media. They provide a logical way to access the stuff that you have down on disk so that you can read or modify it. Which file system you use depends upon what you want to do with it. For example, Windows uses the FAT32 or NTFS file system. If your disk is really huge, then there's no point using FAT32 because the FAT system was designed in the days when nobody had disks as big as we do now. At the same time, there's no point using a NTFS file system on a tiny disk, because it was designed to work with large volumes of data - the overhead would be pointless for, say, reading a 1.44 MB floppy disk.


For details on specific filesystems, browse [[:Category:Filesystems|this list]] of filesystems.
For details on specific filesystems, browse [[:Category:Filesystems|this list]] of filesystems.