1、查看保留空间大小

  tune2fs -l /dev/sda8

   reserved blocks

2、调整保留空间大小(系统默认5%)

  tune2fs -m 0.5 /dev/sda8

参考链接:https://askubuntu.com/questions/249387/df-h-used-space-avail-free-space-is-less-than-the-total-size-of-home

相关文章:

  • 2021-12-02
  • 2021-09-11
  • 2021-12-22
  • 2021-11-27
  • 2021-12-01
  • 2021-11-08
  • 2021-11-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-11-15
  • 2021-12-19
  • 2021-11-17
  • 2021-12-02
相关资源
相似解决方案