linux – -bash:无法为here-document创建临时文件:设备上没有剩余空间

前端之家收集整理的这篇文章主要介绍了linux – -bash:无法为here-document创建临时文件:设备上没有剩余空间前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在执行选项卡时遇到以下错误,在 shell中选项卡:

-bash: cannot create temp file for here-document: No space left on device

root@alexus:~# cat /etc/issue.net
Ubuntu 14.04.3 LTS
root@alexus:~# uname -a
Linux alexus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
root@alexus:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        30G   17G   11G  61% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
udev            487M  4.0K  487M   1% /dev
tmpfs           100M  404K  100M   1% /run
none            5.0M     0  5.0M   0% /run/lock
none            498M  352K  497M   1% /run/shm
none            100M     0  100M   0% /run/user
root@alexus:~# df -i
Filesystem      Inodes   IUsed  IFree IUse% Mounted on
/dev/vda1      1966080 1966080      0  100% /
none            127234      11 127223    1% /sys/fs/cgroup
udev            124520     402 124118    1% /dev
tmpfs           127234     346 126888    1% /run
none            127234       1 127233    1% /run/lock
none            127234      19 127215    1% /run/shm
none            127234       2 127232    1% /run/user
root@alexus:~#

我如何释放inode?

解决方法

how do I free inodes?

删除文件.

原文链接:https://www.f2er.com/linux/396027.html

猜你在找的Linux相关文章