当前位置:编程学习 > wap >>

请问mount命令挂载img的操作?

Android shell里的mount,我想mount /mnt/sdcard/sdl/andows.img到/mnt/img/,可是

1|root@android:/ # cd /mnt/sdcard
cd /mnt/sdcard
root@android:/mnt/sdcard # cd sdl
cd sdl
root@android:/mnt/sdcard/sdl # mount -o loop -r -w andows.img /mnt/img
mount -o loop -r -w andows.img /mnt/img
Usage: mount [-r] [-w] [-o options] [-t type] device directory
1|root@android:/mnt/sdcard/sdl # mount -r -w -o loop -t ntfs /mnt/sdcard/sdl/and
ows.img /mnt/img
ntfs /mnt/sdcard/sdl/andows.img /mnt/img                                      <
mount: No such device
255|root@android:/mnt/sdcard/sdl #
不行啊,总是不成功,请教原因。 --------------------编程问答-------------------- 来个人撒
补充:移动开发 ,  Android
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,