Hacker News new | ask | show | jobs
by LeoPanthera 2068 days ago
This reads to me as if the concept of "file system hierarchy" refers to multiple roots, which current unixes cannot have.
2 comments

i think they mean you can't hardlink across devices. there is a single hierarchy but they have mount points.
That makes so much more sense. I was thinking per-device instead of per-logical-root. Thank you!