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
The same code works under windows and mac.
The exception is thrown after calling
final FatFileSystem fileSystem = FatFileSystem.read(channel, true);
which at some point calls
public static BootSector read(BlockDevice device) throws IOException {
The text was updated successfully, but these errors were encountered:
There is not much logic involved when checking the presence of a boot sector, so I can only assume the problem lies somewhere else. What kind of device are you trying to read from? Was it created by fat32-lib itself? Can it be read by other operating systems?
Thanks for taking the time to have a look. If you can't make any sense of this I'd be interested in getting my hands on the failing image file if you can find some place to upload it.
The same code works under windows and mac.
The exception is thrown after calling
final FatFileSystem fileSystem = FatFileSystem.read(channel, true);
which at some point calls
public static BootSector read(BlockDevice device) throws IOException {
The text was updated successfully, but these errors were encountered: