This isn't in the forum already, so perhaps it's common knowledge, but....
I just received my BWks 10 on USB, but for years I have been (happily) running BWks under Ubuntu (and I don't have a Windows machine at all). When I plugged the USB into my Ubuntu 18.04 system ... it wouldn't mount, with an "unrecognized" error for the "exfat" file system.
It turns out there is a simple fix for this, which I found on AskUbuntu. All one needs to do is open a terminal and run:
Code:
sudo apt install exfat-fuse exfat-utils
and you're good to go. Hope that helps someone else!