Hello.
What I would like to do is to increase the internal space of the qcow2 file below (where there are 3 partitions : GPT ; root UFS and swap,checked in Linux). This is what I tried :
do u know why I get this error ? This error does not tell the truth since under /dev I see the device md1.
This is my second try,the first one failed because I used qemu-nbd that it seems not supported on freebsd. U can give a look at this post :
What I would like to do is to increase the internal space of the qcow2 file below (where there are 3 partitions : GPT ; root UFS and swap,checked in Linux). This is what I tried :
Code:
mdconfig -a -t vnode -f FreeBSD-13.0-RELEASE-arm64-aarch64.qcow2
md1
mkdir -p /mnt/md1
mount -t ufs /dev/md1 /mnt/md1
mount: /dev/md1: No such file or directory
do u know why I get this error ? This error does not tell the truth since under /dev I see the device md1.
This is my second try,the first one failed because I used qemu-nbd that it seems not supported on freebsd. U can give a look at this post :
qemu-nbd: Kernel /dev/nbdN support not available
Hello. I'm trying to emulate FreeBSD for arm64 on my Jetson nano (arm64) using qemu and kvm. This is the script that I'm using : tunctl -t tap0 ifconfig tap0 up brctl addif virbr0 tap0 /opt/qemu-5.2.0/build/aarch64-softmmu/./qemu-system-aarch64 -m 2048M -cpu cortex-a57 -M virt --enable-kvm \...
forums.freebsd.org