viveris / uMTP-Responder

Lightweight USB Media Transfer Protocol (MTP) responder daemon for GNU/Linux
GNU General Public License v3.0
192 stars 52 forks source link

Mount directly at root #87

Open xplodwild opened 1 year ago

xplodwild commented 1 year ago

Hi there,

I have a specific use-case where my MTP device only has one storage folder, and I'd need that folder to be directly visible as the MTP drive on Windows, ie. instead of having "MTP Device > Storage folder > Files", I'd directly have "MTP Device > Files".

Is this supported by the MTP protocol, and is that doable in uMTP-Responder?

Thanks!