The command mkfs -t ext3 /dev/hdb1 -T largefile creates what size of inode?
A.
4 kilobyte
B.
1 megabyte
C.
2 megabyte
D.
4 megabyte
Explanation:
-T fs -type : Specify how the filesystem is going to be used, so that mke2fs can choose optimal
filesystem parameters for that use. Some Filesystem type are: news : One inode per 4kb
block largerfile : one inode per megabyte largerfile4 : one inode per 4 megabytes