[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 /