File systems determine how data is stored and retrieved. A file system keeps track of the following data items:
The primary job of the filesystem is to make sure that the data is always accessible and in tackt. To maintain consistency, most modern filesystems use a log (remember databases!).
Common filesystems are EXT4, NTFS, APFS and ZFS
read
ing from a filesystemread
ing from a file, block
layer