【发布时间】:2018-02-18 13:49:08
【问题描述】:
我有一个数字海洋 Ubuntu 服务器,两天前我网站的每个页面都给我错误 500,
在 ssh 中我收到此错误消息“设备上没有剩余空间”,
For more info please check this SSH screenshot
所以我恢复备份,服务器和网站现在工作正常,但不久的将来会再次发生
这是当前服务器状态
root@****:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
udev 4077544 4 4077540 1% /dev
tmpfs 817680 340 817340 1% /run
/dev/vda1 82436784 34630128 43596088 45% /
none 4 0 4 0% /sys/fs/cgroup
none 5120 0 5120 0% /run/lock
none 4088392 0 4088392 0% /run/shm
none 102400 0 102400 0% /run/user
root@****:~# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 1019386 402 1018984 1% /dev
tmpfs 1022098 319 1021779 1% /run
/dev/vda1 5242880 5014058 228822 96% /
none 1022098 2 1022096 1% /sys/fs/cgroup
none 1022098 5 1022093 1% /run/lock
none 1022098 1 1022097 1% /run/shm
none 1022098 2 1022096 1% /run/user
root@****:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 799M 340K 799M 1% /run
/dev/vda1 79G 34G 42G 45% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 0 3.9G 0% /run/shm
none 100M 0 100M 0% /run/user
root@****:~# ls /tmp/
root@****:~# fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/vda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/vda: 85.9 GB, 85899345920 bytes
255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/vda1 1 167772159 83886079+ ee GPT
提前致谢
【问题讨论】:
-
您收到的错误消息对我来说似乎很清楚。你到底在这里要求什么?
标签: ubuntu cloud partitioning digital-ocean