阿里云挂载数据盘方法
            时间:2017-05-29 13:52:41  
            收藏:0  
            阅读:330
        
        
        1、df -lh查看是否已经挂载
2、fdisk -l 查看需要挂载的数据盘信息
3、mount /dev/vdb /mnt
echo ‘/dev/vdb /mnt ext3 defaults 0 0‘ >> /etc/fstab
df -lh
init6//重启服务
df -lh查看是否挂载成功
服务器为专有网络时,需要在安全组配置入网规则
原文:http://www.cnblogs.com/huohuoblog/p/6917907.html
            评论(0)
        
        
        