Rate and give feedback:
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
change file_system amend
Function
The change file_system amend command is used to change the number of inodes in the file system.
Parameters
Parameter |
Description |
Value |
---|---|---|
inode=? | Number of inodes in the file system. | The minimum value of the parameter is 0. To obtain the maximum value of the parameter, run the "stat -f --format='%c' ." command in the NFS share path. |
file_system_id=? | File system ID. | - |
Example
Changing the number of inodes in file system 0 to 10.
developer:/>change file_system amend inode=10 file_system_id=0 CAUTION:You are about to change the inode statistics of the file system. Suggestion: Before running this command, ensure that the file system has been unmounted from the host and there is no dirty data on the cache. Do you wish to continue?(y/n)y Command executed successfully. developer:/>