vi打开配置文件后显示E297: Write error in swap file,检查磁盘发现磁盘满了。使用du –max-depth=1 | sort –n –r 查找大文件所在位置并删除。
相关文章
- MySQL5.7报错[ERROR] Unix socket lock file is empty /tmp/mysql.sock.lock的解决方法
- VS2010编译错: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403...的解决方法
- Can't create/write to file 'C:\WINDOWS\TEMP\...MYSQL报错解决方法
- WAC启动Android模拟器 transfer error: Read-only file system错误解决方法
- Jmeter遇到线程链接被重置(Connection reset by peer: socket write error)的解决方法
- MySQL into outfile 问题解决:ERROR 1 (HY000): Can't create/write to file
- C++编译错误syntax error : identifier 'THIS_FILE' 解决方法
- 使用 EasyBCD 安装Ubuntu 14.04 Error 15: file not found错误的解决方法
- PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
- Linux使用vim编辑文件保存时报E514:write error (file system full?)问题解决