This brief guide explains how to run DiskDigger in macOS.
Although support for macOS is still experimental, DiskDigger should provide all the same powerful recovery functionality as it does on Windows. The current Beta version of DiskDigger is built using Avalonia UI, which is a cross-platform toolkit that allows DiskDigger to run on various platforms including Windows, Linux, and macOS.
To run DiskDigger on macOS, download and unzip the appropriate version for your Mac's architecture:
Then, open a console window and execute DiskDigger with sudo:
$ cd ~/Downloads
$ sudo ./diskdigger
Here is DiskDigger running in macOS:
You must run DiskDigger as a superuser (sudo) because it requires low-level access to your disk(s). If you don't run it with sudo, it will not be able to detect or read any of the physical disks in your system, but you would still be able to read and scan disk images, if you like.
Here are a few things to keep in mind when running DiskDigger in macOS:
/dev/rdiskn
", and so on. If your disk has a different device name, you'll need to manually enter it in the "Advanced" tab on the main screen of DiskDigger....and let me know if you encounter any issues!