You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
I want to know how / why the device.getPartitions() is empty ?
When I execute device.getPartitions().get(0).getFileSystem();
There is a exception: java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
It means partitions are empty.
What's the situation happened?
And the Usb equipment is MS-DOS (FAT16) ,is That wrong?
The text was updated successfully, but these errors were encountered:
hello,
I want to know how / why the device.getPartitions() is empty ?
When I execute device.getPartitions().get(0).getFileSystem();
There is a exception:
java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
It means partitions are empty.
What's the situation happened?
And the Usb equipment is MS-DOS (FAT16) ,is That wrong?
The text was updated successfully, but these errors were encountered: