Updated drive_scsi_dev_family=
This commit is contained in:
parent
ffad471211
commit
95ad265316
@ -2,7 +2,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH CDRSKIN 1 "March 14, 2007"
|
.TH CDRSKIN 1 "March 15, 2007"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -727,10 +727,12 @@ Wether this leads to senseful behavior depends on operating system and kernel.
|
|||||||
.TP
|
.TP
|
||||||
.BI drive_scsi_dev_family= sr | scd | sg
|
.BI drive_scsi_dev_family= sr | scd | sg
|
||||||
Linux specific: Select a SCSI device file family to be used for drive command
|
Linux specific: Select a SCSI device file family to be used for drive command
|
||||||
transactions. Normally this is /dev/sgN but on modern kernels it might be
|
transactions. Normally this is /dev/sgN on kernel versions < 2.6 and /dev/srN
|
||||||
helpful to use drive_scsi_dev_family=sr in order to meet other programs at
|
on kernels >= 2.6 . This option allows to explicitely override that default
|
||||||
a common device file for each drive. On kernel 2.4 this will find no drives.
|
in order to meet other programs at a common device file for each drive.
|
||||||
Device file family /dev/hdX on kernel 2.6 is not affected by this setting.
|
On kernel 2.4 family sr will find no drives.
|
||||||
|
.br
|
||||||
|
Device file family /dev/hdX on kernel >= 2.6 is not affected by this setting.
|
||||||
.TP
|
.TP
|
||||||
.BI \--drive_scsi_exclusive
|
.BI \--drive_scsi_exclusive
|
||||||
Linux specific:
|
Linux specific:
|
||||||
|
Loading…
Reference in New Issue
Block a user