1:用鼠标点一下vmware里,把焦点转移到vmware
2。插入u盘,系统会自动识别
3。建立挂载目录,一般#mkdir /mnt/udisk
这时候他会自动检测到,然后用 fdisk- l看一眼 ,,
[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+83Linux
/dev/sda2 575 652 626535 82Linux 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 /dev/sdb1 /mnt/udisk
然后进入/mnt/udisk 就可以了。
然后可以进行读写 ,想卸掉时用
#umount-l /dev/sdb1
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。