Tagged Questions
1
vote
3answers
107 views
How can I defragment my SSD on linux?
This page demonstrates that defragmentation is beneficial for SSDs. I suppose this type of defragmentation has to be trim-aware, so as to preserve the life time of the disk.
How can I do that on ...
2
votes
1answer
165 views
Best way to encrypt my system on an ssd
I consider to buy an ssd for my laptop (something like Samsung 830 or 840) to make the system more responsive. I want my system (at least my home partition) to be encrypted. However I know about ...
4
votes
2answers
339 views
Linux (3.4) SSD swap partition usage causes extreme latency - how to eliminate?
I'm running on 4G RAM with an extra 6G swap partition, SSD is a pretty decent SAMSUNG MZMPA128HMFU model. System responds very well to workloads when things stay in RAM, but as soon as things reach ...
3
votes
2answers
670 views
Optimal SSD configuration
I am thinking about buying an SSD for my Debian system. However, because I don't know what is the optimal arrangement (i.e. what goes on the SSD), I am not sure what is the optimal size. Obviously I ...
6
votes
1answer
4k views
How to configure a filesystem+LVM for effective usage of SSD?
ext4 is one of the filesystems recommended for using on SSDs (with a number of built-in techniques and advices how to tune it for better performance and wear-levelling of SSDs).
I want to install a ...
5
votes
1answer
447 views
Poor random read SSD performance on Linux
I recently got an Intel 320-series SSD, and I am having difficulty achieving the advertised 38K IOPS for random 4K reads.
Both with fio and my own hacked-together program, I am seeing around 6K IOPS. ...
8
votes
2answers
1k views
Heavy write activity on SSD nukes system performance
I've noticed that when I do heavy write applications, the whole system slows down. To test this further I ran this to do a (relatively) low-CPU, high disk activity:
john -incremental > file_on_SSD
...