Comment Nice technical approach (Score 2) 459
There's a blog post linked from the article.
There's all kinds of promising stuff, like data corruption resilience and dropped/extended limits.
Much more interesting read than the linked ZDNet article.
Indeed very interesting - their approach seems sound and modern. First, they remove the non-essential features from the filesystem to keep it lean. They could be possibly reimplemented on top of the filesystem. And second, they mention using B+trees and allocate-on-write principle, which some modern filesystems use - Reiser4 springs to mind.
Interesting project to follow (and imitate in open source).