How can I load a USB flash disk in a Linux instance under vmware?
Source: Internet
Author: User
Specific operation: 1: click vmware and move the focus to vmware2. Insert a USB flash drive. The system automatically identifies 3. Create a Mount Directory. Generally, when # mkdir/mnt/udisk is created, it will automatically detect it and then take a look at it with fdisk-l ,, [root @ yyl-0377root] # fdisk-lDisk/dev/sda: 5368 MB, 5366709120bytes255head specific operation:
1: click vmware and move the focus to vmware.
2. Inserted into the USB flash disk, which is automatically recognized by the system
3. Create a Mount Directory. generally, # mkdir/mnt/udisk
At this time, he will automatically detect and use fdisk-l to take a look ,,
[Root @ yyl-0377 root] # fdisk-l
Disk/dev/sda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065*512 = 8225280 bytes
Device Boot Start End Blocks Id System
/Dev/sda1*1 574 4610623 + 83 Linux
/Dev/sda2 575 652 626535 82 Linux swap
Disk/dev/sdb: 130 MB, 130416640 bytes
8 heads, 32 sectors/track, 995 cylinders
Units = cylinders of 256*512 = 131072 bytes
Device Boot Start End Blocks Id System
/Dev/sdb1*1 995 127344 B Win95 FAT32
4. Mount # mount/dev/sdb1/mnt/udisk
Then enter/mnt/udisk.
Then you can perform read and write operations.
# Umount-l/dev/sdb1
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.