A superblock is a metadata structure in Linux and Unix file systems which contains information about file system such as:
- File system type
- Size
- Status
- Information about other metadata structures
The structure is so important that the operating system keeps one or multiple backup copies of the information.
