试图挂载我的cd/DVD驱动器,以便我可以使用它,目前,当我把一个磁盘,什么都没有发生。我试着用wodim来检测设备,这是输出。
cmehmen@c:~$ wodim devices
wodim: No write mode specified.
wodim: Assuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
Device was not specified. Trying to find an appropriate drive...
Detected CD-R drive: /dev/cdrw
Using /dev/cdrom of unknown capabilities
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'ATAPI '
Identification : 'DVD A DH16A1L '
Revision : 'KH39'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE FORCESPEED
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
wodim: No such file or directory. Cannot open 'devices'.我假设要访问,我必须使用/dev/cdrom目录,但我对此非常陌生,正在努力学习。我完全没有安装方面的经验,非常感谢您的帮助。
发布于 2015-01-14 15:09:59
对于使用wodim进行检测的设备,语法为wodim -devices。你忘了-以前的设备,所以伍迪认为你想烧掉文件设备。
https://askubuntu.com/questions/573490
复制相似问题