Compare and contrast the VFS and ext2 representation of an inode.

What will be an ideal response?

A VFS inode can be used to describe a file, directory or link in a file system and is
uniquely identified by its inode number and file system number.An ext2 inode stores information
describing a data or directory file, including information such as permissions, owner, time stamps, and pointers to data blocks.An ext2 inode consumes one block of data on a secondary
storage device

Computer Science & Information Technology

You might also like to view...

Keyword ________ allows you to access members from a namespace.

a) import b) using c) namespace d) access e) None of the above.

Computer Science & Information Technology

The operator performs string concatenation.

a. ampersand (&) b. dollar sign ($) c. percent symbol (%) d. pound symbol (#)

Computer Science & Information Technology