Originally posted by jockinator
View Post
Announcement
Collapse
No announcement yet.
Ubuntu 14.04 Finally Enables SSD TRIM By Default
Collapse
X
-
-
Originally posted by brent View PostIf you had read the Google+ post, you would know that they actually do this. The are aware of the fact that kernel managed trim has issues.
Supporting TRIM requires setting the discard mount option for using TRIM when deleting files as it's not enabled by default
I observe freeze on my work PC, when I build a whole Android tree, and then delete the "out/" folder (~30GB, ), but that's a known issue. Most blog posts I've seen on TRIM on Linux, choose fstrim over discard mount option.
Leave a comment:
-
Originally posted by jockinator View Postadding discard options to ext4 on SSD is not a good idea.
when removing a lot of small files (make clean ?), it can freeze a computer for 5-10min.
it's the case on my laptop (quad-core with 6G RAM), and a better method is to add fstrim to a crontab.
Leave a comment:
-
Originally posted by prodigy_ View PostLinux could do that too. It only didn't because you didn't write required patches back in 2009. Linux is free mate, nobody is stopping you from adding support for anything.
Leave a comment:
-
Originally posted by prodigy_ View PostLinux could do that too. It only didn't because you didn't write required patches back in 2009. Linux is free mate, nobody is stopping you from adding support for anything.
Leave a comment:
-
So they're using fstrim and a daily or weekly cron job.
Does anyone know how Windows does it? I keep hearing that neither discard nor fstrim with a cron job are ideal (which was why there was such a long debate on whether or not to enable TRIM by default) and Windows does it completely differently but no one knows how.
Leave a comment:
-
No problem here either
Originally posted by jockinator View Postadding discard options to ext4 on SSD is not a good idea.
when removing a lot of small files (make clean ?), it can freeze a computer for 5-10min.
it's the case on my laptop (quad-core with 6G RAM), and a better method is to add fstrim to a crontab.
when I say freeze, I mean all keystroke/click are delayed by 30-40s, so it's completely unusable.
I am using Debian Sid/Jessie not Ubuntu.
For 99% of users discard is a good idea. For people like you, you are smart enough to edit fsatb and use crontab instead.
Leave a comment:
Leave a comment: