Am 12.10.2011 00:26, schrieb Stefan G. Weichinger: >> What is the benefit of running fstrim manually over mounting with >> discard? > > discard seems to slow down the fs by trimming all the time. > I only report what I read. No tests done so far.
Shouldn't "discard" be set to make TRIM work anyway, even with fstrim? man mount says for "discard": "Controls whether ext4 should issue discard/TRIM commands to the underlying block device when blocks are freed." Sounds like TRIM-commands wouldn't get through to the SSD when "discard" is not set. Still wondering. Stefan