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:
parent
d103a229a7
commit
ba6143ab75
1 changed files with 15 additions and 0 deletions
15
pages/linux/e4defrag.md
Normal file
15
pages/linux/e4defrag.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue