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.
是否有可能扩展现有 ext2 映像的大小?
此映像是基于 ramdisk 的根文件系统。
我已经有图了。但我想扩大这张图片的大小。
是否可以扩展此图像的大小。
在您执行此操作之前一定要备份,但它在测试 fs 上对我有用(假设您的磁盘映像称为 foo.img):
$ dd if=/dev/zero of=foo.img count=0 bs=1M seek=2000 # assuming target size is 2000M $ e2fsck -f foo.img $ resize2fs foo.img