Solve growpart error - cannot create directory tmp no space left on device. failed to make temp dir

Опубликовано: 03 Октябрь 2024
на канале: Ambar Hasbiyatmoko
243
0

i am increasing my storage size (EBS, i use AWS cloud), but when executing growpart in ubuntu (there is an error):

mkdir: cannot create directory ‘/tmp/growpart.1994’: No space left on device
FAILED: failed to make temp dir

issue:
your filesystem has no space enough.

solution:
- delete unused data
- stop your app for temporary

i used method 2 to solve this issue.