@Test
public void testReadFat32Disk() throws Exception {
device = new FileDevice(FileSystemTestUtils.getTestFile("test/fs/jfat/test.fat32"), "r");
FatFileSystemType type = fss.getFileSystemType(FatFileSystemType.ID);
FatFileSystem fs = type.create(device, true);
String expectedStructure =
"type: JFAT vol: total:-1 free:-1\n" +
" ; \n" +
" dir1; \n" +