Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/config/ssd.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solid State Drives

Check failure on line 1 in src/config/ssd.md

View workflow job for this annotation

GitHub Actions / Check formatting

Formatting Lint

File has improper formatting

Post installation, you will need to enable TRIM for solid state drives. You can
check which devices allow TRIM by running:
Expand Down Expand Up @@ -55,6 +55,8 @@
/dev/sda1 / ext4 defaults,discard 0 1
```

Then run `mount -a` to mount every drive and show any issues with fstab. If you have for example forgotten a comma, your system will boot in a limited recovery mode that allows to fix it on reboot.

## LVM

To enable TRIM for LVM's commands (`lvremove`, `lvreduce`, etc.), open
Expand Down
Loading