从 CD-ROM 读取文件

从 CD-ROM 读取文件

我有一张可以运行的 CD-ROM,里面有很多 Windows 内容。我知道这些可执行文件无法在 Ubuntu 上运行,但我甚至无法让系统安装它。

我确信这是用户错误。但是,我很想访问此磁盘上的文件/文件夹,因为有一些 PDF 文件对我来说非常重要。

有谁能够帮助我?

编辑:添加相关信息

我使用的是 Dell Inspiron 5559 Intel® Core™ i7-6500U CPU @ 2.50GHz × 4 Ubuntu 18.04

当我将这样的磁盘放入托盘时,它开始旋转,然后什么都没有。文件管理器看不到它。磁盘管理器应用程序不会安装它。就像它不在那里一样。

音乐光盘、DVD 和空白光盘均能正常注册并打开相应的应用程序。

以下是瘦身使用 Windows 磁盘:

        *-cdrom
         description: DVD-RAM writer
         product: DVD+-RW DU-8A5LH
         vendor: PLDS
         physical id: 0.0.0
         bus info: scsi@1:0.0.0
         logical name: /dev/cdrom
         logical name: /dev/cdrw
         logical name: /dev/dvd
         logical name: /dev/dvdrw
         logical name: /dev/sr0
         version: DD11
         capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
         configuration: ansiversion=5 status=ready
       *-medium
            physical id: 0
            logical name: /dev/cdrom

尝试通过以下方式手动安装

mount /dev/sr0 /mnt

返回

mount: /mnt: no medium found on /dev/sr0.

但是磁盘就在那儿。并且从上面的 lshw 来看,系统知道它在那里。

跑步时journalctl——关注,我不明白插入 CD 时出现的任何输出。事实上,它看起来无关紧要(如果是的话,我稍后会删除)。这一切看起来都像网络流量。

Aug 30 06:58:33 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:6c:ad:f8:36:6a:ec:08:00 SRC=192.168.1.2 DST=192.168.1.93 LEN=543 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=56657 DPT=43265 LEN=523 
Aug 30 06:58:34 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:a4:77:33:85:8c:e8:08:00 SRC=192.168.1.3 DST=192.168.1.93 LEN=544 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=47667 DPT=43265 LEN=524 
Aug 30 06:58:34 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:6c:ad:f8:36:6a:ec:08:00 SRC=192.168.1.2 DST=192.168.1.93 LEN=543 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=54085 DPT=43265 LEN=523 
Aug 30 06:58:35 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:a4:77:33:85:8c:e8:08:00 SRC=192.168.1.3 DST=192.168.1.93 LEN=544 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=35654 DPT=43265 LEN=524 
Aug 30 06:58:35 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:a4:77:33:85:8c:e8:08:00 SRC=192.168.1.3 DST=192.168.1.93 LEN=544 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=49123 DPT=43265 LEN=524 
Aug 30 06:58:35 mattbuntu kernel: [UFW BLOCK] IN=wlp2s0 OUT= MAC=00:1e:64:f9:28:33:6c:ad:f8:36:6a:ec:08:00 SRC=192.168.1.2 DST=192.168.1.93 LEN=543 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=43700 DPT=43265 LEN=523 

我最终也得到了一些回报:

wodim -atip dev=/dev/sr0


Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'PLDS    '
Identification : 'DVD+-RW DU-8A5LH'
Revision       : 'DD11'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
wodim: Cannot load media with this drive!
wodim: Try to load media by hand.
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: Cannot load media with this drive!
wodim: Try to load media by hand.
wodim: Cannot load media.

另外,以下是 cd-info 的结果:

matthewlhudson@mattbuntu:~$ cd-info
cd-info version 1.0.0 x86_64-pc-linux-gnu
Copyright (c) 2003-2005, 2007-2008, 2011-2015, 2017 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
CD location   : /dev/cdrom
CD driver name: GNU/Linux
   access mode: IOCTL

Vendor                      : PLDS    
Model                       : DVD+-RW DU-8A5LH
Revision                    : DD11
Hardware                                  : CD-ROM or DVD
Can eject                                 : Yes
Can close tray                            : Yes
Can disable manual eject                  : Yes
Can select juke-box disc                  : No

Can set drive speed                       : No
Can read multiple sessions (e.g. PhotoCD) : Yes
Can hard reset device                     : Yes

Reading....
  Can read Mode 2 Form 1                  : Yes
  Can read Mode 2 Form 2                  : Yes
  Can read (S)VCD (i.e. Mode 2 Form 1/2)  : Yes
  Can read C2 Errors                      : Yes
  Can read IRSC                           : Yes
  Can read Media Channel Number (or UPC)  : Yes
  Can play audio                          : Yes
  Can read CD-DA                          : Yes
  Can read CD-R                           : Yes
  Can read CD-RW                          : Yes
  Can read DVD-ROM                        : Yes

Writing....
  Can write CD-RW                         : Yes
  Can write DVD-R                         : Yes
  Can write DVD-RAM                       : Yes
  Can write DVD-RW                        : No
  Can write DVD+RW                        : No
__________________________________

Disc mode is listed as: Error in getting information
++ WARN: error in ioctl CDROMREADTOCHDR: No medium found

cd-info: Can't get first track number. I give up.

我想知道我怎么知道是驱动器还是磁盘的问题。磁盘在其他机器上可以使用。驱动器可以与音乐磁盘和空白磁盘一起使用。所以,在某些情况下,两者都可以使用。

答案1

你说系统无法挂载它!

您是否尝试过从终端手动挂载?以 root 身份,您将能够毫无问题地挂载 cdrom:

mount /dev/sr0 /mnt

或者创建您自己的目录,然后在 /mnt 中将其挂载到该目录中。

相关内容