Clarified in man page the use of option -with_vendor_model
This commit is contained in:
parent
a09ed16fc3
commit
a28ad87aae
@ -150,6 +150,12 @@ $ xorriso\-dd\-target \-with_sudo sdc
|
||||
.br
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+
|
||||
.br
|
||||
$ xorriso\-dd\-target \-with_sudo \-with_vendor_model sdc
|
||||
.br
|
||||
...
|
||||
.br
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+ : Intenso Ultra Line
|
||||
.br
|
||||
$ xorriso\-dd\-target sdc
|
||||
.br
|
||||
sdc : NO : usb+ no_fs_while_not_su\-
|
||||
@ -336,6 +342,11 @@ This reason overrides any "has_XYZ\-" reason.
|
||||
A given device name looks like the name of an optical drive: sr[0\-9]*.
|
||||
Use program \fBxorrecord\fR for this kind of devices.
|
||||
.br
|
||||
\fBlooks_like_disk_partition\-\fR
|
||||
.br
|
||||
A given device name looks like the name of a partition. Expected are names
|
||||
of base devices, like "sde", not of their partitions, like "sde1".
|
||||
.br
|
||||
\fBlooks_like_floppy\-\fR
|
||||
.br
|
||||
A given device name looks like the name of a floppy disk drive: fd[0\-9]*.
|
||||
@ -344,11 +355,6 @@ A given device name looks like the name of a floppy disk drive: fd[0\-9]*.
|
||||
.br
|
||||
A given device name looks like the name of a ram block device: zram[0\-9]*.
|
||||
.br
|
||||
\fBlooks_like_disk_partition\-\fR
|
||||
.br
|
||||
A given device name looks like the name of a partition. Expected are names
|
||||
of base devices, like "sde", not of their partitions, like "sde1".
|
||||
.br
|
||||
\fBlsblk_no_size\-\fR
|
||||
.br
|
||||
A size test is given by \-max_size, \-min_size, or \-image_file but the size of
|
||||
|
@ -136,6 +136,9 @@ Examples:
|
||||
$ xorriso-dd-target -with_sudo sdc
|
||||
...
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+
|
||||
$ xorriso-dd-target -with_sudo -with_vendor_model sdc
|
||||
...
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+ : Intenso Ultra Line
|
||||
$ xorriso-dd-target sdc
|
||||
sdc : NO : usb+ no_fs_while_not_su-
|
||||
|
||||
@ -279,16 +282,16 @@ This reason overrides any "has_XYZ-" reason.
|
||||
*looks_like_cd_drive-*
|
||||
A given device name looks like the name of an optical drive: sr[0-9]*.
|
||||
Use program *xorrecord* for this kind of devices.
|
||||
*looks_like_disk_partition-*
|
||||
A given device name looks like the name of a partition. Expected are
|
||||
names of base devices, like "sde", not of their partitions, like "sde1".
|
||||
|
||||
*looks_like_floppy-*
|
||||
A given device name looks like the name of a floppy disk drive:
|
||||
fd[0-9]*.
|
||||
*looks_like_ramdev-*
|
||||
A given device name looks like the name of a ram block device:
|
||||
zram[0-9]*.
|
||||
*looks_like_disk_partition-*
|
||||
A given device name looks like the name of a partition. Expected are
|
||||
names of base devices, like "sde", not of their partitions, like "sde1".
|
||||
|
||||
*lsblk_no_size-*
|
||||
A size test is given by -max_size, -min_size, or -image_file but the
|
||||
size of the device cannot be inquired by lsblk. This is supposed to
|
||||
@ -509,17 +512,17 @@ Node: Overview996
|
||||
Node: Simplenames2788
|
||||
Node: Listall3399
|
||||
Node: Givendevices4825
|
||||
Node: Plugtest5627
|
||||
Node: Dowrite7467
|
||||
Node: Unwise8582
|
||||
Node: Reasons9938
|
||||
Node: Options12427
|
||||
Node: Examples15047
|
||||
Node: Files15220
|
||||
Node: Seealso15378
|
||||
Node: Bugreport15544
|
||||
Node: Legal16130
|
||||
Node: CommandIdx16834
|
||||
Node: ConceptIdx17881
|
||||
Node: Plugtest5746
|
||||
Node: Dowrite7586
|
||||
Node: Unwise8701
|
||||
Node: Reasons10057
|
||||
Node: Options12546
|
||||
Node: Examples15166
|
||||
Node: Files15339
|
||||
Node: Seealso15497
|
||||
Node: Bugreport15663
|
||||
Node: Legal16249
|
||||
Node: CommandIdx16953
|
||||
Node: ConceptIdx18000
|
||||
|
||||
End Tag Table
|
||||
|
@ -249,6 +249,12 @@ $ xorriso-dd-target -with_sudo sdc
|
||||
@*
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+
|
||||
@*
|
||||
$ xorriso-dd-target -with_sudo -with_vendor_model sdc
|
||||
@*
|
||||
...
|
||||
@*
|
||||
sdc : YES : usb+ has_iso9660+ has_vfat+ : Intenso Ultra Line
|
||||
@*
|
||||
$ xorriso-dd-target sdc
|
||||
@*
|
||||
sdc : NO : usb+ no_fs_while_not_su-
|
||||
|
Loading…
Reference in New Issue
Block a user