摘要:
1、卸载数据盘 [root@localhost ~]# umount /dev/sda1 2、使用fdisk /dev/sda 对数据盘分区操作 [root@localhost ~]# fdisk /dev/sda WARNING: The size of this disk is 3.0 TB ( 阅读全文
摘要:
1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭防火墙 systemctl disable firew 阅读全文