Y
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
dekhn
462 days ago
Locking, checks after unclean shutdown, sparse files, high performance, reliabilty.... are all things that make filesystems harder.
link
marsovo
461 days ago
Erm, most file systems allow you to change data too, right? Hence S3 is emphatically not a file system.
link
snoman
461 days ago
You’ve either never implemented a file system, or just a basic POC of one that nobody used.
link