PDA

View Full Version : LINUX and Solid State Drives


Leon
06-09-2010, 08:28 PM
What is the suitability of a solid state drive with LINUX?
Does the LINUX file system subject the drive to excessive wear?

uteck
06-11-2010, 07:06 AM
I think a swap partition might cause some wear, but otherwise it is just another drive.

danieldk
06-11-2010, 11:29 AM
What is the suitability of a solid state drive with LINUX?
Does the LINUX file system subject the drive to excessive wear?

Yes. All journalling filesystems will (re)write to the journal very often. Think ext3, ext4, XFS, etc. So, either you want a device or controller that provides good wear leveling, or use a filesystem that does, such as ubifs.

So, if you want to use a stock filesystem, look wether the controller does proper wear leveling.