要将光盘挂载到/mnt 下面,就得先到/mnt下建立cdrom目录光驱默认路径都在 /dev/cdrom将光盘挂载到/mnt/cdrom的命令: mount /dev/cdrom /mnt/cdrom
mount -t /要挂载的设备 /mnt/usb <==挂在到/mnt/usb