there is this erofs image which is a system partition image of an android device that i want to mount under freebsd, i tried doing
but that fails with
if my memory serves me right, the way to do this on linux was
any help would be much appreciated, thanks in advance
mdconfig -f system.img -u 0
mount /dev/md0 /mntbut that fails with
mount: /dev/md0: No such file or directoryif my memory serves me right, the way to do this on linux was
mount -o loop system.img /mntany help would be much appreciated, thanks in advance