Which command can achieve this?

There is a requirement to create a new UFS file system. This particular file system will only have a
small number of files. To maximize the space available, you want to create one inode for every 16,
384 bytes of data space.
Which command can achieve this?

There is a requirement to create a new UFS file system. This particular file system will only have a
small number of files. To maximize the space available, you want to create one inode for every 16,
384 bytes of data space.
Which command can achieve this?

A.
newfs -c 16384 /dev/rdsk/c1t2d0s0

B.
mkfs -i 16384 /dev/rdsk/c1t2d0s0

C.
mkfs -c 16384 /dev/rdsk/c1t2d0s0

D.
newfs -i 16384 /dev/rdsk/c1t2d0s0

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *