notes on other file types

This commit is contained in:
Kelvin Sherlock 2015-08-12 12:00:01 -04:00
parent 83ac18269d
commit cb27c2e2d9
1 changed files with 14 additions and 1 deletions

View File

@ -98,4 +98,17 @@ block e
00003800 6b 00 6c 00 6d 00 00 00 00 00 00 00 00 00 00 00 |k.l.m...........| << indirect block
00003810 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000c8000
000c8000
symbolic links: regular file but only 1 block is allowed. block stores raw text (may be a dangling link).
white out, fifo, unix domain socket, etc:
no blocks on disk.
character device, block device:
zone 0 stores the major/minor device type. No blocks on disk.