File Systems: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m fixing category
Combuster (talk | contribs)
Moved the link to the fs category to the top
Line 1: Line 1:
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 extit. 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.
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 extit. 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.

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


== File System Theory ==
== File System Theory ==
Line 18: Line 20:
* Data commonly has to be maintained
* Data commonly has to be maintained
Hence some file systems have specialized structures, algorithms, or combinations thereof to improve speed ratings.
Hence some file systems have specialized structures, algorithms, or combinations thereof to improve speed ratings.

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


=== Allocation Table ===
=== Allocation Table ===