I mean can wine do it in cases like:
- access the file on the USB stick
- format the key in a special software format
- use a USB-connected device
I don’t understand what the second one means but I know that
wine explorer.exe
can see and interact with external storage devices and I’ve used USB game controllers with software running in Wine, if that answers your question.Yes thank
1- yes (finding the address is a bit tough)
2- i don’t know (yet)
3- yes very well
Afaik, no. You can run winecfg and map locations to drive letters, but I dont think this allows any raw access to the disk. There have been some clever workarounds for windows tools using libusb, and letting them run under linux using your native https://github.com/stanson-ch/libusb-wine.
What are you trying to do? Unless you’re writing a really esoteric filesystem there is probably a way to do this natively under linux.