maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   How can I mount .iso files on n900? (https://talk.maemo.org/showthread.php?t=37856)

jubei80 2009-12-20 11:55

How can I mount .iso files on n900?
 
Hello all ! I got my N900 a few weeks ago and i must say it's been meeting all my expectations (and exceeding some as well too! mplayer rocks!)

However I just need to be pointed in the right direction as I want to be able to mount .iso files to view some media content on the go. Is this possible on the n900 now?

Also as an offshooot of mounting iso's is there a similar application like "Wine" on ubuntu for maemo 5 or am I just pushing my luck? :D

Thanks in advance!

HoX 2009-12-20 12:09

Re: How can I mount .iso files on n900?
 
Try to open xterm, go to the directory with the iso image and type
mount -o loop <isoimage.iso> <mount_directory>
Probably you'll need to be root.
Let us know if it works

tom4_u 2009-12-20 12:16

Re: How can I mount .iso files on n900?
 
Waiting for the result

Matan 2009-12-20 13:07

Re: How can I mount .iso files on n900?
 
The necessary file system (iso9660) is not compiled in, and not available as a module by default on the N900, so there is not much chance that the mount will succeed.

About wine - you may be able to run windows inside qemu, but the performance will be really bad (maybe like a 10MHz X86 CPU).

jubei80 2009-12-20 13:16

Re: How can I mount .iso files on n900?
 
hi thanks for the tip, have not tried it yet I am having difficulty navigating to my documents folder in xterm which is where i have the .iso file saved.

pwd shows i am in "/home/user"

can see from file manager its in jubei/documents


i would have thought a common

"cd /home/user/jubei/documents"

would take me there! even if i had to put the dollar sign!

any help how i can get there?

casper27 2009-12-20 13:23

Re: How can I mount .iso files on n900?
 
Just try

Code:

cd /home/user
Then list the contents

Code:

ls
Then you will be able to cd into the appropriate file/dir at each stage.

filologen 2009-12-20 13:35

Re: How can I mount .iso files on n900?
 
Unless you have modified your setup, "ls" wan't do, because the documents folder is a hidden folder (you need "ls -a"). On a standard setup the document folder is located at

/home/user/MyDocs/.documents

jubei80 2009-12-20 13:44

Re: How can I mount .iso files on n900?
 
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # ls
MyDocs
/home/user # cd /home/user/MyDocs
/home/user/MyDocs # mount -o loop A+ CBT Nuggets.iso /mnt/iso
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) multi-call binary

Usage: mount [flags] DEVICE NODE [-o options,more-options]

/home/user/MyDocs # mount -o loop <A+ CBT Nuggets.iso> <mount_directory>
/bin/sh: syntax error: redirection unexpected
/home/user/MyDocs # mount -o loop <isoimage.iso> <mount_directory>
/bin/sh: syntax error: redirection unexpected
/home/user/MyDocs #


i tried quite a few commands probably all wronge but i tried no luck what am i doing wronge?

HoX 2009-12-20 20:39

Re: How can I mount .iso files on n900?
 
if you're iso file name is "A+ CBT Nuggets.iso", you should write this:
mount -o loop "A+ CBT Nuggets.iso" /mnt/iso
and the /mnt/iso directory should exists.

However Matan said that the ISO9660 is not compiled in, therefore you can't mount ISO files.

Matan 2009-12-20 21:33

Re: How can I mount .iso files on n900?
 
You can try to download and insmod this:

http://my.arava.co.il/~matan/770/n900/isofs.ko

(not tested).


All times are GMT. The time now is 03:14.

vBulletin® Version 3.8.8