magnusja / libaums

Open source library to access USB Mass Storage devices on Android without rooting your device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported fs on partition

walt-zhong opened this issue · comments

Problem

Current lib only support FAT32,But Now ,the format of most USB is extFat.unable to get Partition instance,so can not read the USB

Expected behavior

USB of any format can be used

Actual behavior

Only Fat32 format can be used

Stacktrace of Excpetion

(if exists)

Code where problem occurs

commented

Highly experimental support available with java-fs module. Please read the manual before submitting an issue!