file system reommendations for SSD...

Isaac Connor iconnor-8+tXeFxsjZXBNxJ6UmF5jlaTQe2KTcn/ at public.gmane.org
Fri Dec 20 16:21:31 UTC 2013


On 13-12-20 11:18 AM, Matt Price wrote:
> forgot to say, thanks everyone for the advice -- I guess I'll use ext4
> with the noatime & discard options, hopefully that will be enough.
>
> I've never done fulldisk encryption, I guess I might as well give it a try...
> --
> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
> How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists

Don't use discard.  Have a cronjob do the trim every weekend or 
something like that. I use something like

#! /bin/sh
for mount in / /home; do
         fstrim $mount
done

The constant trimming adds lag to your operations.
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list