Following file systems are built using linked lists: fat. Keeping each file as a linked list of disk blocks is the second way to store files. The next block is indicated by the first word of each block.
In computer science, a linked list is a linear group of data components whose physical arrangement in memory does not determine the order in which they are shown. Instead, each element identifies the one after it. A group of nodes that collectively represent a sequence make up this data structure. A file system organizes and stores data, acting as a kind of index for all the information kept on a storage device. These gadgets might be flash drives, optical drives, or hard drives.
Due to their effective insertion and deletion, linked lists are frequently employed. Stacks, queues, and other abstract data types can be implemented using them. File system linking : Symlinks and soft links are the two methods available for linking files between different file systems.
Therefore the correct answer is option c ) fat .
To learn more about file system refer to :
https://brainly.com/question/30019616
#SPJ4