Configuring Your SSD for Linux

Опубликовано: 22 Ноябрь 2016
на канале: Don't Call Me Lenny!
75,397
542

In this video I discuss options for configuring your SSD for use in Linux. Hope you enjoy!
Show Notes:
sudo hdparm -I /dev/sdX | grep "TRIM supported"
(checks if trim is supported on your SSD) Change X to your drive letter
*****************************************************************************
sudo fstrim -v / (manual trim on command)
*****************************************************************************
add fstrim to rc.local file to trim at boot:
sudo leafpad /etc/rc.local
add "fstrim /" and save
*****************************************************************************
enable trim automatically:

sudo leafpad /etc/fstab
add discard,noatime to ext4 partitions (mounts drive as ssd with continuous trim)
************************************************************************************
Swappiness:
cat /proc/sys/vm/swappiness (to check current setting)
sudo sysctl vm.swappiness=10 (to manually set swappiness - will revert on next boot)

To set swappiness permanently:

sudo leafpad /etc/sysctl.d/99-sysctl.conf
add at end of file:
vw.swappiness=10
save file

reboot after each step


Смотрите видео Configuring Your SSD for Linux онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Don't Call Me Lenny! 22 Ноябрь 2016, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 75,39 раз и оно понравилось 54 людям.