disk:error_no_space_left_on_device
This is an old revision of the document!
Disk - Error No space left on device
If an error message is received informing No space left on device.
mkdir: cannot create directory `folder’: No space left on device
To clean the disk, one suggestion is to hunt for big files.
This command searches for files larger than 50 MB under your current directory:
find . -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Check at least under the following directories:
/root/ /home/ /opt/ /tmp/
disk/error_no_space_left_on_device.1481127890.txt.gz · Last modified: 2020/07/15 09:30 (external edit)