cd:get_cd_device_description
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cd:get_cd_device_description [2017/03/31 10:08] – peter | cd:get_cd_device_description [2019/11/26 21:34] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Get CD device description ====== | ||
- | Use the command **cdrecord -scanbus** as root to scan your SCSI bus to determine the device description. (i.e. 0, | ||
- | |||
- | Examples: | ||
- | |||
- | **SCSI CD system:** | ||
- | |||
- | <code bash> | ||
- | cdrecord -scanbus | ||
- | </ | ||
- | |||
- | returns | ||
- | |||
- | < | ||
- | Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jorg Schilling | ||
- | Using libscg version ' | ||
- | scsibus0: | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | 0, | ||
- | </ | ||
- | |||
- | |||
- | **CD/DVD ATA system: ** | ||
- | |||
- | This will report on your SCSI device name to use when burning a CD. In this case " | ||
- | |||
- | <code bash> | ||
- | cdrecord -scanbus | ||
- | </ | ||
- | |||
- | returns | ||
- | |||
- | < | ||
- | Cdrecord-Clone 2.01-dvd (--) Copyright (C) 1995-2004 Jorg Schilling | ||
- | ... | ||
- | scsidev: ' | ||
- | devname: ' | ||
- | scsibus: -2 target: -2 lun: -2 | ||
- | Linux sg driver version: 3.5.27 | ||
- | Using libscg version ' | ||
- | cdrecord: Warning: using unofficial libscg version (schily Red Hat-scsi-linux-sg.c-1.83-RH | ||
- | scsibus1: | ||
- | 1,0,0 100) ' | ||
- | 1,1,0 101) * | ||
- | 1,2,0 102) * | ||
- | 1,3,0 103) * | ||
- | 1,4,0 104) * | ||
- | 1,5,0 105) * | ||
- | 1,6,0 106) * | ||
- | 1,7,0 107) * | ||
- | </ | ||
- | |||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | * Linux Kernel 2.2 and 2.4 use SCSI emulation when accessing an IDE/ATAPI CD drive.\\ | ||
- | * Example device reference: dev=0,4,0 | ||
- | |||
- | * Linux kernel 2.6 allows one to directly access ATAPI. Prefix the device name with " | ||
- | * Example device reference: dev=ATAPI: | ||
- | |||
- | * To get a list of supported devices: cdrecord dev=HELP\\ | ||
- | * i.e.: ATAPI, ATA, RSCSI (remote scsi) | ||
- | </ |
cd/get_cd_device_description.1490954934.txt.gz · Last modified: 2020/07/15 09:30 (external edit)