标签:
1、找到U盘位置(已挂载)
sudo fdisk -l
2、格式化U盘
sudo mkfs -t vfat /dev/sdc4
Linux下用命令格式化U盘
原文地址:http://www.cnblogs.com/mengfanrong/p/5227127.html