GNU ddrescue 1.10-rc1 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU ddrescue 1.10-rc1 (Development branch)
# 1  
Old 01-05-2009
GNU ddrescue 1.10-rc1 (Development branch)

ImageGNU ddrescue is a data recovery tool. It copiesdata from one file or block device (hard disc,cdrom, etc) to another, trying hard to rescue datain case of read errors. GNU ddrescue does nottruncate the output file if not asked to. So,every time you run it on the same output file, ittries to fill in the gaps. The basic operation ofGNU ddrescue is fully automatic. That is, youdon't have to wait for an error, stop the program,read the log, run it in reverse mode, etc. If youuse the logfile feature of GNU ddrescue, the datais rescued very efficiently (only the needed blocks are read). Also you can interrupt the rescue at any time and resume it later at the same point.License: GNU General Public License v3Changes:
The size skipped when bad sectors are found hasbeen made independent of "cluster-size". "makeinstall-info" should now work on Debian and Mac OSX.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
lastfm(1)						      General Commands Manual							 lastfm(1)

NAME
mbfind, mbget, mbsubmit - interface to the MusicBrainz database SYNOPSIS
mbget [--device DEV] [--discid ID] [--albumid ID] [--freedb] mbfind [--artist ARTIST] [--album ALBUM] [--verbose] mbsubmit DESCRIPTION
mbget prints a listing of the specified album (by default, the disc in /dev/cdrom), in either a serialized format compatible with lastfm- submitd(1) or a format compatible with FreeDB. mbfind lists albums in the MusicBrainz database matching the given criteria. mbsubmit opens a web browser window to submit the disc ID of the disc in /dev/cdrom to MusicBrainz. OPTIONS
-a, --artist Specify the artist name to search for. -b, --album Specify the album name to search for. -v, --verbose Print all RDF responses read from the server (for debugging purposes). -d, --device Specify the device to read a disc ID from. -i, --discid Specify a disc ID; do not read from any devices. -a, --albumid Specify an album ID; do not read from any devices. -f, --freedb Print output in FreeDB format. AUTHOR
Decklin Foster <decklin@red-bean.com>. lastfm(1)