首页 > 其他 > 详细

manage partitions

时间:2016-07-03 10:25:20      阅读:151      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!