centos7 Read-only file system
2017-09-08 本文已影响239人
jony456123
[root@redis2 ~]# mkdir /rr
mkdir: cannot create directory ‘/rr’: Read-only file system
解决办法:
[root@redis2 ~]# mount -o remount,rw /
[root@redis2 ~]# mkdir /rr
mkdir: cannot create directory ‘/rr’: Read-only file system
解决办法:
[root@redis2 ~]# mount -o remount,rw /