1.readonly file system
重新挂载 ,mount / -o remount,rw
2.网络ping不通
service network restart
3. ssh: connect to host xxx port 22: Connection refused
service sshd restart
本文探讨如何通过mount命令重新挂载readonly文件系统为rw权限,并解决网络ping不通和SSH连接拒绝的问题,涉及步骤包括servicenetworkrestart和servicesshdrestart。
1.readonly file system
重新挂载 ,mount / -o remount,rw
2.网络ping不通
service network restart
3. ssh: connect to host xxx port 22: Connection refused
service sshd restart
456
1203

被折叠的 条评论
为什么被折叠?