Operating System Requirements: Mac OS X 10.8+ Description: This patch restores USB 2.0 functionality through Thunderbolt under OS X 10.8.5 and 10.9.5 for Qio and Qio E3 users.
Notes:
Qio and Qio E3 support USB 2.0 through the ExpressCard (SxS) slots' USB interfaces. With the release of OS X 10.8.2, Apple disabled USB 2.0 drivers over Thunderbolt. This patch removes that limitation so that USB 2.0 will work through Thunderbolt. This will affect you only if you are connecting your Qio or Qio E3 through an Echo ExpressCard Thunderbolt adapter or Echo Express Expansion Chassis for PCIe Cards. (Beginning with OS X 10.10, Apple no longer permitted driver patches.)
This patch will only run on 10.8.5 and 10.9.5, and you should download this under the following conditions:
1) You have a Qio or Qio E3
2) You are connecting the Qio over Thunderbolt (or will do so in the future)
3) You need USB 2.0 support over the Qio. For example, if you need to use a multi-format memory card reader like the one included with the Qio, you need USB 2.0 support.
Mac OS 10.7.5 will not mount FAT32 volumes connected to the eSATA ports of this device. (FAT32 volumes mount fine in 10.6.8 and in 10.8.2 and later.)
As a workaround, you can manually mount volumes with the following procedure:
1) Open terminal (Applications > Utilities > Terminal)
2) Run the following command: diskutil list
Look for the target volume in the IDENTIFIER column. The volume will have a name like disk4s2.
3) Create a mount point by using the following terminal command: mkdir /Volumes/myvolume
Note: myvolume is the name of the mount point you will create and must be unique - for example, you cannot mkdir /Volumes/FAT if a volume named FAT is already mounted.
4) Mount the target volume with the command: sudo mount -t msdos /dev/disk4s2 /Volumes/myvolume
Note: disk4s2 is the from the IDENTIFIER column from step 2. myvolume is the unique name you chose in step 3.
The volume should now be mounted and is available for use. The volume must also be unmounted through terminal - finder will not be able to unmount the volume.
The command to unmount the volume is: sudo umount /Volumes/myvolume
where myvolume is the mount point you created in step 3.