shakalaca/MagiskOnEmulator

mount -t required

theamanrawat opened this issue · 1 comments

I tried prepare_image.bat and it this output.

mkdir: '/data/local/tmp/root': File exists
mount: /dev/block/sda1: need -t
cp: bad '/data/local/tmp/root/*/initrd.img': No such file or directory
cp: bad '/data/local/tmp/root/*/initrd.img.old': No such file or directory
cp: bad '/data/local/tmp/root/*/ramdisk.img': No such file or directory
cp: bad '/data/local/tmp/root/*/ramdisk.img.old': No such file or directory
umount: /data/local/tmp/root: Invalid argument

mount: /dev/block/sda1: need -t

This says that -t is needed in mount command.

Same here
When I put -t in mount command it shows:

:/ mount -t /dev/block/sda1 /data/local/tmp/root
mount: bad /etc/fstab: No such file or directory

Any suggestions are appreciated
Thank you