xorrecord: DriveAddr

 
 5.1 Addressing the drive
 ========================
 
 
 --devices
      Print the list of accessible CD, DVD, or BD drives to standard
      output.  Drives might be inaccessible if the user lacks of
      permissions to use them or if the drive is in use by another
      program.
      Each accessible drive is shown by a line like:
      0 -dev '/dev/sr0' rwrw- : 'TSSTcorp' 'CDDVDW SH-S203B'
      The libburn address of this drive is '/dev/sr0'.  'TSSTcorp' is the
      name of the vendor (in this case: Toshiba Samsung Storage
      Technologies Corporation), 'CDDVDW SH-S203B' is the model name (in
      this case: a DVD burner).
      Afterwards end emulation without performing any further drive
      operation.
 dev=drive_address
      Set the libburn address of the drive to be used.
      E.g.  on GNU/Linux: dev=/dev/sr0
      E.g.  on FreeBSD: dev=/dev/cd0
      E.g.  on NetBSD: dev=/dev/rcd0d
      E.g.  on Solaris: dev=/dev/rdsk/c2t2d0s2
      See also above "Drive preparation and addressing".
      The medium in the drive should not be mounted or be otherwise in
      use.
      This option will only get into effect if a track source, a blank=
      option, or a drive inquiry option is given.  Else it will lead to a
      SORRY event and normally cause a non-zero exit value.