https://zhuanlan.zhihu.com/p/678184767(原文)
不是挂载点的问题,是网卡down(输入:systemctl start sshd 页面提示:
提示Authorization not available,Check if polkit service is running or see debug message
)
第一步:拉起网卡:
ip a #查看网卡是不是down
ethtool -p enoX(ens33)#确认网线所属的网口对应的网卡
ifup ens33#拉起网卡
第二步:尝试恢复sshd
systemctl restart sshd仍提示
Authorization not available,Check if polkit service is running or see debug message
journalctl -p err -b#查看启动时的错误日志
第三步:注释无效挂载点并重启
vi /etc/fstab
我是注释的lvm
reboot