You might just have to install a SSH server, use it to transfer files, and plug/unplug or type "sh -c 'sleep 2; echo usb plug add >> /tmp/nickel-hardware-status; for t in 6 8 20; do sleep $t; echo usb plug remove >> /tmp/nickel-hardware-status; done' &" (this can be significantly improved to wait for the mount if you want) to import the files.
|