[mdlug] MSI Wind SSD Upgrade Question

gib at juno.com gib at juno.com
Wed Nov 12 15:43:22 EST 2014


Sounds like we could use a presentation about this: How to upgrade to SSD

---------- Original Message ----------
From: "A. Zimmer" <andrew.zimmer at comcast.net>
To: mdlug at mdlug.org
Subject: Re: [mdlug] MSI Wind SSD Upgrade Question
Date: Wed, 12 Nov 2014 10:58:02 -0500

On Wed, 12 Nov 2014 08:52:15 -0500
Brandon <bfotiu at gmail.com> wrote:

> 
> "To enable TRIM support then add the *&ldquo;discard&rdquo; *mount option to
> */etc/fstab*: change the default *&ldquo;errors=remount-ro&rdquo;* into
> *&ldquo;errors=remount-ro,discard&rdquo;*. Reboot and you&rsquo;re done."
> http://visei.com/2011/08/how-to-enable-trim-for-ssds-in-debian-6-0-squeeze/
> 
> Is there anything else I'd need to do?
> 

Since SSDs have uniform seek times, you may want to change the I/O
scheduler for that particular drive from the default CFQ to the
NOOP scheduler.

Let's assume that the SSD is /dev/sda.  Issue the following command:

cat /sys/block/sda/queue/scheduler

You will probably see:

noop [cfq]

which indicates that the CFQ scheduler is active on this drive.

This can be changed with the following command:

echo noop > /sys/block/sda/queue/scheduler

Also, the write performance of SSD's may be affected by the use
of the "discard" mount option.  If this is the case, you can,
as a substitute for "mount discard," periodically issue the
fstrim command:

fstrim mount-point

This command could be included as a cron job (or also with that
abomination known as systemd).

Also again, if using ext4, you may want to consider disabling the
journal to reduce disk writes.  (The value of this is debatable.)

_______________________________________________
mdlug mailing list
mdlug at mdlug.org
http://mdlug.org/mailman/listinfo/mdlug
____________________________________________________________
The #1 Worst Carb Ever?
Click to Learn #1 Carb that Kills Your Blood Sugar &#40;Don&#39;t Eat This!&#41;
http://thirdpartyoffers.juno.com/TGL3131/5463c6b74f4b746b75476st04vuc


More information about the mdlug mailing list