Quote:
Originally Posted by blackheart2925
Hi
I have some interactive flash video cd's for the kids saved as .iso and .mdx images. In the PC there is no problem mounting and playing them back.
But I was wondering is there any way to mount the iso's in the tab? Or something similar which will let me access and play the flash/video content...?
|
The kernel needs to support it, which it probably doesn't.
If it does, then from a shell:
mount -o loop -t filetype /sdcard/name.ISO /path/to/mountpoint
Filetype would probably be vfat if it'd work.
I get: "ioctl LOOP_SET_FD failed: Device or resource busy" when I try, so looks like there's no loopback support in the kernel.
---
Spelling essentials:
1) There is NO SUCH WORD as "alot" - It's "a lot"
2) The shortened form of You are is You're - NOT Your
3) Loosing & Loose have completely different meanings to Losing & Lose.
|