Clarified in man page the use of option -with_vendor_model

This commit is contained in:
Thomas Schmitt 2019-12-05 18:27:31 +01:00
parent a09ed16fc3
commit a28ad87aae
3 changed files with 36 additions and 21 deletions

View File

@ -150,6 +150,12 @@ $ xorriso\-dd\-target \-with_sudo sdc
.br .br
sdc : YES : usb+ has_iso9660+ has_vfat+ sdc : YES : usb+ has_iso9660+ has_vfat+
.br .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 $ xorriso\-dd\-target sdc
.br .br
sdc : NO : usb+ no_fs_while_not_su\- 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]*. A given device name looks like the name of an optical drive: sr[0\-9]*.
Use program \fBxorrecord\fR for this kind of devices. Use program \fBxorrecord\fR for this kind of devices.
.br .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 \fBlooks_like_floppy\-\fR
.br .br
A given device name looks like the name of a floppy disk drive: fd[0\-9]*. 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 .br
A given device name looks like the name of a ram block device: zram[0\-9]*. A given device name looks like the name of a ram block device: zram[0\-9]*.
.br .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 \fBlsblk_no_size\-\fR
.br .br
A size test is given by \-max_size, \-min_size, or \-image_file but the size of A size test is given by \-max_size, \-min_size, or \-image_file but the size of

View File

@ -136,6 +136,9 @@ Examples:
$ xorriso-dd-target -with_sudo sdc $ xorriso-dd-target -with_sudo sdc
... ...
sdc : YES : usb+ has_iso9660+ has_vfat+ 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 $ xorriso-dd-target sdc
sdc : NO : usb+ no_fs_while_not_su- sdc : NO : usb+ no_fs_while_not_su-
@ -279,16 +282,16 @@ This reason overrides any "has_XYZ-" reason.
*looks_like_cd_drive-* *looks_like_cd_drive-*
A given device name looks like the name of an optical drive: sr[0-9]*. A given device name looks like the name of an optical drive: sr[0-9]*.
Use program *xorrecord* for this kind of devices. 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-* *looks_like_floppy-*
A given device name looks like the name of a floppy disk drive: A given device name looks like the name of a floppy disk drive:
fd[0-9]*. fd[0-9]*.
*looks_like_ramdev-* *looks_like_ramdev-*
A given device name looks like the name of a ram block device: A given device name looks like the name of a ram block device:
zram[0-9]*. 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-* *lsblk_no_size-*
A size test is given by -max_size, -min_size, or -image_file but the 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 size of the device cannot be inquired by lsblk. This is supposed to
@ -509,17 +512,17 @@ Node: Overview996
Node: Simplenames2788 Node: Simplenames2788
Node: Listall3399 Node: Listall3399
Node: Givendevices4825 Node: Givendevices4825
Node: Plugtest5627 Node: Plugtest5746
Node: Dowrite7467 Node: Dowrite7586
Node: Unwise8582 Node: Unwise8701
Node: Reasons9938 Node: Reasons10057
Node: Options12427 Node: Options12546
Node: Examples15047 Node: Examples15166
Node: Files15220 Node: Files15339
Node: Seealso15378 Node: Seealso15497
Node: Bugreport15544 Node: Bugreport15663
Node: Legal16130 Node: Legal16249
Node: CommandIdx16834 Node: CommandIdx16953
Node: ConceptIdx17881 Node: ConceptIdx18000
 
End Tag Table End Tag Table

View File

@ -249,6 +249,12 @@ $ xorriso-dd-target -with_sudo sdc
@* @*
sdc : YES : usb+ has_iso9660+ has_vfat+ 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 $ xorriso-dd-target sdc
@* @*
sdc : NO : usb+ no_fs_while_not_su- sdc : NO : usb+ no_fs_while_not_su-