SF3 Series SxS PRO X Thunderbolt Card Reader
Please click the arrow next to the category to expand or collapse:
Driver (8)
IDDownload TitleDownload LinkPost Date
419 Sony SxS Memory Card Driver for Windows March 21, 2022
631 Sony SxS Memory Card Driver for macOS 10.14-macOS 12 3.1.0January 29, 2022
710 Sony SxS UDF Driver for macOS 2018-02-01
Operating System Requirements: macOS 10.11-10.13
Description: SxS UDF Driver software enables reading of MXF files recorded in UDF mode on SxS memory card. [Note: This driver is not sufficient to support the computer communicating with the device. You must also install the SxS Device Driver.] Installation of these drivers enables the Sonnet SF3 Series SxS PRO X Card Reader, SF3 Series SxS Pro Card Reader, SxS PRO X Thunderbolt 3 Single Slot Reader, Echo ExpressCard Thunderbolt Adapter, Qio, and Qio E3 to support UDF files. Download and install the latest UDF driver, and then restart your computer.
------------------------------------------------------------------------------------------
macOS Mojave, Catalina & Big Sur:
The Sony UDF driver is not needed on macOS 10.14.6+. UDF support is built into newer versions of macOS.
------------------------------------------------------------------------------------------
If you have 1.0.1 UDF driver
, first uninstall the existing Sony UDF driver manually by removing these files. In Terminal, type
sudo rm -r /System/Library/Extensions/SxSLogicalUnitDriverExpress.kext
sudo rm -r /System/Library/Extensions/SxSLogicalUnitDriverUS10.kext
sudo rm -r /System/Library/Extensions/sxsudf_fs.kext
sudo rm -r System/Library/Filesystems/sxsudf.fs
------------------------------------------------------------------------------------------
You can format SxS media as UDF in macOS using the Sony Memory Media Utility.
------------------------------------------------------------------------------------------
Final Cut Pro X Users:
See this Apple Support Note.
 
727 XQD Adapter Device Drivers Installer for macOS 3.0.0Mar-28-2023
Operating System Requirements: macOS 10.15+
Description: XQD driver for macOS supports Sonnet SF3 Series CFexpress/XQD Reader; and also the Sony XQD adapter when used with Sonnet SF3 Series SxS PRO X Card Reader, SF3 Series SxS Pro Card Reader, SxS PRO X Thunderbolt 3 Single Slot Reader, Echo ExpressCard Thunderbolt Adapter, Qio, and Qio E3. This version adds support for M1 and M2 series Mac computers.
 
892 Device Manager Rescan (Windows) May-21-2019
1085 XQD Adapter Device Drivers Installer for Windows 13-Jul-2018
1176 Sony SxS Memory Card Driver for macOS 10.12-10.13, version 3.0.0Sep-19-2019
1251 Sony SxS UDF Driver for Windows 2.6.0March 21, 2022
 
Firmware (0)
Manual (2)
FAQ (1)
IDArticle TitlePost Date
1135 Can I format an SxS card in UDF format in macOS?Jan-20-21
Yes, but you must use Terminal.
1) Open Terminal

2) Run
diskutil list
to get the name of the disk. It will be something like "disk4". Ejectable media are typically the last in the list.

3) Run
newfs_udf -v "My Volume Name" disk4
if disk4 was the correct one. The volume name is anything you want of course.

4) Unplug and replug the SxS card
(Due to somebody's bug, the disk will only mount after being ejected.)

5) You can run
newfs_udf
without any parameters to see other parameters that can be set.

The process can be automated somewhat by writing a bash script, which can be looked up on the internet.