Hi,
Could you please clarify what you mean in your initial post by "the exfat format is not specified in the spec"? I see all of your devices returned a "format" key.
You should be able to mount devices using the storage api tasks endpoint. For whatever reason, this isn't included in the examples though.
POST to...
https://127.0.0.1:8443/storage/api/v1/tasks
Schema:
The call would then look like this...
{
"action": "mount",
"parameters": {
"media": "UUID",
"assignment": "data-exchange/storage-extension"
}
}
... View more