I have one dock with two HDDs, and one SSD inside a USB 3.2 enclosure but none of this external drives will show up in Finder, neither would be listed on Disk Utility, when I plug them in. The same devices work correctly on macOS 15.7.7 on an Intel based MacBook Pro, but they don't on macOS 27 Beta 3 (M5 MacBook Air).
I investigated this issue in the terminal with help from ChatGPT, with commands like:
We concluded that the external USB mass storage devices are detected by the USB subsystem, but no block storage devices are created.
This MBA M5 came with MacOS 26 pre-installed but I dislike Tahoe's UI with a passion so I created my user and inmediately upgraded to Golden Gate even before installing any software or using any external device. This leads me to think that this problem is not inherited from MacOS 26, but that Apple is working under the hood on the USB stack instead.
It was my first time sending a report through Feedback Assistant and I wonder: am I the only one with this issue?
I investigated this issue in the terminal with help from ChatGPT, with commands like:
Code:
system_profiler SPUSBDataType
ioreg -p IOUSB -l
log show --predicate 'subsystem contains "diskarbitrationd"' --last 30m
We concluded that the external USB mass storage devices are detected by the USB subsystem, but no block storage devices are created.
This MBA M5 came with MacOS 26 pre-installed but I dislike Tahoe's UI with a passion so I created my user and inmediately upgraded to Golden Gate even before installing any software or using any external device. This leads me to think that this problem is not inherited from MacOS 26, but that Apple is working under the hood on the USB stack instead.
It was my first time sending a report through Feedback Assistant and I wonder: am I the only one with this issue?