delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:from:subject:to:message-id:date | |
:mime-version:content-type:content-transfer-encoding; q=dns; s= | |
default; b=sMwXWkPzZZ7bh5Vo7j1Vmc2b4rWXoUzebooV4K/VrivXRlNIDKJ3W | |
22Am0gAI/MQ6PtrMzxR2doP2rC1BkMlxFEsEkItxHBmbjsY2Mv6YQ0lVO8VJQvt2 | |
E1rJBlpyedELA/cSj7wsrNomgMq01X4fP0SgpJG3cfDtsAZBB73FWg= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:from:subject:to:message-id:date | |
:mime-version:content-type:content-transfer-encoding; s=default; | |
bh=b6tg5PSsAARi6FCzyMgg/1NkNu8=; b=YwbmS/XwLIeOvbaCX6jZC5yPCoJi | |
VBmESQGSR+bGxobNeRaiNfrNffUc73PP77wKSlEZ42t4roN0JQs8opVUanNb2D9l | |
TLKoqleVXDTitXrHWnMem9knGI8TfGV4roZ/8QtAmwreDcB9xopoi4ltSFicTVwK | |
NBAOn/jnWrvNwoU= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-1.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=3.3.2 spammy=H*MI:online, recovery, surpasses, rescue |
X-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
From: | Christian Franke <Christian DOT Franke AT t-online DOT de> |
Subject: | [ANNOUNCEMENT] ddrescue 1.22-1 |
To: | cygwin AT cygwin DOT com |
Message-Id: | <announce.7838924f-fb9a-a501-cccf-68a4f16d9632@t-online.de> |
Date: | Sun, 19 Feb 2017 15:56:46 +0100 |
User-Agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48 |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
The following packages have been uploaded to the Cygwin distribution: * ddrescue-1.22-1 GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. Ddrescue does not truncate the output file if not asked to. So, every time you run it on the same output file, it tries to fill in the gaps. https://www.gnu.org/software/ddrescue/ddrescue.html Cygwin NEWS: Fixed missing initialization of device id string. The Cygwin specific device id code is now included in upstream tarball. Upstream NEWS: The option '-X, --exit-on-error' has been replaced by '-X, --max-read-errors'. This introduces a backward incompatibility with versions 1.19 to 1.21 in that option '-X' now requires an argument. The long form '--exit-on-error' is still accepted, but will be removed in a future version of ddrescue. The new option '--max-slow-reads' has been added. It makes ddrescue exit with status 1 if too many slow reads are encountered during the copying phase. The new option '--delay-slow' has been added. It sets the initial delay before ddrescue starts checking for slow reads. The new option '--reset-slow' has been added. It resets the slow reads counter every time the read rate reaches or surpasses '--min-read-rate'. The new option '--log-events' has been added. It logs all significant events in a file, indicating the time, the percentage rescued, and a message describing the event. The new option '--mapfile-interval' has been added. It changes the interval at which ddrescue saves and fsyncs the mapfile. The new option '--pause-on-error' has been added. It makes (or simulates) a pause after each read error. The option '--pause' has been renamed to '--pause-on-pass'. The option '--max-errors' has been renamed to '--max-bad-areas'. Ddrescue now shows the number of read errors, the error rate and (if a --min-read-rate is specified) the number of slow reads. The 'current_pass' field has been added to the mapfile. This allows the copying phase to resume instead of restart from pass 1. It also allows the retrying phase to resume in the same direction it was interrupted. Two new passes have been added to the copying phase. Sometimes there is a significant difference in read speed and likelihood of data recovery between blocks skipped due to slow areas, and blocks skipped due to read failures. Two passes have been inserted after pass 2 that read the blocks skipped due to slow areas (if any) before the final sweeping pass (which now is pass 5). The '--cpass' option now accepts ranges of passes; '--cpass=1-4'. The option '-K, --skip-size' now accepts sizes up to 1 EiB. The initial skip size now defaults to (infile_size / 100_000) with a minimum value of 64 KiB. The minimum read rate of good non-tried areas is no longer reduced after each pass, and now only affects passes 1 and 2. During the trimming phase, if any edge of a non-trimmed block is already adjacent to a bad sector, it is considered as already trimmed and is not trimmed again. The 's' multiplier may now be appended to any of the other multipliers. For example, 'ks' = kilosectors (1000 * sector_size), or 'Kis' = kibisectors (1024 * sector_size). Options '--ask' and '-vv' now always show file size, even if model and serial number are also shown. Device model and serial number are now shown with '--ask' or '-vv' on Cygwin. (Patch written by Christian Franke). The tried size (non-trimmed + non-scraped + bad-sector sizes) is now shown in the initial status. The new option '-A, --annotate-mapfile' has been added to ddrescuelog. It adds comments to a mapfile containing the positions and sizes of the blocks in human-readable form. Christian Franke -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |