Home > database >  Errno 28 Low on disk space
Errno 28 Low on disk space

Time:04-22

I am trying to install a python package in aws notebook, instance g4dn.xlarge. The package itself is 3GB. The package doesnt install and I am getting this error errno 28 low on disk space. I even increased the volume size up till 50GB. But the error still persists. Can someone help me with this?

CodePudding user response:

Increasing the volume size is not enough. You have to manually extend your partition as well. The process is described in detail in AWS docs.

  • Related