NAND Framework in HEAD.

Bob Friesenhahn bfriesen at simple.dallas.tx.us
Fri May 18 01:14:32 UTC 2012


On Thu, 17 May 2012, Don Lewis wrote:
>
> Any thoughts on how well NAND FS might work on SSDs as compared to
> something like UFS, which isn't aware of the properties of the
> underlying storage?  I would think that avoiding random block overwrites
> would help performance and device lifetime.

Filesystems designed to work with raw NAND Flash take care of issues 
like bad block management and garbage collecting freed blocks.  These 
are functionalities already embedded in SSDs.

Even zfs avoids random block overwrites.

Bob
-- 
Bob Friesenhahn
bfriesen at simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


More information about the freebsd-fs mailing list