请问,数据盘格式化即可修改,但是系统盘有没有什么办法?
1
leaflxh 2023-11-12 21:54:13 +08:00
tune2fs
-I Change the inode size used by the file system. This requires rewriting the inode table, so it requires that the file system is checked for consistency first using e2fsck(8). This operation can also take a while and the file system can be corrupted and data lost if it is interrupted while in the middle of converting the file system. 用它非格盘调整过 ext4 的保留空间,看 man 说明也能改 inode 数量 动手前做好备份( |
2
baiduyixia OP @leaflxh 没看懂,能否可以具体指点?谢谢
|
3
leaflxh 2023-11-12 22:05:59 +08:00
|
5
baiduyixia OP @leaflxh 好吧
|
6
julyclyde 2023-11-13 14:46:24 +08:00
看你用了什么文件系统了。有些可以改,有些不用改,有些不能改
|