[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hexadecimal input
From: |
Henri Raben |
Subject: |
Hexadecimal input |
Date: |
Fri, 12 Nov 2021 11:55:44 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
Dear Ddrescue,
I wanted to use following command on a 2TB disk, because it was taking
to much time for pass 5, so tried to use the part of the disk with
--cpass=1 first, using hexadecimal numbers to define the bytes to be
read. The error message from ddrescue is also given. What am I doing
wrong? I couldn't find an example in the official documentation.
sudo ddrescue -f -d -n -N --reopen-on-error
--input-position=0x1CD042E000 --size=0x00AC2000 --skip-size=1024,8192
--cpass=1 /dev/sda /dev/sdd ~/Desktop/mapfile
ddrescue: Numerical argument out of limits.
The version I am using:
GNU ddrescue 1.22
Copyright (C) 2017 Antonio Diaz Diaz.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Regards, Henri Raben
- Hexadecimal input,
Henri Raben <=