Some work on reading the root inode's dir table

This commit is contained in:
Caleb Gardner
2020-11-16 16:08:23 -06:00
parent 7a2f9a87ba
commit 774366004c
4 changed files with 23 additions and 17 deletions
+1
View File
@@ -60,6 +60,7 @@ func (r *Reader) readRootDirTable() error {
if err != nil {
return err
}
fmt.Println("Done reading inode...")
dirRdr, err := r.NewBlockReader(int64(r.super.DirTableStart + uint64(i.Info.(inode.BasicDirectory).DirectoryIndex)))
if err != nil {
return err