
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] SSD filesystem
- Date: Wed, 03 Jun 2009 22:42:49 +0900
- From: Kyle Hasegawa <kylehase@example.com>
- Subject: [tlug] SSD filesystem
- User-agent: Thunderbird 2.0.0.21 (X11/20090409)
Seems everyone has an opinion on which filesystem and settings are best
for an SSD drive. Some say journaling filesystems like ext3 will wear
out the drive sooner though opponents argue that failure from
overwriting is exaggerated. Others recommend ext4 to get even better
performance out of a high speed SSD.
I'm currently using the following at the recommendation of a blog post
from a person who seemed to know what he was talking about.
/ ext4 noatime,barrier=0,data=writeback,nobh,commit=100,nouser_xattr 0 1
/home ext4 noatime,barrier=0,data=writeback,nobh,commit=100,nouser_xattr 0 1
This is on a Latitude E4200 with the ultra 64 SSD running Ubuntu Jaunty
in case that matters.
Any feedback is appreciated.
Kyle
@kylehase
Home |
Main Index |
Thread Index