Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 572 Bytes

disk_space_reserve.md

File metadata and controls

27 lines (20 loc) · 572 Bytes

To reserve one percent of drive space for the Kernel!


┌[srhills☮minipcpn62]-(~)
└> sudo tune2fs -m 1 /dev/sdb1
[sudo] password for srhills:
tune2fs 1.47.0 (5-Feb-2023)
Setting reserved blocks percentage to 1% (4883699 blocks)
┌[srhills☮minipcpn62]-(~)
└>
$ sudo tune2fs -m 1 /dev/sdb1

┌[srhills☮minipcpn62]-(~)
└> sudo tune2fs -m 1 /dev/sdc1
[sudo] password for srhills:
tune2fs 1.47.0 (5-Feb-2023)
Setting reserved blocks percentage to 1% (9767457 blocks)
┌[srhills☮minipcpn62]-(~)
└>