Difference between revisions of "Tune2fs"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
  
  
'''Change reservation percentage'''
+
'''Change [[reservation percentage]]'''
 
  tune2fs -l /path/to/device | egrep "Reserved block count|[[Block]] size"
 
  tune2fs -l /path/to/device | egrep "Reserved block count|[[Block]] size"
 
  tune2fs '''-m 0''' /path/to/device
 
  tune2fs '''-m 0''' /path/to/device

Revision as of 07:04, 1 April 2021

tune2fs[1] used to show or modify file system parameters on ext4 filesystems

To modify ext4 for metadata checksums tune2fs -O metadata_csum
To disable ext4 metadata checksum: tune2fs -O ^metadata_csum


Show file system characteristics, use -l to show contents of superblock

# tune2fs -l /path/to/device 
# tune2fs -l /dev/sda25
# tune2fs -l /dev/[[cciss]]/c1d1p1
# tune2fs -l /dev/VG_NAME/LV_NAME
# tune2fs -l /dev/mapper/dm-path-name


Change reservation percentage

tune2fs -l /path/to/device | egrep "Reserved block count|Block size"
tune2fs -m 0 /path/to/device
Filesystem state:         clean
Filesystem state:         clean with errors
FS Error count:           61
First error time:         Wed Dec 11 15:40:41 2019
First error function:     htree_dirblock_to_tree
First error line #:       994
First error inode #:      2
First error block #:      0
Last error time:          Sun Dec 15 12:36:44 2019
Last error function:      ext4_find_entry
Last error line #:        1465
Last error inode #:       2
Last error block #:       0

Related terms

See also

  • https://linux.die.net/man/8/tune2fs
  • Advertising: