User talk:Thawn
Latest comment: 11 May 2022 by RaZorr
In configure and install bootloader secction you are mixing options for encrypt hook and sd-encrypt hook.
There is also inconsistency with the mount point for esp. In some notes it is referred to as /efi
but in commands it is /esp
. --RaZorr (talk) 05:17, 11 May 2022 (UTC)
Thank you very much for your feedback!
I am aware that using rd.luks.options=discard
together with the cryptdevice option enable-discards
is a bit of a hack, but the former was the only way, I could get trim to actually work. See also the note below that part in the text. I am open for suggestions on how to fix this (both here in the docs as well as on my machine ;-) )
I fixed the /efi
/esp
inconsistencies.
Thawn (talk) 06:36, 10 May 2022 (UTC)
- Have you tried the
cryptdevice=/dev/sdaX:root:allow-discards
option? From here Dm-crypt/Specialties#Discard/TRIM_support_for_solid_state_drives_(SSD) --RaZorr (talk) 05:17, 11 May 2022 (UTC)
- Have you tried the