forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Huijuan, Wang <wanghuijuan738@noreply.gitea.eco.tsi-dev.otc-service.com>
5.1 KiB
5.1 KiB
How Do I Fix File Creation Failures Due to Inode Exhaustion?
Symptom
When you create a file or directory, you get the error message "No space left on device", "Cannot create directory", or "Couldn't create temporary archive name."
Possible Cause
In Linux, both of the following use the disk space:
- Data
- Inode
Constraints
The procedures described in this section involve disk initialization. Back up data in advance.
Solution
- Run the following command to check the available space on the disk:
As shown in Figure 1, the disk still has enough available space.
- Run the following command to check the available inodes on the disk:
If the value of Use% in the command output is 100%, inodes are used up. Perform the following operations to free up inodes:
Parent topic: Troubleshooting

