IT NOTEs
Wednesday, March 16, 2011
[Linux] How to Create a Fat32 Filesystem on the USB Flash Drive
Open a terminal and type
sudo su
Must unmount the USB Flash Drive first!!!
Type
umount /dev/sd
x
1
[to unmount the mounted partition] (replacing
x
with your actual usb device)
Next:
Type
mkfs.vfat -F 32 -n MULTIBOOT /dev/sd
x
1
(to format the partition as fat32)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment