1. SELinux Make SELinux as enforcing mode which is permanent [root@server6 ~]# vim /etc/sysconfig/selinux SELINUX=enforcing [root@server6 ~]# setenforce enforcing [root@server6 ~]# getenforce Enforcing 2.To create a new 500 MB physical partion To create a new 500 MB physical partition mounted on /common with xfs filesystem. Note because partition sizes are seldom exactly what is specified when you are created, anything with range of 475MB to 525 MB is acceptable . [root@server6 ~]# lsblk [root@server6 ~]# fdisk /dev/vdb Command (m for help): p Command (m for help): n Partition type: p primary (0 primary, 0 extended, 4 free) e extended Select (default p): p Last sector, +sectors or +size{K,M,G} (2048-20971519, default 20971519): +500M Command (m for help): p Device Boot Start End ...