From cb27c2e2d99d6ffbbc6701ae1f76fac63a4de3fd Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 12 Aug 2015 12:00:01 -0400 Subject: [PATCH] notes on other file types --- hexdump2.text | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/hexdump2.text b/hexdump2.text index eb41155..1488429 100644 --- a/hexdump2.text +++ b/hexdump2.text @@ -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 \ No newline at end of file +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. \ No newline at end of file