Skip to content
April edited this page Jul 27, 2017 · 3 revisions

Welcome to the dskalyzer wiki!

Getting Started

Ingest your disk collection, so dskalyzer can report on them:

dskalyzer -ingest "C:\Users\myname\LotsOfDisks"

Simple Reports

Find Whole Disk duplicates:

dskalyzer -whole-dupes 

Find Active Sectors duplicates (inactive sectors can be different):

dskalyzer -as-dupes

Find Duplicate files across disks:

dskalyzer -file-dupes

Limiting reports to subdirectories

Find Active Sector duplicates but only under a folder:

dskalyzer -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"
Clone this wiki locally