Solid-state drives
Solid-state drives
Posted Aug 3, 2009 21:01 UTC (Mon) by SEJeff (guest, #51588)In reply to: Solid-state drives by dlang
Parent article: A short history of btrfs
btrfs already supports exactly what you asked:
http://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_M...
http://btrfs.wiki.kernel.org/index.php/Using_Btrfs_with_M...
By default data is striped accross multiple disks and metadata is mirrored. You can even mirror metadata on a single disk to prevent bad blocks from corrupting your data. Chris and company did a great job in designing this beast.