Editing MADDE/Mounting

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
{{MADDE}}
 
-
=== From host to runtime ===
+
Currently MADDE supports mounting of host file system to N900 runtime.
-
Currently [[MADDE]] supports mounting of the host file system to [[Nokia N900|N900]] runtime.
+
This is very convenient feature when developing software.
-
 
+
-
This is a very convenient feature when developing software.
+
All supported platforms (windows, linux, mac) are supported.
All supported platforms (windows, linux, mac) are supported.
The syntax of mount command is:
The syntax of mount command is:
-
mad remote [-r runtime] mount <directory>
 
-
The command mounts <code>&lt;directory></code> to the N900 to a mount point <code>/home/developer/mnt</code>.
+
[CODE]
 +
$ mad remote [-r runtime] mount <directory>
 +
[/CODE]
-
mad remote run supports finding executable software with given name from this directory.
+
The command mounts <directory> to the N900 to a mount point
 +
/home/developer/mnt.
-
In case of mounting fails due to stale previous mount, running <code>mad remote umount</code> fixes this problem -- try it always if mounting fails.
+
mad remote run supports finding executable software with given
 +
name from this directory.
-
Example usages:
+
In case of mounting fails due to stale previous mount, running
 +
mad remote umount fixes this problem -- try it always if mounting fails.
-
<pre>
+
Example usage:
 +
 
 +
[CODE]
 +
$ make hello
$ mad remote -r n900 mount .
$ mad remote -r n900 mount .
-
$ mad remote -r n900 shell
+
$ mad remore -r n900 run hello
-
/home/developer $ cd mnt
+
[/CODE]
-
/home/developer/mnt $ ls
+
-
...
+
-
/home/developer/mnt $ exit
+
-
</pre>
+
-
mad remote -r n900 mount .
+
Currently MADDE does not support mounting a directory from N900
-
mad make hello
+
to host pc, but it is quite easily possible with userspace filesystems
-
mad remote -r n900 run hello
+
in all supported platforms.
-
 
+
-
=== From runtime to host ===
+
-
 
+
-
Currently MADDE does not support mounting a directory from N900 to host pc, but it is quite easily possible with userspace filesystems in all supported platforms.
+
Linux and Mac hosts can use 'sshfs' fuse filesystem utility.
Linux and Mac hosts can use 'sshfs' fuse filesystem utility.
Line 43: Line 39:
Example usage with sshfs (dokan interface is probably similar):
Example usage with sshfs (dokan interface is probably similar):
-
<pre>
+
[CODE]
$ mkdir mnt_n900
$ mkdir mnt_n900
$ sshfs developer@<addr-of-n900>: mnt_n900
$ sshfs developer@<addr-of-n900>: mnt_n900
-
</pre>
+
[/CODE]
-
 
+
-
Now host mount point <code>mnt_n900</code> sees <code>/home/developer</code>
+
-
on n900.
+
-
 
+
-
[[Category:Development]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: