EC2 instance on Amazon and I am greeted with “No space left on the disk”

前端 未结 7 1854
心在旅途
心在旅途 2020-12-07 16:25

I have installed Amazon EC2 fedora instance and copying the files from one location to another. But I am greeted with \" No space left on the disk\".

I did df

7条回答
  •  一生所求
    2020-12-07 17:26

    1. find the biggest files with du -a | sort -n
    2. stop some services, they might block hidden/removed files from being finally deleted.

提交回复
热议问题