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 ===
=== From host to runtime ===
-
Currently [[MADDE]] supports mounting of the host file system to [[Nokia N900|N900]] runtime.
+
Currently MADDE supports mounting of host file system to N900 runtime.
-
This is a very convenient feature when developing software.
+
This is 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>.
+
<pre>
 +
$ mad remote [-r runtime] mount <directory>
 +
</pre>
-
mad remote run supports finding executable software with given name from this directory.
+
The command mounts <tt>&lt;directory></tt> to the N900 to a mount point
 +
<tt>/home/developer/mnt</tt>.
-
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.
 +
 
 +
In case of mounting fails due to stale previous mount, running
 +
<tt>mad remote umount</tt> fixes this problem -- try it always if mounting fails.
Example usages:
Example usages:
Line 26: Line 30:
/home/developer/mnt $ ls
/home/developer/mnt $ ls
...
...
-
/home/developer/mnt $ exit
+
$ exit
</pre>
</pre>
-
mad remote -r n900 mount .
+
<pre>
-
mad make hello
+
$ mad remote -r n900 mount .
-
mad remote -r n900 run hello
+
$ mad make hello
 +
$ mad remote -r n900 run hello
 +
</pre>
=== From runtime to host ===
=== 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.
+
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 48: Line 56:
</pre>
</pre>
-
Now host mount point <code>mnt_n900</code> sees <code>/home/developer</code>
+
Now host mount point <tt>mnt_n900</tt> sees <tt>/home/developer</tt>
on n900.
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: