Exam NS0-162 All QuestionsBrowse all questions from this exam
Question 36

You need to increase the number of files that can be created in a volume.

Which two methods enable you to achieve this goal? (Choose two.)

    Correct Answer: A, D

    To increase the number of files that can be created in a volume, one viable method is to increase the size of the volume, which indirectly increases the total number of inodes available, thereby allowing more files to be created. Another direct method is to increase the number of files permitted on the volume by adjusting the relevant parameters (like the maxfiles parameter). These two approaches effectively address the goal of increasing the file creation capacity in a volume.

Discussion
MahonyczOptions: AD

A and D

DB69XOptions: AD

A&D is correct

Moeed_MansooriOptions: AD

A&D are the correct answer.

MrFlowerOptions: AD

Increasing the size of the volume also increases the total number of inodes in this volume. Thats why you can have more files in this volume than before. https://kb.netapp.com/onprem/ontap/os/What_is_an_inode

NewboyOptions: BD

The correct answers are B and D. A. Increasing the size of the volume will increase the amount of space available for storing data, but it will not directly affect the number of files that can be created. B. Setting the space guarantee to "volume" ensures that all of the space in the volume is reserved for use by the volume. This can increase the number of files that can be created in the volume. C. Setting the fractional reserve to "0" means that no space is reserved for the volume. This can lead to overprovisioning and can cause issues with file creation. D. Increasing the number of files permitted on the volume directly affects the number of files that can be created in the volume. This can be done by adjusting the "maxfiles" parameter on the volume.

Mahonycz

B is wrong. Increasing size of the volume also increases the number of files. Done on production system several times. So the answer is A and D