12.17.2007

Ubuntu下格式化U盘

U盘有时候莫名其妙的变慢,格式化一下就好了,XP下很简单,linux就要google一下了,
ubuntu下面现在也不错了(其实是从debian看到的),先装一下:
apt-get install dosfstools
然后卸载掉U盘:
umount /dev/sdb1
再格式化:
mkfs.vfat /dev/sda1 (格式化成fat32格式以便在windows上读取)

Game Over

没有评论: