From: Bruce Hill <daddy@happypenguincomputers.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] SSDs with TRIM issues
Date: Sun, 21 Jun 2015 19:44:52 -0500 [thread overview]
Message-ID: <20150622004452.GC2920@workstation.happypenguincomputers.com> (raw)
In-Reply-To: <CAC=wYCFTwR3zJ61qhbfxoRqMB0cPePqcEKxLwGe5STsMPr+UYA@mail.gmail.com>
On Wed, Jun 17, 2015 at 12:24:55PM +1000, Adam Carter wrote:
> /* devices that don't properly handle queued TRIM commands */
> Micron_M500*
> Crucial_CT*M500*
> Micron_M5[15]0*
> Crucial_CT*M550*
> Crucial_CT*MX100*
> Samsung SSD 8*
>
> from drivers/ata/libata-core.c
Then read further:
* Whitelist drives that are known to reliably return zeroes
* after TRIM.
* The intel 510 drive has buggy DRAT/RZAT. Explicitly exclude
* that model before whitelisting all other intel SSDs.
*/
{ "INTEL*SSDSC2MH*", NULL, 0, },
{ "Micron*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "Crucial*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "INTEL*SSD*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "SSD*INTEL*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "Samsung*SSD*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "SAMSUNG*SSD*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, },
{ "ST[1248][0248]0[FH]*", NULL, ATA_HORKAGE_ZERO_AFTER_TRIM, }
> More info:
> http://linux.slashdot.org/story/15/06/16/201217/trim-and-linux-tread-cautiously-and-keep-backups-handy
>
> Also, my samsung 840 is slow (multisect is off and cant be enabled with
> hdparm). Tried update the bios but the boot cd crashed on my machine (AMD
> chipset related) so i will have to put it in another machine and try
> again...
>
> Samsung EVOs also have a firmware bug that causes them to slow down.
I chose long ago not to use queued TRIM (when OCZs were the rage).
From a cursory read this sounds like *only* ext4 fs. I have XFS on all my
SSDs. Two are Samsung 840 Pro Series, and 850 Pro Series. The 840 I've had
over a year and it is golden. The 850 I've had only a couple of months, and
due to work requirements it is running Windows atm. Still, there is nothing
like what I read in this article happening with either.
I also have a Micron C400 RealSSD mSATA 32GB -- no problems with it, either.
It's running Funtoo atm with VFAT /boot for UEFI, swap, all other XFS.
prev parent reply other threads:[~2015-06-22 0:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 2:24 [gentoo-user] SSDs with TRIM issues Adam Carter
2015-06-17 19:16 ` Rich Freeman
2015-06-22 0:47 ` Bruce Hill
2015-06-17 19:26 ` mario_reja
2015-06-22 0:44 ` Bruce Hill [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150622004452.GC2920@workstation.happypenguincomputers.com \
--to=daddy@happypenguincomputers.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox