e4defrag: add page (#4298)

This commit is contained in:
Samuel Woon
2020-08-30 18:59:50 -05:00
committed by GitHub
parent d103a229a7
commit ba6143ab75

15
pages/linux/e4defrag.md Normal file
View File

@@ -0,0 +1,15 @@
# e4defrag
> Defragment an ext4 file system.
- Defragment the file system:
`e4defrag {{/dev/sdXN}}`
- See how fragmented a file system is:
`e4defrag -c {{/dev/sdXN}}`
- Print errors and the fragmentation count before and after each file:
`e4defrag -v {{/dev/sdXN}}`