Space savings should use COW
Posted Sep 2, 2004 9:48 UTC (Thu) by
walles (guest, #954)
In reply to:
Why not just not support hard links? by Klavs
Parent article:
More notes on reiser4
I think space savings would be better done by supporting copy-on-write semantics within the file system, which is just what you describe as Immutable-unlink. I imagine COW should be less error-prone than hard links, but just like you I'm no fs guru (or I wouldn't be asking these questions :-).
Something along these lines have been implemented at http://www.ext3cow.com/ (which is a random project I found on Google, I don't know anything about it except what the web page says).
So do you (or anybody else for that part) know of any other uses for hard symlinks that don't have anything to do with space savings?
(
Log in to post comments)