1CDROM_ID(8) Linux Administrator's Manual CDROM_ID(8)
2
3
4
6 cdrom_id - udev callout to determine the capabilities of cd/dvd drives
7
9 cdrom_id [--export] blockdevice
10
12 cdrom_id is normally called from a udev rule, to provide udev with the
13 capabilities of a cdrom or dvdrom drive. Udev can use this information
14 to create symlinks like /dev/cdrom or /dev/dvd to the real device node.
15
17 cdrom_id opens the blockdevice node specified at the commandline and
18 prints the discovered capabilities.
19
21 The following commandline switches are supported to specify what
22 cdrom_id should print:
23
24 --export
25 print all values (default)
26
28 udev(7)
29
31 Developed by Greg Kroah-Hartman <greg@kroah.com>.
32
33
34
35
36 November 2005 CDROM_ID(8)