All public logs
Jump to navigation
Jump to search
Combined display of all available logs of plnx.nl. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:40, 17 May 2025 Pverha10 talk contribs created page TRIM Support (Created page with "=ext4= TRIM support is available on ext4. It is activated by adding discard to the list of mount options. So in /etc/fstab it says something like: <pre> /dev/sdx1 /somewhere ext4 defaults,discard 1 1 </pre> You can also discard the unused blocks manually by using: <pre> fstrim -v /somewhere </pre> The resulting amount of space trimmed may not be the same as the actual space freed on the disk. It is safe to repeat this, for example in...")