篠田です。
田添 一哉さん、お返事ありがとうございます。
> mount -rt iso9660 /dev/hdc /mnt/cdrom
>
> で mount できませんか?
# mount -rt iso9660 /dev/hdc /mnt/cdrom
mount: /dev/hdc は正常なブロックデバイスではありません
とでました。
> dmesg | grep hd
>
> してみると、なにで認識(/dev/hd?) されているか、調べられると思います。
# dmesg | grep hd
ide0: BM-DMA at 0xf870-0xf877, BIOS settings: hda:DMA, hdb:pio
hda: TOSHIBA MK2016GAP, ATA DISK drive
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 39070080 sectors (20004 MB), CHS=2432/255/63, UDMA(33)
hda: hda1 hda2 hda3
#
と出ました。
認識されていないのですかね。