Hi, > It would be great if GNU ddrescue could provide the possibility > of writing to stdout.
I know that looks useful on the surface, but as far as I can see, it could only be used when there is no problem reading from the source (the input file). In that case, using ddrescue is unnecessary, and dd can be used (which can write to stdout, of course). As soon as there is any problem on the source drive, ddrescue will need to seek on the input file handle *and the output file handle*, to different locations. How is that possible in your example, when using gzip on the output? Am I missing something? Regards, Sam _______________________________________________ Bug-ddrescue mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-ddrescue
