简体   繁体   中英

No space left on device on AWS ubuntu after migration to larger instance

I recently migrated an AWS instance of mine from a t2.micro with an 8GB hard drive to an instance with a 100GB hard drive, as the t2.micro had no space left on it.

Once I'd completed the migration I attempted to install jupyter, but received an IO error indicating the device is out of space.

sudo -H pip install jupyter

系统信息和错误消息的屏幕截图

I've read a few similar posts and relevant articles and have inspected the free disk space with df -i , yet it seems there is ample space left on every disk.

df -i输出的屏幕截图

My understanding of linux devices and disks is far from complete, and I'm unsure of the source of the error and the solution to the problem.

Does anyone have any pointers?

Thanks!


Update :

Here is the output of df and df -h , which shows the overflow filesystem as being 100% used.

df和df -h输出的屏幕截图

And the output of lsblk .

lsblk输出的屏幕截图

Is the problem the overflow filesystem being at 100%? And is the solution to resize partition and filesystems? Unsure as to how to do that.

sudo umount overflow应该修复它– Dusan Bajic

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM