- π About
- βοΈ Requirements
- β¨ Features
- π¦ Installation
- π Compatibility
β οΈ Common Mistakes & Pitfalls- β FAQ
- π¬ Community & Support
- π License
β οΈ Disclaimer
Enterprise-grade disk cloning utility designed for high-volume data migration, system recovery, and forensic duplication. Supports sector-by-sector cloning, differential imaging, and encrypted volume handling with zero data loss guarantee under SLA-compliant conditions. Operates at kernel level for maximum throughput and minimal system overhead.
- Operating System: Windows 10 (1809+) or Windows 11 (21H2+)
- Architecture: x64 only
- Disk Space: Minimum 2GB free on system drive (for temporary files)
- RAM: 4GB minimum, 8GB recommended for volumes >1TB
- Privileges: Administrator rights required
- Source Drive: Must be accessible (no hardware failures, no BitLocker without recovery key)
- Target Drive: Equal or larger capacity than source (sector-level precision enforced)
- Dependencies: None (self-contained .NET 6.0 runtime embedded)
- Sector-Level Precision π§ β Bit-for-bit duplication with CRC32 verification per 4KB block
- Differential Imaging π§ β Clone only changed sectors after initial full backup (delta sync)
- Encrypted Volume Support π§ β Handles BitLocker, VeraCrypt, and LUKS containers (key input required)
- Multi-Threaded Operation π§ β 4x parallel read/write streams for NVMe/SSD targets
- Forensic Mode π§ β Write-blocker compliance (read-only source access)
- Pre-Execution Validation π§ β Checks for bad sectors, partition alignment, and filesystem integrity
- Sparse File Handling π§ β Skips empty blocks to reduce image size (NTFS/ReFS optimized)
- Post-Clone Verification π§ β SHA-256 hash comparison between source and target
- Navigate to the Releases page and download the latest version.
- Extract the archive using built-in Windows Explorer or 7-Zip.
- Right-click the executable and select "Run as Administrator".
- Accept the UAC prompt and follow the on-screen setup wizard.
- Launch the application from the Start Menu or desktop shortcut.
| OS | Version | Status | Notes |
|---|---|---|---|
| Windows 10 | 1809+ | β | LTSC 2019/2021 supported |
| Windows 11 | 21H2+ | β | Secure Boot compatible |
| Windows Server | 2019/2022 | β | Core installation supported (GUI optional) |
| Linux | N/A | β | Not supported (use WSL2 with Windows host) |
| macOS | N/A | β | Not supported |
| UEFI | 2.3+ | β | GPT partition tables required for >2TB drives |
| BIOS | Legacy | MBR support limited to 2TB drives (use GPT for larger volumes) |
- Overwriting Active System Drive: Cloning to the same physical disk as the source will result in catastrophic data loss. Always use a secondary drive or external enclosure.
- Ignoring Bad Sectors: Pre-clone validation is mandatory. Bypassing this step may corrupt the target image.
- Insufficient Target Capacity: Target drive must be β₯ source drive capacity. Sector-level cloning does not compress data.
- Encryption Key Loss: BitLocker/VeraCrypt volumes require the recovery key or password. Cloning without it renders the target unreadable.
- Interrupting the Process: Power loss or system sleep during cloning will corrupt the target. Use UPS for critical operations.
- Driver Conflicts: Third-party storage drivers (e.g., RAID controllers) may interfere with low-level access. Use native Windows drivers when possible.
- NTFS Compression: Source volumes with NTFS compression enabled will not clone correctly. Disable compression before cloning.
The utility operates at kernel level but does not inject code into other processes. Standard EDR solutions (CrowdStrike, SentinelOne) may flag it as "untrusted" due to low-level disk access. Whitelisting via enterprise policies is recommended.
Critical bug fixes are deployed within 72 hours of verification. Minor updates follow a quarterly cadence aligned with Windows cumulative updates. Subscribe to Releases for notifications.
This indicates a partition alignment issue on the target drive. Reinitialize the target as GPT (for >2TB) or MBR (for β€2TB) using diskpart before cloning:
diskpart
list disk
select disk X
clean
convert gpt
create partition primary
format fs=ntfs quickCopyright Β© 2026 Psyche Tailor Pierce. Licensed under the MIT License.
This software is provided "as is" without warranty of any kind, express or implied. In no event shall the authors be liable for any claim, damages, or other liability arising from the use of this software. Disk cloning operations carry inherent risks of data loss. Always verify backups before proceeding. Use in compliance with all applicable laws and enterprise IT policies.