Wulpertinger Hi, im using the latest ISO Installation as a VM (VMWare). How can i expand the Disk after allocating it to the VM. I've tried the provides solutions from this thread, but non-worked. https://community.grommunio.com/d/234-solved-filesystemsize Thanks
crpb I haven't tested it but this should be the gist. echo 1 > /sys/block/sda/device/rescan growpart /dev/sda 4 pvresize /dev/sda4 vgextend grommunio /dev/sda4 lvextend -l+100%FREE /dev/grommunio/LVRoot xfs_growfs /dev/grommunio/LVRoot