linux 添加新硬盘
Posted 大块头
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 添加新硬盘相关的知识,希望对你有一定的参考价值。
http://www.360doc.com/content/14/0220/09/9400799_354107080.shtml
分区
格式化。
挂载。
时间久了 竟然都忘了。
fdisk /dev/sdb
a w q
mkfs -t ext4 /dev/sdb
mount /dev/sdb1 /dir1
以上是关于linux 添加新硬盘的主要内容,如果未能解决你的问题,请参考以下文章