Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonhohle
359 days ago
For compressed files, HFS+ puts the entire contents in an (xattr né resource fork).
1 comments
yencabulator
357 days ago
macOS resource forks values are "file-like" with position-based "block" read/write, Linux xattrs is a key-value map with atomic get/set operations on the whole value only.
link