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

前端 未结 7 1853
心在旅途
心在旅途 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条回答
  •  -上瘾入骨i
    2020-12-07 17:27

    Modify volume size. From AWS Console, you can modify the size of a volume.

    1. From AWS console, open 'ELASTIC BLOCK STORE/Volume'
    2. Select your volume and Modify volume(from Actions button)
    3. Change size (e.g. 8 to 20gib)
    4. Click Modify.
    5. Reboot from EC2 Dashboard.
    6. check size is changed by df -h

提交回复
热议问题