@Test
public void testReadExt4SpecialFiles() throws Exception {
device = new FileDevice(FileSystemTestUtils.getTestFile("test/fs/ext4/test-special-files.ext4"), "r");
Ext2FileSystemType type = fss.getFileSystemType(Ext2FileSystemType.ID);
Ext2FileSystem fs = type.create(device, true);
String expectedStructure =
"type: EXT2 vol: total:15728640 free:13918208\n" +
" /; \n" +
" lost+found; \n" +