Specific operations:
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 IdSystem
/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 IdSystem
/Dev/sdb1*1 995 127344 bWin95 FAT32
4. Mount # mount/dev/sdb1/mnt/udisk
Then enter/mnt/udisk.
Then you can perform read and write operations.
# Umount-l/dev/sdb1