最新回答 / jornpen
使用 ls -l /dev/sdc* 查看是否分區成功;再使用 mkfs.ext3 /dev/sdc1 或 mkfs -t ext3 /dev/sdc1 進行格式化即可;對/dev/sdc[2,3]格式化同2。
2016-04-22