Operating System Requirements: Mac OS X 10.6+, macOS 10.12+ Description: This software enables the use of Qio with Mac Pro and MacBook Pro computers with a PCIe slot or ExpressCard slot, respectively, and other Mac computers connected via Thunderbolt. In addition to drivers to support Qio and its SATA controller, this installer installs drivers for supported memory card media. Supports OS X 10.6.8-10.11; macOS 10.12 (Sierra).
Release Notes:
Version 1.5.0 includes an improved, signed uninstaller compatible with macOS 10.12 (Sierra).
Known Issues:
When using Qio 1.5.0, you may need to start your computer from the shut down state in order for sleep to work properly.
If you are updating your computer's Qio software from version 1.1.7 or earlier, and you intend to update its OS from OS X 10.7.5 or earlier to 10.8 or later, you MUST install Qio 1.5.x software before upgrading the OS! For more information, see this FAQ .
Apple removed USB 2.0 over Thunderbolt support beginning in OS X 10.8.2. If you are using the Qio connected via Thunderbolt in 10.8.2+ and you need USB ExpressCard adapter support, then you need to install the USB 2.0 Over Thunderbolt Patch .
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.