lkml.org 
[lkml]   [2013]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Debugging system freezes on filesystem writes
On Sun, Feb 24, 2013 at 11:12:22AM +1100, Dave Chinner wrote:
> > >/dev/sda6 /home ext4 rw,noatime,discard 0 0
> ^^^^^^^
> I'd say that's your problem....

Looks like the Sandisk U100 is a good SSD for me to put on my personal
"avoid" list:

http://thessdreview.com/our-reviews/asus-zenbook-ssd-review-not-necessarily-sandforce-driven-shows-significant-speed-bump/

There are a number of SSD's which do not implement "trim" efficiently,
so these days, the recommended way to use trim is to run the "fstrim"
command out of crontab.

There are some high performance flash devices (especially PCIe
attached flash devices, where the TRIM command doesn't necessarily
mean waiting for the entire contents of the Native Command Queue to
drain) where using the discard mount option makes sense for best
performance, but for most SATA drives (especially the really
cheap-sh*t ones), I don't recommend it. If it weren't for the fact
that for these devices exist and the discard option is especially
useful for them, I probably would have removed the discard option from
ext4.

- Ted


\
 
 \ /
  Last update: 2013-02-24 03:01    [W:0.215 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site