←back to thread

The File Filesystem (2021)

(mgree.github.io)
346 points wegwerff | 1 comments | | HN request time: 0s | source
Show context
yjftsjthsd-h ◴[] No.40214314[source]
I would gently suggest naming it filefs or something; ffs already means https://man.freebsd.org/cgi/man.cgi?ffs(7)

That said - good idea/approach; seems like an excellent way to cleanly extend the unix approach to structured file formats:)

replies(5): >>40214698 #>>40214755 #>>40215086 #>>40215119 #>>40224724 #
galkk ◴[] No.40215086[source]
Op’s ffs do not target FreeBSD and it l seems like referenced system is FreeBSD only. Claiming naming rights is a stretch here
replies(2): >>40215432 #>>40215536 #
1. yjftsjthsd-h ◴[] No.40215536[source]
FFS predates FreeBSD and is in some capacity supported by all 3 major BSDs. I'm fairly confident that Linux actually supports it through the ufs driver ( https://github.com/torvalds/linux/tree/master/fs/ufs ); whether the use of different names in different places makes it better or worse is an exercise for the reader.