diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:44:39 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | 81f7564160f9f9408ce7276ed2ab42179ccef97b (patch) | |
tree | f195ea0d09bd52a2912ea1b91debd7eb2b8f3e07 /system/recoverdm | |
parent | f8c5eb19e6133ce79bb31ec2d13bac5190547c88 (diff) | |
download | slackbuilds-81f7564160f9f9408ce7276ed2ab42179ccef97b.tar.gz |
system/recoverdm: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/recoverdm')
-rw-r--r-- | system/recoverdm/README | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/system/recoverdm/README b/system/recoverdm/README index 64837ab8e9..9755c0b72b 100644 --- a/system/recoverdm/README +++ b/system/recoverdm/README @@ -1,13 +1,15 @@ -This program will help you recover disks with bad sectors. You can recover -files as well complete devices. +This program will help you recover disks with bad sectors. You can +recover files as well complete devices. -In case if finds sectors which simply cannot be recoverd, it writes an empty -sector to the outputfile and continues. If you're recovering a CD or a DVD and -the program cannot read the sector in "normal mode", then the program will try -to read the sector in "RAW mode" (without error-checking etc.). +In case if finds sectors which simply cannot be recoverd, it writes an +empty sector to the outputfile and continues. If you're recovering a +CD or a DVD and the program cannot read the sector in "normal mode", +then the program will try to read the sector in "RAW mode" (without +error-checking etc.). -This toolkit also has a utility called 'mergebad': mergebad merges multiple -images into one. This can be usefull when you have, for example, multiple CD's -with the same data which are all damaged. In such case, you can then first use -recoverdm to retrieve the data from the damaged CD's into image-files and then -combine them into one image with mergebad. +This toolkit also has a utility called 'mergebad': mergebad merges +multiple images into one. This can be usefull when you have, for +example, multiple CDs with the same data which are all damaged. In +such case, you can then first use recoverdm to retrieve the data from +the damaged CD's into image-files and then combine them into one image +with mergebad. |