Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trim support for LUKS/LVM partitions on SSD #242

Open
0xbilko opened this issue May 15, 2018 · 0 comments
Open

Add trim support for LUKS/LVM partitions on SSD #242

0xbilko opened this issue May 15, 2018 · 0 comments

Comments

@0xbilko
Copy link

0xbilko commented May 15, 2018

Is it possible to enable trim support for LUKS/LVM partitions on SSD from default?

More info:

https://wiki.archlinux.org/index.php/Solid_State_Drives_(%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9)#.D0.92.D0.BA.D0.BB.D1.8E.D1.87.D0.B5.D0.BD.D0.B8.D0.B5_TRIM_.D0.B4.D0.BB.D1.8F_LVM

https://forum.manjaro.org/t/enabling-trim-in-encrypted-manjaro-linux-installation/7839/25

Example for check trim support:

if $(hdparm -I /dev/sda | grep -q "TRIM supported"); then echo 1; else echo 0; fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant