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.