Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount -t required #38

Open
theamanrawat opened this issue May 25, 2021 · 1 comment
Open

mount -t required #38

theamanrawat opened this issue May 25, 2021 · 1 comment

Comments

@theamanrawat
Copy link

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.

@parthghughri
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants