This is driving me nuts. After initially updating to Sequoia yesterday on my M2 Macbook Pro, my USB Dongle device initially mounted fine, automatically. Today it won't mount automatically.
It's recognized, in that I can see the device in Disk Utility. However, the button to mount in Disk Utility does not work.
I can only seem to mount the device through Terminal by performing the following steps:
1) Call up the disk utility list
diskutil list
2) Find the DriveIdentifier for the USB device in the list
3) Create a Volume to mount the device:
sudo mkdir /Volumes/YourVolumeName
4)Mount the device to this volume
sudo mount -t msdos /dev/DriveIdentifier /Volumes/YourVolumeName.
It's a USB2.0 device plugged into an apple USB-C multiport adaptor, the drive is FAT32 formatted. Allow Accessories to connect is set to Always. Finder settings are on to show External Disks in Locations on the sidebar.
And the kicker: This same USB device mounts automatically w/o issue on my M1 Mac Studio updated to Sequoia the same day! What gives Apple? Please address this issue ASAP. We should not have to run terminal commands to mount USB drives. This is not a viable work around for users who do not have admin permissions. Thank you.