硬盘总容量减去使用量明明还有10几个G怎么就剩27M了
Tofloor
poster avatar
Eric Zha
deepin
2020-03-03 06:06
Author
如图,我这个sdb 7分区261-247=14呀,应该14G可用呀!怎么就剩27M可用了?
Reply Favorite View the author
All Replies
avatar
thepoy
deepin
2020-03-03 17:47
#1
一样,不清楚linux的磁盘容量是怎么计算的,跟windows有点不同



Reply View the author
avatar
jzc
deepin
2020-03-03 18:12
#2
楼上正解
Reply View the author
avatar
Eric Zha
deepin
2020-09-23 18:49
#3
解决了
因为ext4系统默认会给超级用户预留5%的空间,可以使用sudo tune2fs -m 0.1 /dev/sdb7把/dev/sdb7设置成保留0.1%
Reply View the author