Fixing USB External Drives Showing as Internal in Hackintosh
When USB HDDs or external SSDs show as internal drives in macOS, it is typically caused by an incorrect connector type (USB Type) mapped in your USB configuration.
How to fix the USB port mapping:
- Inspect USB Configuration: Use a tool like Hackintool to check your USB ports.
- Map Ports Correctly: Re-map your USB ports using USBToolBox or Hackintool. Ensure external USB 3.0/2.0 ports are marked with connector type
3(USB3) or0(USB2). Internal ports (like webcams or Bluetooth) must be marked as255(Internal). - Avoid USBports.kext Conflict: Check that your custom USB kext (e.g.,
USBPorts.kextorUTBMap.kext) is the only active USB mapping kext in yourconfig.plist. - Clear NVRAM: Clear your NVRAM after applying the new USB map to force macOS to refresh the device trees.
Post a Comment