Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

can not read Fat 16 usb #72

Closed
yoll522 opened this issue Apr 21, 2017 · 1 comment
Closed

can not read Fat 16 usb #72

yoll522 opened this issue Apr 21, 2017 · 1 comment

Comments

@yoll522
Copy link

yoll522 commented Apr 21, 2017

this library is petty perfect

but I can not read Fat 16 usb

What am I doing wrong?

or this library can not read Fat 16 ?

(sorry for my poor English)

@magnusja
Copy link
Owner

magnusja commented Apr 24, 2017

No libaums does not support FAT16.

What you can try: There is an experimental version in develop, which uses the jnode operating system implementations for file systems. You need to check out the master branch and add this somewhere before using any other method of libaums:

FileSystemFactory.registerFileSystem(new JavaFsFileSystemCreator());

After that you should be able to read FAT16 and many other file systems. But support is currently highly experimental and you may experience performance decreases. In addition to that, there is a module included called java-fs which is comes from the JNode OS which is licensed only under GPL.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants