Solved Resize / partition

You can enlarge the .raw image with dd or truncate.
 
Bash:
root@freebsd:~ # df -h
Filesystem         Size    Used   Avail Capacity  Mounted on
/dev/gpt/rootfs     38G    3.4G     31G    10%    /
devfs              1.0K    1.0K      0B   100%    /dev
/dev/gpt/efiesp     32M    878K     31M     3%    /boot/efi

Thank you!
 
Back
Top