How to change reserved blocks in Linux partition

user@box:~$ sudo tune2fs -l /dev/md99
[sudo] password for user:
tune2fs 1.42.9 (4-Feb-2014)
Filesystem volume name:   <nuser>
Last mounted on:          /mnt/md50
Filesystem UUID:          976a8655-2619-4587-878c-dab07f7b7652
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash
Default mount options:    user_xattr acl
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              244187136
Block count:              1953473536
Reserved block count:     97673676
Free blocks:              665750586
Free inodes:              213815139
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      558
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         4096
Inode blocks per group:   256
RAID stride:              128
RAID stripe width:        1048320
Flex block group size:    16
Filesystem created:       Wed Dec 28 16:17:14 2016
Last mount time:          Fri Jun 23 12:48:18 2017
Last write time:          Fri Jun 23 12:48:18 2017
Mount count:              22
Maximum mount count:      -1
Last checked:             Wed Dec 28 16:17:14 2016
Check interval:           0 (<nuser>)
Lifetime writes:          1565 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:              256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
Default directory hash:   half_md4
Directory Hash Seed:      2474f801-44c2-4fe1-8809-34759b56a2fb
Journal backup:           inode blocks

user@box:~$ sudo tune2fs -l /dev/md99|grep -i reserved
Reserved block count:     97673676
Reserved GDT blocks:      558
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)

Solution change to 2% reserved blocks instead of 5%

The -m2 means 2% change that to the percentage you want.

sudo tune2fs -m2 /dev/md99
tune2fs 1.42.9 (4-Feb-2014)
Setting reserved blocks percentage to 2% (39069470 blocks)


 


Tags:

reserved, linux, partitionuser, sudo, fs, dev, md, password, user, feb, filesystem, volume, nuser, mounted, mnt, uuid, dab, xef, revision, dynamic, features, has_journal, ext_attr, resize_inode, dir_index, filetype, needs_recovery, extent, flex_bg, sparse_super, large_file, huge_file, uninit_bg, dir_nlink, extra_isize, flags, signed_directory_hash, default, mount, user_xattr, acl, errors, os, inode, inodes, fragment, gdt, fragments, raid, stride, stripe, width, flex, wed, dec, fri, jun, maximum, interval, writes, gb, uid, gid, isize, desired, directory, hash, half_md, fe, fb, grep, percentage,

Latest Articles

  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN
  • Docker how to find real container child process ID
  • Alibaba Aliyun how to reset password solution 'Setup does not meet the requirements, please resetting'
  • RTL88X Series 80Mhz hostapd mode for Linux Debian Kali
  • How To Deploy Your Own Mastodon Server in Docker
  • ffmpeg burning subtitles in non-English errors [Parsed_subtitles_0 @ 0x561d3a0b3b80] Glyph 0x6709 not found, selecting one more font for (Sans, 700, 0)
  • rsyslog in container config
  • Interesting Whisper AI CPU vs GPU Test
  • How to install pytorch with cuda capability for AI acceleration with Nvidia Tesla etc.. GPUs
  • How to Spider the web archive.org to recover your old website/webpage
  • Debian 10 /etc/apt/sources.list
  • Linux Debian Cannot Upgrade Kernel Headers Missing Solution
  • How to install ZFS on Linux Ubuntu Debian Mint
  • How to Add Contrib Packages to Debian/Linux/Mint by editing /etc/apt/sources.list
  • Proxmox How To Purge Ceph
  • VMWare ESXi/VSphere Disable Balloon Segfault in Services Solution