I used to have a little problem. All of my “live” gear is set up in one corner of the studio, while the DAW is on the opposite side. Being my OT part of the live setup, I always had to move it over to the computer desk – and unplug / replug all attached cables – to manage the samples on it.
But no more!
I can now manage all the files on the OT via network, by using a tiny screen-less Raspberry Pi computer.
If you also have this problem, and have access to a Raspberry Pi (or any comparable mini-computer running linux), this is how it works:
First of all make sure you have SSH enabled.
Power everything up, attach the USB cable from the OT to the Rpi and set it to USB disk mode
Connect to the RPi via SSH, then input the following:
The content of the OT’s CF card will be bow accessible under /media/usb/
Of course you can substitute “/media/usb” for anything to your liking, eg. /media/ot-cf
Now you can use any SFTP client (I use FIlezilla) to copy/move/delete files from and to your OT!
Afaik umount will complete any pending operations before actually unmounting the disk, but it might not give you an obvious feedback about it.
As a general advice I’d say, leave the thing idle for a bit after you copy lots of – or big – files and then unmount the disk, no matter if you execute sync or not before unmounting.
You’re totally right, umount will do it and in this situation sync isn’t needed. I guess it’s just a peculiarity of mine to sync if i do stuff like dd or larger cp transactions. From now and then i’m in such hurry that i pull out a usb stick without unmounting it first.