1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 04:35:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`