linux学习交流
时间:2010-10-27 来源:yangleitse
linux下挂在光驱:
[root@test /]# mount /dev/cdrom /mnt
mount: block device /dev/cdrom is write-protected, mounting read-only 现实这行说明挂在成功。
如果是在VMware中挂载的时候,有时候可能会碰到挂在不了的情况:如下:
[root@test /]# mount /dev/cdrom /media/cdrom
mount: mount point /media/cdrom does not exist
如果碰到这个情况的,那是因为没有选中软驱。在VMware打开设置-网络适配器-设备状态-选中已经连接后,就OK了。
相关阅读 更多 +