-
Notifications
You must be signed in to change notification settings - Fork 10
Virtual Disk Mode
In Virtual Disk Mode, OpenSuperClone will present the device under recovery as a virtual block device to the operating system. When a read to the virtual drive occurs, OpenSuperClone also copies that data from the source to the destination drive. Any further reads of that same data will be done from the destination image. This greatly reduces the wear of the source drive and allows for targeting specific data through the use of third party recovery software like DMDE, R-Studio, or UFS Explorer to name a few.
The Virtual Disk Mode relies on a kernel driver that needs to be installed beforehand. See Compiling from Source#OSCDriver for more information.
This mode uses all available Phases (starting with Phase 4) when reading from the source.
This mode will only use Phase 4 and will not perform any further processing of a chunk.
This mode is the same as mode 2, but it will increase the read size (up to the cluster size) when it detects sequential reads.
This mode only reads from the destination, and will not read any data from the source.
This mode will not read any data and will instead return zeroed data.