ref: b3e875d7db45fca0cde9f4efa12872f61afc54d7
dir: /tests/test.2/notes/
Creates a disk of 40 blocks. Unmarked blocks are blank. Write to a /file1 and update the file using different offsets. Check that the contents match after each addition. # to see the raw contents of block 24 dd -if test.2/disk -bs 512 -skip 24 -count 1 | xd -c block - description 0 - magic dir entry and data 2 - /a/config dir entry 4 - /a/super dir entry 6 - /a/ dir entry 8 - /a/users/ dir entry 10 - /a/bkp/ dir entry 12 - /a/users/inuse dir entry 14 - /a/frees dir entry 16 - /a/ctl dir entry -- virtual file, empty contents 18 - /a/users/staging dir entry 20 - / direntry 22 - /file1 blank dentry as /file1 was deleted but / still holds onto the dentry 34 - /a/bkp/root.0 dir entry 36 - /a/bkp/super.0 dir entry 38 - /a/bkp/config.0 dir entry