Is this an optimum fstab setup for a SSD?
by linustalman from LinuxQuestions.org on (#5T5MM)
Hi.
I'm running Debian 11. I used auto partitioning with full encryption (LUKS).
What would be an ideal fstab for a Samsung 850 EVO 2TB 2.5in SATA SSD?
-----
My current fstab:
Code:/dev/mapper/DXXXX1--vg/root ext4 noatime,commit=600,errors=remount-ro 0 1
UUID=3XXXXXXc-0XXb-4XX3-bXX7-9XXXXXXXXXX1 /boot ext2 noatime 0 2
/dev/mapper/DXXXX1--vg-swap_1 none swap sw 0 0-----
I've already ran these {unsure if all 4 commands were needed}:
Code:sudo systemctl enable fstrim.timer && sudo systemctl start fstrim.timerCode:sudo systemctl daemon-reloadCode:sudo update-grubCode:sudo update-initramfs -u -k all-----
Thanks.
I'm running Debian 11. I used auto partitioning with full encryption (LUKS).
What would be an ideal fstab for a Samsung 850 EVO 2TB 2.5in SATA SSD?
-----
My current fstab:
Code:/dev/mapper/DXXXX1--vg/root ext4 noatime,commit=600,errors=remount-ro 0 1
UUID=3XXXXXXc-0XXb-4XX3-bXX7-9XXXXXXXXXX1 /boot ext2 noatime 0 2
/dev/mapper/DXXXX1--vg-swap_1 none swap sw 0 0-----
I've already ran these {unsure if all 4 commands were needed}:
Code:sudo systemctl enable fstrim.timer && sudo systemctl start fstrim.timerCode:sudo systemctl daemon-reloadCode:sudo update-grubCode:sudo update-initramfs -u -k all-----
Thanks.