What information does the superblock contain?
What will be an ideal response?
The superblock contains information about blocks and inodes in a file system and information
about the type of file system, including the number and size of disk blocks, how many are available
for use, and the number of available inodes in the file system.
Computer Science & Information Technology
You might also like to view...
When you click the File tab, then click Print, the first slide of the presentation displays in ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
struct type salesPerson has a component sales, which is an array of 50 sales totals. Write the command to display the first sales total for a salesPerson variable called janeSmith.
What will be an ideal response?
Computer Science & Information Technology