Skip to content

Instantly share code, notes, and snippets.

View joshumax's full-sized avatar
🎯
Focusing

Josh Max joshumax

🎯
Focusing
View GitHub Profile
@joshumax
joshumax / TransMacError.txt
Created January 5, 2016 02:06 — forked from anonymous/TransMacError.txt
TransMac "could not access drive"
Getting TransMac working in Windows 10:
* Formatting drive for Mac fails with "could not access drive"
* Opened Procmon
- CreateFile fails with ERROR_SHARING_VIOLATION
* Opened Procexp
- Find Handle/DLL
- Searched \Devices\Harddisk1
* Realized it was Paragon ext4 driver for Windows locking all drives
- Wow I am an idiot