Linux CentOS 7 磁盘格式化mke2fs、mkfs.ext4、磁盘挂载及手动增加swap空间
磁盘格式化 查看系统支持的分区类型:cat/etc/filesystems[root@fxq-1~]#cat/etc/filesystems xfs ext4 ext3 ext2 nodev procnodev devpts iso9660 vfat hfs hfsplus*[root@fxq-1~]#mountsysfs on/sys type sysfs(rw,nosuid,nodev,noexec,...