- reserved blocks in linux
- How to change the number of reserved filesystem blocks
- A Minimum Complete Tutorial of Linux ext4 File System
- 0015-Rework-creating-the-lost-found-directory.patch
然後發現是在 gene2fs 之後,生成的 filesystem image 裡面,create 了 lost+found ,而且佔了blocks
所以查到上面 ref 的 patch,把 lost+found reserved 固定的 patch
然後查一下 filesystem 中,reserved block 的設定和用途。
reserved block 是 ext2 開始有的,大概是專屬 block 的意思,
在 format 的時候,保留一部分 block 給特定的user/group 用。
所以,可以設定reserve 的數量,還有可以使用的 uid/gid
另外,fsck 的時候也需要一些 block,所以reserved 可以避免 100% 沒辦法 fsck。
沒有留言:
張貼留言