Hacker News new | ask | show | jobs
by golly_ned 462 days ago
A file system is simple. Open, read, close. Most tech problems are not that simple. How hard could a filesystem be?
3 comments

Locking, checks after unclean shutdown, sparse files, high performance, reliabilty.... are all things that make filesystems harder.
Erm, most file systems allow you to change data too, right? Hence S3 is emphatically not a file system.
You’ve either never implemented a file system, or just a basic POC of one that nobody used.