SUN
310-200 · Question #211
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…
The correct answer is D. newfs -i 16384 /dev/rdsk/c1t2d0s0. See the full explanation below for the reasoning.
Question
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?
Options
- Anewfs -c 16384 /dev/rdsk/c1t2d0s0
- Bmkfs -i 16384 /dev/rdsk/c1t2d0s0
- Cmkfs -c 16384 /dev/rdsk/c1t2d0s0
- Dnewfs -i 16384 /dev/rdsk/c1t2d0s0
How the community answered
(37 responses)- A11% (4)
- B5% (2)
- C3% (1)
- D81% (30)
Community Discussion
No community discussion yet for this question.