qemu How to grow qcow2 freeBSD image with official 13.1-RELEASE.img?

Hi Sirs & Madams

Well.I used official qcow2 HDD image to launch a VM with QEmu inside windows VM all gone fine and i lauched qemu from powershell
and used freeBSD VM but after fews "pkg ins -y ***" disk rapidly began full so I resized the qcow2 HDD with the command:

qemu-img resize freeBSD-*-qcow2 *G

And then after lauched it I typed 2nd option and gpart show ,gpart recover ,gpart resize -i * -s *G -a 4k ada0p*
but when i tryed to use the command:

growfs /dev/ada0p*

but when it ask to me if I want to grow the filesystem and I typed yes
permission denied was the result:-/

cat /etc/rc.conf:

hostname="freebsd"
growfs_enable="YES"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"

thanks in advance for your help
 
yeah, so I tryed, mine "I typed 2nd option" was referring to that.But following all the stuff describe above the responce was negative : permission denied. that is weird
 
Back
Top