mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
273 B
Markdown
16 lines
273 B
Markdown
![]() |
# 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}}`
|