Quick Filesystem Reference Matrix #18
Replies: 3 comments
|
Thanks for putting this here. I'd add "HPFS" and "APFS" - which I add in theory, because all I know about their xattr/resource-fork behavior is from reading and what people told me who use MacOS. And "F2FS" as possible candidate to support xattrs on Android. |
|
Found this, as I was looking for "where I wrote down the byte limits of xattrs per filesystem". Related discussion #14, contain tech details about xattrs in certain filesystems:
|
|
BeFS (Haiku OS) seems to be using the filesystem already quite "AHAlodeck-like"! 😁 🥳 Who wrote the document "Practical File System Design with the Be File System" (by D.Giampaolo, 2004), regarding filesystem attributes (in BeFS). Quote: Attribute Details
Furthermore:
This is quite unique! All other filesystems so far have no means of storing the data-type. I believe it may give a performance benefit, having the ability to declare that natively in a filesystem. Reading xattrs (too?) is like reading a directoryInteresting to know:
|
Uh oh!
There was an error while loading. Please reload this page.
Happened to be referencing this table again today. It's a nice matrix showing which file systems have support for XATTRS, it can be sorted, and shows ~30?!
I think the main ones looked at for AHAlodeck have been:
Could be something to do down the line to crib this table for the AHAlodeck docs, maybe including dates that also help folks to discover the most recent implementations. (Also compatibilities)
All reactions