第一步:

#fdisk -l

第二步:

rhel6 添加新硬盘

rhel6 添加新硬盘

第三步:

#mkdir /test

#mount /dev/sdb1 /test

#df -v

rhel6 添加新硬盘

第四步:

#vi /etc/fstab

在其中加入

/dev/sdb1     /test     ext4    defaults    1 2

完成

相关文章: