新建或修改文件时发生如下错误

yine 2008-05-13 08:26:04
新建或修改文件时发生如下错误,请问怎么解决?
E514: write error (file system full?)
WARNING: Original file may be lost or damaged
don't quit the editor until the file is successfully written!
Hit ENTER or type command to continue
...全文
4840 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
guoleimail 2011-02-09
  • 打赏
  • 举报
回复
问题搞定了,是放置该文件的目录的超过配额了,可以用du -sh看看
hfcmx 2009-03-25
  • 打赏
  • 举报
回复
我也遇到这种情况,确实是磁盘空间没有,一个字汗
独孤过儿 2008-05-13
  • 打赏
  • 举报
回复
用df -h命令看一下磁盘空间,不会真的是你的空间没有了吧...(file system full?)
yine 2008-05-13
  • 打赏
  • 举报
回复
照你说的方法做过了,还是不行,依然有这样的提示:"main.c" E514: write error (file system full?)
Hit ENTER or type command to continue
独孤过儿 2008-05-13
  • 打赏
  • 举报
回复
你这个main.c曾经错误的关闭过,导致有一个swp文件存在,你先退出vi,然后这样执行:
rm -rf /var/tmp/main.c.swp
然后重新执行:
vi main.c
看看还有没有错误了,如果还出现四楼的现象,那点'E',也就是选择(E)dit anyway
yine 2008-05-13
  • 打赏
  • 举报
回复
当我在打开某一文件时,有这样的提示,看看能不能看出问题,谢谢.
E297: Write error in swap file
E325: ATTENTION
Found a swap file by the name "/var/tmp/main.c.swp"
owned by: oracle dated: Mon May 12 11:35:18 2008
file name: ~oracle/yine_dir/serv/main.c
modified: YES
user name: oracle host name: localhost.localdomain
process ID: 8419
While opening file "main.c"
dated: Sun May 4 10:39:19 2008

(1) Another program may be editing the same file.
If this is the case, be careful not to end up with two
different instances of the same file when making changes.
Quit, or continue with caution.

(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r main.c"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file "/var/tmp/main.c.swp"
to avoid this message.

Swap file "/var/tmp/main.c.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort, (D)elete it:
yine 2008-05-13
  • 打赏
  • 举报
回复
可是不行呀,当我新建一个文件时,在里边写入了代码,输入wq保存退出的时候有该错误,如果不输入任何东西时,没有错误。如果要修改某一文件保存时有E514: write error (file system full?) 这样的错误,请问这是什么问题,有什么方法解决。
独孤过儿 2008-05-13
  • 打赏
  • 举报
回复
warning里面不是写原因了吗...

WARNING: Original file may be lost or damaged
don't quit the editor until the file is successfully written!
Hit ENTER or type command to continue

警告:源文件可能已丢失或被破坏
在文件成功写入之前,请不要退出编辑器
按Enter键或输入命令继续
yine 2008-05-13
  • 打赏
  • 举报
回复
请大家帮解决一下,看看到底是为什么?

23,186

社区成员

发帖
与我相关
我的任务
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
  • 应用程序开发区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧