4 01 2017
GNU/Linux: optimizing system settings for SSD disks
Usually every file read access also produces writes to the SSD, because the system updates the file atime (access time). For most systems you can safely turn it off, which will not only give a small speed increase but also prolong the lifetime of your SSD:
sudo vi /etc/fstab
# [file system] [mount point] [type] [options] [dump] [pass]
/dev/mapper/elementary–vg-root / ext4 noatime,errors=remount-ro 0 1
then reboot …
GNU/Elementary OS: resize LUKS encrypted LVM volume (lvm inside luks) Elementary OS: properly mounting an encrypted clonezilla/dd backup with LUKS + LVM (changing identical UUIDs)
Comments are currently closed.