If you have LVM in guest configured, then just create anothe vdi. Add to the machine. Then mount it and add to lvm as Physical Volume.
Next you can resize the Logical volume. And it works!
If you do not have LVm configured. Than you can add vdi and mount.But it will probably be just another part of filesystem. What you can do is to migrate your /home dir to this new volume, and then mount it as /home.
I have virtualbox portable on my USB stick, with FAT32 filesystem. When I tried to use a dinamic VDI on a virtual machine with a size limit of 100Gb, Virtualbox display an advice telling to use NTFS filesystem instead of FAT, because FAT32 allows 4 Gb as maximum file size.
发布评论
评论(5)
如果您在来宾中配置了 LVM,则只需创建另一个 vdi。添加到机器上。然后挂载它并添加到lvm作为物理卷。
接下来您可以调整逻辑卷的大小。它有效!
如果您没有配置 LVm。您可以添加 vdi 和 mount。但它可能只是文件系统的另一部分。您可以做的是将 /home 目录迁移到这个新卷,然后将其安装为 /home。
If you have LVM in guest configured, then just create anothe vdi. Add to the machine. Then mount it and add to lvm as Physical Volume.
Next you can resize the Logical volume. And it works!
If you do not have LVm configured. Than you can add vdi and mount.But it will probably be just another part of filesystem. What you can do is to migrate your /home dir to this new volume, and then mount it as /home.
这就是 4GB 文件大小限制的来源。使用 ext3(Linux 默认)或 Reiser 或任何其他现代文件系统。
That's where the 4GB file size limit comes from. Use ext3 (default for linux) or Reiser or any of the other modern filesystems.
您可以像这样创建分割磁盘映像:
You can create a split disk image like so:
现在有了 Virtualbox 4.0,您可以调整 VDI 的大小!
Now that there is a Virtualbox 4.0, you can resize VDI!
我的 USB 记忆棒上有便携式 virtualbox,具有 FAT32 文件系统。当我尝试在大小限制为 100Gb 的虚拟机上使用动态 VDI 时,Virtualbox 显示一条建议,告诉您使用 NTFS 文件系统而不是 FAT,因为 FAT32 允许最大文件大小为 4 Gb。
I have virtualbox portable on my USB stick, with FAT32 filesystem. When I tried to use a dinamic VDI on a virtual machine with a size limit of 100Gb, Virtualbox display an advice telling to use NTFS filesystem instead of FAT, because FAT32 allows 4 Gb as maximum file size.