hpr1837 :: Put an SSD in your Linux Box
What to check, read, and update if you want to upgrade your Linux PC with an Solid State Disk.
Hosted by 2BFrank on Tuesday, 2015-08-18 is flagged as Clean and is released under a CC-BY-SA license.
SSD, Linux, BIOS, Update.
3.
Listen in ogg,
opus,
or mp3 format. Play now:
Duration: 00:18:22
Download the transcription and
subtitles.
Hardware upgrades.
Hosts share their experiences when upgrading their equipment.
Some commands I mentioned that you should check out:
Check SSD disk specs:
sudo hdparm -I /dev/sdb
Check for TRIM support:
sudo fstrim -v /
Perform TRIM support
sudo hdparm -I /dev/sdb | grep -i TRIM