Resizing HassOS VMDK?

Instructions/tips on how to resize the HassOS VMDK? Its 6GB which will fill up quickly.
Thanks

Trying to figure this out too :frowning:

It’s here: Hassio on unRaid!

quote:

  • Resize the disk before setting up the VM
    sudo qemu-img resize /mnt/user/domains/hassos_ova-1.6.qcow2 +20G
1 Like

This is only for resizing after converting the vmdk to qcow2.

have to convert the vmdk to a vdi image then it can be resized out. will then need something like gparted to extend partition on the image.

I assume the detailed steps on this page will work to resize the vmdk file.

Yes, those steps will help you resize the VMDK but there’s one more step to resize the partition so HassOS can use it. See this: https://github.com/home-assistant/hassos/issues/169#issuecomment-478710790