IOError: No space left on device - which device?

前端 未结 4 1233
走了就别回头了
走了就别回头了 2021-02-06 06:56

I\'m uploading a small file (8.5 Mb) to a flask test server.

When the file finishes uploading, the server reports:

    File \"/home/ubuntu/.virtualenvs/e         


        
4条回答
  •  天涯浪人
    2021-02-06 07:14

    If you can get a shell on the server, try typing df -h and looking for any entries which show Use% of 100%, or Avail of less than your file size.

提交回复
热议问题