摘要: 在linux系统中创建一个文件提示:/application/report/shiwei # touch test.ctouch: cannot touch `test.c': Read-only file system总是提示Read-only file system,也就是说系统是只读的,什么也写不了。于是在网上到处找了一下,发现解决起来挺容易的。一条命令就可以了mount -o remount rw /参考:http://www.blogjava.net/hadeslee/archive/2009/08/13/291043.html 阅读全文
posted @ 2013-08-01 08:49 Rabbit_Dale 阅读(24667) 评论(1) 推荐(2) 编辑