You are not logged in.
Pages: 1
i installed my first SSD earlier and used F2FS filesystem for my partitions for better response, but i'm wondering if i have to run TRIM and what would be the best way to do so if it is needed? also, tips on making better use of my SSD would be appreciated! ![]()
Offline
I'm not familiar with F2FS, but with my ext4 filesystem I use the "discard" option in /etc/fstab to activate TRIM automatically.
If you have a modern production SSD, do not follow any of the advice relating to minimising writes: it is now effectively obsolete.
http://techreport.com/review/27436/the- … -petabytes
EDIT: I have now removed "discard" from my fstab options due to performance concerns -- I now use the systemd fstrim.timer instead:
https://wiki.archlinux.org/index.php/So … md_service
Last edited by Head_on_a_Stick (2015-03-01 21:23:32)
Jin, Jîyan, Azadî
Offline
https://wiki.archlinux.org/index.php/So … rives#TRIM
https://www.kernel.org/doc/Documentatio … s/f2fs.txt
http://en.wikipedia.org/wiki/F2FS
An old man, trying to stay sane
Offline
Pages: 1