I have a VMDK file and when I run mount Android-img.vmdk /mnt/android/ I get wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error. I have searched around and I see a lot of solutions that involve external libs, but I have to do it without downloading anything extra. I did run ls /sbin/mount* and got:
/sbin/mount.cifs
/sbin/mount.exfat-fuse
/sbin/mount.lowntfs-3g
/sbin/mount.nfs4
/sbin/mount.ntfs-3g
/sbin/mount.vboxsf
/sbin/mount.exfat
/sbin/mount.fuse
/sbin/mount.nfs
/sbin/mount.ntfs
/sbin/mountstats
/sbin/mount.vmhgfs
"apt install qemu-utils"...........This is an air-gapped machine....no internet or repos to connect to in order to install....hence "no external libs" in my questions title.....
– WarBro Sep 15 '20 at 17:53