Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C 中以编程方式调整 ext4 分区的大小。我相信我可以使用libparted来调整分区的大小,但不能调整文件系统的大小?谁能指出我正确的方向?
使用resize_fs().
resize_fs()
看看这里的用法示例:
http://fossies.org/dox/e2fsprogs-1.42.4/resize2fs_8c_source.html#l00072