A disk is a bunch of bits (2023)
cyberdemon.org
A disk is a bunch of bits (2023)
1–10 of 10 posts
Re: A disk is a bunch of bits (2023)
#2Re: A disk is a bunch of bits (2023)
#3Re: A disk is a bunch of bits (2023)
#4Re: A disk is a bunch of bits (2023)
#5An okay overview of some high level context for on-disk storage, but it's perhaps more useful to say that disk hardware (and memory hardware) present an abstraction of a bunch of bits. Even for DRAM, there isn't a one-to-one mapping between capacitors the fab etches into the silicon and bits that your software can access at a given physical address. At the lowest level, defective rows are bypassed and remapped. At th…
Re: A disk is a bunch of bits (2023)
#6The author seems to have a number of explanations of this quality. I've put the one about git submodules on my reading list.
Re: A disk is a bunch of bits (2023)
#7Re: A disk is a bunch of bits (2023)
#8Re: A disk is a bunch of bits (2023)
#9An okay overview of some high level context for on-disk storage, but it's perhaps more useful to say that disk hardware (and memory hardware) present an abstraction of a bunch of bits. Even for DRAM, there isn't a one-to-one mapping between capacitors the fab etches into the silicon and bits that your software can access at a given physical address. At the lowest level, defective rows are bypassed and remapped. At th…
I imagine the OPs article is pointed at people more novice to the world of computers and his approach of bits while not perfect is good enough, better than confusing the reader IMO. While this would probably be useful for people more deeply already into the world of computers, I doubt the people who get what you are talking about would need a reminder of what’s on their disks. It’s handy to keep in mind who is being…
Re: A disk is a bunch of bits (2023)
#10Shingled, SMR, CVR, checksums, RAID, RAM backed, the impact of VM models, L1 and L2 cache, unified file buffer caches.. its all addons which assume you have the basic language around disk "concepts"