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

manage partitions

时间:2016-07-03 10:25:47      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:

after create a new partition using ‘fdisk /dev/sda‘, you must format it with a file system and mount it, or it can‘t use.

1. fdisk /dev/sda

2. partprobe /dev/sda

3. df -h

4. mkfs -t xfs /dev/sda3

5. mount /dev/sda3 /tmp

6. findmnt

7. umount /dev/sda3 /tmp

manage partitions

标签:

原文地址:http://www.cnblogs.com/bajunma123/p/5636906.html

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