Enable TRIM for SSDs
Open
- Dominant language
- Shell
- Stars
- 847
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
https://www.crucial.com/articles/about-ssd/what-is-trim
Automatically:
Currently it is off
```
FreeBSD% zpool get autotrim
NAME PROPERTY VALUE SOURCE
zroot autotrim off default
```
> `zpool set autotrim=on zroot` works, and it also works after rebooting
Manually:
> `zpool trim `
Source:
https://forums.freebsd.org/threads/how-to-enable-autotrim-for-zfs.86091/
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.