New reason looks_like_loopdev-
This commit is contained in:
parent
3ac5dba1c7
commit
fd04b110fd
@ -385,6 +385,10 @@ list_devices() {
|
|||||||
then
|
then
|
||||||
yucky=y
|
yucky=y
|
||||||
reasons="${reasons}looks_like_floppy- "
|
reasons="${reasons}looks_like_floppy- "
|
||||||
|
elif echo "$name" | grep '^loop[0-9]' >/dev/null
|
||||||
|
then
|
||||||
|
yucky=y
|
||||||
|
reasons="${reasons}looks_like_loopdev- "
|
||||||
elif echo "$name" | grep '^zram[0-9]' >/dev/null
|
elif echo "$name" | grep '^zram[0-9]' >/dev/null
|
||||||
then
|
then
|
||||||
yucky=y
|
yucky=y
|
||||||
|
@ -9,7 +9,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 XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 5, 2019"
|
.TH XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 6, 2019"
|
||||||
.\" 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:
|
||||||
@ -351,6 +351,10 @@ of base devices, like "sde", not of their partitions, like "sde1".
|
|||||||
.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]*.
|
||||||
.br
|
.br
|
||||||
|
\fBlooks_like_loopdev\-\fR
|
||||||
|
.br
|
||||||
|
A given device name looks like the name of a loop device: loop[0\-9]*.
|
||||||
|
.br
|
||||||
\fBlooks_like_ramdev\-\fR
|
\fBlooks_like_ramdev\-\fR
|
||||||
.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]*.
|
||||||
|
@ -289,6 +289,8 @@ 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_loopdev-*
|
||||||
|
A given device name looks like the name of a loop device: loop[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]*.
|
||||||
@ -516,13 +518,13 @@ Node: Plugtest5746
|
|||||||
Node: Dowrite7586
|
Node: Dowrite7586
|
||||||
Node: Unwise8701
|
Node: Unwise8701
|
||||||
Node: Reasons10057
|
Node: Reasons10057
|
||||||
Node: Options12546
|
Node: Options12638
|
||||||
Node: Examples15166
|
Node: Examples15258
|
||||||
Node: Files15339
|
Node: Files15431
|
||||||
Node: Seealso15497
|
Node: Seealso15589
|
||||||
Node: Bugreport15663
|
Node: Bugreport15755
|
||||||
Node: Legal16249
|
Node: Legal16341
|
||||||
Node: CommandIdx16953
|
Node: CommandIdx17045
|
||||||
Node: ConceptIdx18000
|
Node: ConceptIdx18092
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 5, 2019"
|
@c man .TH XORRISO-DD-TARGET 1 "Version 1.5.3, Dec 6, 2019"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -463,6 +463,10 @@ of base devices, like "sde", not of their partitions, like "sde1".
|
|||||||
@*
|
@*
|
||||||
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]*.
|
||||||
@*
|
@*
|
||||||
|
@strong{looks_like_loopdev-}
|
||||||
|
@*
|
||||||
|
A given device name looks like the name of a loop device: loop[0-9]*.
|
||||||
|
@*
|
||||||
@strong{looks_like_ramdev-}
|
@strong{looks_like_ramdev-}
|
||||||
@*
|
@*
|
||||||
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]*.
|
||||||
|
Loading…
Reference in New Issue
Block a user