Made changes to -plug_test step 3
This commit is contained in:
@ -128,10 +128,10 @@ If a single plausible candidate is detected, then the program is willing to
|
||||
copy a disk image file onto it. This will overwrite or make inaccessible the
|
||||
previous partition table and all previous data content of the target device.
|
||||
@*
|
||||
@strong{Superuser power} is needed for filesystem type identification, for
|
||||
possible unmounting, and for possible image writing. Option @strong{-with_sudo}
|
||||
offers a way to gain this power only for those tasks and to run the program
|
||||
elsewise with a normal user's power.
|
||||
@strong{Superuser power} is normally needed for filesystem type identification,
|
||||
for possible unmounting, and for possible image writing.
|
||||
Option @strong{-with_sudo} offers a way to gain this power only for those
|
||||
tasks and to run the program elsewise with a normal user's power.
|
||||
@*
|
||||
If a particular disk image file is intended as copy source, then
|
||||
its path should be given by option -image_file, so that its size can be used
|
||||
@ -206,7 +206,7 @@ storage, and - if tested - of sufficient or plausible size.
|
||||
@strong{reasoning} is a blank separated list of words with either suffix '+'
|
||||
for an inviting device property or '-' for a prohibitive property. Normally
|
||||
a single '-' reason disqualifies the device from being advisable. Only if
|
||||
option -look_for_iso is given, a reason "has_...-" can be overridden by
|
||||
option -look_for_iso is given, a reason "has_XYZ-" can be overridden by
|
||||
the presence of an ISO 9660 filesystem on the device.
|
||||
@*
|
||||
@strong{info} is composed from VENDOR and MODEL as told by lsblk.
|
||||
@ -276,7 +276,7 @@ device name was given. Option -list_all and any device names given as arguments
|
||||
will be ignored.
|
||||
@*
|
||||
@strong{Step 3} happens only if options -DO_WRITE or -dummy_force are given.
|
||||
The program asks for a final press of the Enter key before real or simulated
|
||||
The program asks for a final input of the word 'yes' before real or simulated
|
||||
writing begins.
|
||||
@*
|
||||
Example:
|
||||
@ -291,6 +291,11 @@ by watching it appear after being plugged in.
|
||||
Step 1:
|
||||
@*
|
||||
Please make sure that the desired target device is plugged _out_ now.
|
||||
@*
|
||||
If it is currently plugged in, make sure to unmount all its fileystems
|
||||
@*
|
||||
and then unplug it.
|
||||
@*
|
||||
Press the Enter key when ready.
|
||||
@*
|
||||
|
||||
@ -338,9 +343,9 @@ sde : YES : usb+ has_iso9660+ has_vfat+
|
||||
@*
|
||||
Step 3:
|
||||
@*
|
||||
Last chance to abort. Press Enter to start REAL WRITING.
|
||||
Last chance to abort. Enter the word 'yes' to start REAL WRITING.
|
||||
@*
|
||||
|
||||
yes
|
||||
@*
|
||||
Looking for mount points of sde:
|
||||
@*
|
||||
@ -516,7 +521,8 @@ This overrides device names and option -list_all.
|
||||
The found device is then shown with advice, vendor, and model.
|
||||
@*
|
||||
Option -DO_WRITE is obeyed if given.
|
||||
In this case a final Enter key is demanded before writing begins.
|
||||
In this case, the word 'yes' has to be entered to let unmounting and writing
|
||||
begin.
|
||||
@c man .TP
|
||||
@item -list_all
|
||||
@kindex -list_all print list of disk devices
|
||||
|
Reference in New Issue
Block a user