当前位置: 技术问答>linux和unix
Red Hat 虚拟机 如何加载 U盘啊??
来源: 互联网 发布时间:2016-09-07
本文导语: 操作环境: vm 6.5 精简绿色版 : red hat enterprise server 5.0 | 没用过这个版本的linux,但你应该检查一下vmware的设置,看看是否添加了usb端口。 | http://bbs.chinaunix.net/viewthread.php?tid=66645...
操作环境:
vm 6.5 精简绿色版 :
red hat enterprise server 5.0
vm 6.5 精简绿色版 :
red hat enterprise server 5.0
|
没用过这个版本的linux,但你应该检查一下vmware的设置,看看是否添加了usb端口。
|
http://bbs.chinaunix.net/viewthread.php?tid=666455
看这个帖子的5楼!
看这个帖子的5楼!
|
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 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 /dev/sdb1 /mnt/udisk
然后进入/mnt/udisk 就可以了。
然后可以进行读写 ,想卸掉时用
#umount -l /dev/sdb1
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 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 /dev/sdb1 /mnt/udisk
然后进入/mnt/udisk 就可以了。
然后可以进行读写 ,想卸掉时用
#umount -l /dev/sdb1