How to list all DVD-ROM drives in Linux console ?
Here is the command in Linux console
[[email protected] dev]# cat /var/log/dmesg | egrep '(CD|DVD)'
hda: HL-DT-STDVD-ROM GDR-T10N, ATAPI CD/DVD-ROM drive
hda: ATAPI 24X DVD-ROM drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
[[email protected] dev]#