在linux系统中创建一个文件提示:

/application/report/shiwei # touch test.c
touch: 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

 

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-06-01
  • 2021-08-24
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
相关资源
相似解决方案