Format a USB flash drive-vfat in ubuntu linux

Source: Internet
Author: User

Format the USB flash disk-vfat format system in ubuntu linux: ubuntu12.10 32/64 bit cause: File Transfer between linux and windows Note: uninstall the USB flash disk first, then format it. 1. Insert the USB flash disk, open the command line terminal 2 and check where the USB flash disk is mounted to uninstall [plain] $ sudo mount/dev/sdc1 on/media/FA77-93DA type vfat (rw, nosuid, nodev, uhelper = udisks, uid = 1000, gid = 1000, shortname = mixed, dmask = 0077, utf8 = 1, showexec, flush) 3. unmount the USB flash disk [plain] $ sudo umount/dev/sdc1 4. format the USB flash disk [plain] $ sudo mkfs-V-t vfat/dev/sdc1 to indicate that mkfs (util-linux -ng 2.17.2) mkfs. vfat/dev/sdc1 mkfs. vfat 3.0.9 (31 Jan 2010)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.