CD/DVD/Blu-Ray 장치를 감지할 수 없음

CD/DVD/Blu-Ray 장치를 감지할 수 없음

Ubuntu 11.10을 새로 설치해도 CD, DVD, Blu-Ray용 드라이브가 있는지 인식할 수 없습니다...

다음은 해당 주제에 대해 읽은 다른 포럼 게시물에서 일반적으로 요청되는 몇 가지 터미널 명령의 출력입니다.

$ ls -l /dev/{cd,dvd}\*
ls: cannot access /dev/cd*: No such file or directory
ls: cannot access /dev/dvd*: No such file or directory

$ sudo lshw -c disk
  *-disk:0
       description: ATA Disk
       product: ST9250421ASG
       vendor: Seagate
       physical id: 0
       bus info: scsi@2:0.0.0
       logical name: /dev/sda
       version: DE12
       serial: 5TH00M12
       size: 232GiB (250GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=00099b7e
  *-disk:1
       description: ATA Disk
       product: ST9250421ASG
       vendor: Seagate
       physical id: 1
       bus info: scsi@3:0.0.0
       logical name: /dev/sdb
       version: DE12
       serial: 5TH00HHY
       size: 232GiB (250GB)
       configuration: ansiversion=5

$ sudo lshw -c drive

또한 내 fstab 파일은 다음과 같습니다.

\# /etc/fstab: static file system information.
\#
\# Use 'blkid' to print the universally unique identifier for a
\# device; this may be used with UUID= as a more robust way to name devices
\# that works even if disks are added and removed. See fstab(5).
\#
\# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
\# / was on /dev/sda1 during installation
UUID=3112a024-7483-447b-9069-c6d0b5ed23d4 /               ext4    errors=remount-ro 0       1
\# swap was on /dev/sda5 during installation
UUID=5742166e-368f-4374-b188-a1ce61faadaa none            swap    sw              0       0

죄송합니다. 저는 Linux 자동 감지/마운트 프로세스에 대해 잘 모릅니다. 어떤 도움이라도 대단히 감사하겠습니다!

답변1

아, Ubuntu는 기본적으로 내가 가지고 있는 연결 유형을 감지하지 못하는 것 같습니다...OS에 모든 업데이트를 설치한 후에는 자동으로 감지하고 적절하게 마운트합니다.

내 잘못이야.

관련 정보