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 #
不行啊,总是不成功,请教原因。