mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
0a5d49084a
unionfs. PR: ports/100382 Submitted by: Gea-Suan Lin <gslin at gslin.org>
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
This is my effort to create a unionfs filesystem implementation which
|
|
is probably slower but way more flexible than the current in-kernel
|
|
unionfs solution. Currently it's almost fully usable, the only problem
|
|
is new file/directory creation which I will fix soon...
|
|
|
|
WWW: http://podgorny.cz/moin/UnionFsFuse
|