magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device
Apache License 2.0
1.27k stars 272 forks source link

Support for Fat Formats (Fat Default) #321

Closed dgerchcovich closed 2 years ago

dgerchcovich commented 3 years ago

Hi,

Awesome library! Is there any chance in allowing for support for Plain Fat Format (non Fat32, but just Fat)? I have a requirement that users will plug in specific flash storage devices that are less than 500Mb. Fat32 is of course too big for these devices.

Do you know of any other library that supports plain Fat Format? Or is there any plans to support this format in this library. Thanks

magnusja commented 2 years ago

Have you looked at the experimental java-fs module?