37_szez
2014-11-18 10:46
linux怎么用命令格式化
mkfs -t <fstype> <partition>
例: mkfs -t ext3 /dev/sdb2
两种方法:
用法1:mkfs -t <fstype> <partition>
例: mkfs -t ext3 /dev/sdb2
用法2:mkfs.<fstype> <partition>
例:mkfs.ext3 /dev/sdb3
Linux达人养成计划 I
399343 学习 · 3791 问题
相似问题