Any software that raw clone hd area to compressed image
Posted: May 16th, 2020, 16:01
Looking for a specific hdd raw clone / restore software.
Requirements:
- Work in Windows 7 (so dd is not an alternative)
- Work on device level (HD) - (not partition dependant) === raw byte-to-byte clone
- Possibility to define an user-determined area (lba start ... lba end) to ble cloned on source hdd - i.e: not mandatory to clone all physical hdd area
- Clone this area range to an image file and compress it on the fly
- Be able to restore this image directly to an physical device (hdd)
- Be able to perform all the above without need to apply HPA source HDD, require to power down or reboot the PC or require a hardware tool like pc3k
What I have tested so far:
HDD RAW copy tool (from Hddguru files)
Lacks the option to define an area range on source HDD (obligates me to clone all device)
Winhex clone range to file on windows NTFS compressed folder
NTFS has uncertain limitation on compressed file sizes, Windows seems to abort most file creation when compressed files becomes larger than 200GB (real used size)
R-studio Image creation using region with R-Image restore
R-image restore from physical raw clone is buggy, even when restoring image to the same physicall hdd from which it was created, says it can´t restore file due to different sector size.
The best option I found that work so far:
step 1: R-studio to create compressed file from determined area range
step 2: R-Studio restore compressed file image to temporary byte-to-byte not compressed file image on temp HDD <--- would like to remove this step !!
R-studio seems to lack an option to restore compressed file directly to a physical hdd
step 3: Winhex restore raw byte-to-byte temp image file back to a physical HDD
This works, but I´d like to remove step 2 from the process, as it requires aditional time (extra restore operation) and an aditional temporary hdd
Any software suggestions?
Could HDD RAW copy tool still be updated to allow LBA range (start / end) to be defined?
Does anyone know if R-studio have an option to restore an compressed image directly to a physycal HDD?
Thanks in advance,
p.s.
Before someone asks, source hdd have in general a lot zeroed sectors so a 2TB hdd generally compress to 100GB ~ 300GB image file
That is why I need the byte-by-byte clone to be made to a compressed image file ...
Requirements:
- Work in Windows 7 (so dd is not an alternative)
- Work on device level (HD) - (not partition dependant) === raw byte-to-byte clone
- Possibility to define an user-determined area (lba start ... lba end) to ble cloned on source hdd - i.e: not mandatory to clone all physical hdd area
- Clone this area range to an image file and compress it on the fly
- Be able to restore this image directly to an physical device (hdd)
- Be able to perform all the above without need to apply HPA source HDD, require to power down or reboot the PC or require a hardware tool like pc3k
What I have tested so far:
HDD RAW copy tool (from Hddguru files)
Lacks the option to define an area range on source HDD (obligates me to clone all device)
Winhex clone range to file on windows NTFS compressed folder
NTFS has uncertain limitation on compressed file sizes, Windows seems to abort most file creation when compressed files becomes larger than 200GB (real used size)
R-studio Image creation using region with R-Image restore
R-image restore from physical raw clone is buggy, even when restoring image to the same physicall hdd from which it was created, says it can´t restore file due to different sector size.
The best option I found that work so far:
step 1: R-studio to create compressed file from determined area range
step 2: R-Studio restore compressed file image to temporary byte-to-byte not compressed file image on temp HDD <--- would like to remove this step !!
R-studio seems to lack an option to restore compressed file directly to a physical hdd
step 3: Winhex restore raw byte-to-byte temp image file back to a physical HDD
This works, but I´d like to remove step 2 from the process, as it requires aditional time (extra restore operation) and an aditional temporary hdd
Any software suggestions?
Could HDD RAW copy tool still be updated to allow LBA range (start / end) to be defined?
Does anyone know if R-studio have an option to restore an compressed image directly to a physycal HDD?
Thanks in advance,
p.s.
Before someone asks, source hdd have in general a lot zeroed sectors so a 2TB hdd generally compress to 100GB ~ 300GB image file
That is why I need the byte-by-byte clone to be made to a compressed image file ...