How to manually mount a USB flash drive on Ubuntu

Source: Internet
Author: User
Ubuntu allows you to manually mount a USB flash drive only by using the Ubuntu userver or Ubuntu desktop. In this case, some commands are required: 1. run the same command before and after inserting the USB flash drive to check which disk is cat/proc/partitions... you can manually attach a USB flash disk to Ubuntu server only. In this case, some commands are required: 1. enter the same command before and after inserting the USB flash drive, check the disk cat/proc/partitions. here I find that 8 16 7827424 sdb 8 17 7825423 sdb1 sdb is a general term, so the newly inserted USB flash drive is/dev/sdb1 2. run the command to check the file system format of the new USB flash drive.
Root @ chenshu-System-Product-Name:/# fdisk-l/dev/sdb Disk/dev/sdb: 8015 MB, 8015282176 bytes247 heads, 62 sectors/track, 1022 cylinders, total 15654848 sectorsUnits = sectors of 1*512 = 512 bytesSector size (logical/physical): 512 bytes/512 bytesI/O size (minimum/optimal): 512 bytes/512 bytesDisk identifier: 0x0001fce0 www.2cto.com Device Boot Start End Blocks Id System/dev/sdb1 * 62 156509 07 7825423 c W95 FAT32 (LBA): The format is FAT32. 3. mount-t vfat/dev/sdb1/media/usb note: when mount-t is pressed twice, the system prompts the file system type/media/usb is the directory created by myself. 4. umountumount/media/usb author sheismylife
Related Article

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.