码迷,mamicode.com
首页 > 其他好文 > 详细

初始化数据盘分区挂载

时间:2017-04-27 12:43:33      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:挂载   bsp   number   line   course   ble   16px   cts   5.6   

技术分享
技术分享
fdisk -S 63 /dev/vdb
根据提示,依次输入“n”,“p”“1”,两次回车,“wq”,分区就开始了,很快就会完成。
fdisk -S sects
      Specify  the  number of sectors per track of the disk.  (Not the physical number, of course, but the number used for partition tables.)  A reasonable value is 63. This option is DEPRECATED.
技术分享
技术分享
使用ext4 格式化分区
技术分享
ext4 分区挂载到/data 目录下
技术分享
mount -a 挂载
技术分享
 已经挂在到/data目录下了

fdisk -S 63 /dev/vdb
mkfs.ext4 /dev/vdb1
echo ‘/dev/vdb1 /data ext4 defaults 0 0‘ >> /etc/fstab
mount -a

初始化数据盘分区挂载

标签:挂载   bsp   number   line   course   ble   16px   cts   5.6   

原文地址:http://www.cnblogs.com/xxdfly/p/6773441.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!