<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.250.7.87</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.250.7.87"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/84.250.7.87"/>
	<updated>2026-04-22T00:42:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=MADDE/Mounting&amp;diff=14800</id>
		<title>MADDE/Mounting</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=MADDE/Mounting&amp;diff=14800"/>
		<updated>2010-01-28T20:14:01Z</updated>

		<summary type="html">&lt;p&gt;84.250.7.87: /* From host to runtime */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== From host to runtime ===&lt;br /&gt;
&lt;br /&gt;
Currently MADDE supports mounting of host file system to N900 runtime.&lt;br /&gt;
&lt;br /&gt;
This is very convenient feature when developing software.&lt;br /&gt;
&lt;br /&gt;
All supported platforms (windows, linux, mac) are supported.&lt;br /&gt;
&lt;br /&gt;
The syntax of mount command is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad remote [-r runtime] mount &amp;lt;directory&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command mounts &amp;lt;tt&amp;gt;&amp;amp;lt;directory&amp;gt;&amp;lt;/tt&amp;gt; to the N900 to a mount point&lt;br /&gt;
&amp;lt;tt&amp;gt;/home/developer/mnt&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
mad remote run supports finding executable software with given&lt;br /&gt;
name from this directory.&lt;br /&gt;
&lt;br /&gt;
In case of mounting fails due to stale previous mount, running&lt;br /&gt;
mad remote umount fixes this problem -- try it always if mounting fails.&lt;br /&gt;
&lt;br /&gt;
Example usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mad remote -r n900 mount .&lt;br /&gt;
$ mad make hello&lt;br /&gt;
$ mad remote -r n900 run hello&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== From runtime to host ===&lt;br /&gt;
&lt;br /&gt;
Currently MADDE does not support mounting a directory from N900&lt;br /&gt;
to host pc, but it is quite easily possible with userspace filesystems&lt;br /&gt;
in all supported platforms.&lt;br /&gt;
&lt;br /&gt;
Linux and Mac hosts can use &#039;sshfs&#039; fuse filesystem utility.&lt;br /&gt;
&lt;br /&gt;
Windows hosts can use &#039;Dokan SSHFS&#039; software (see http://dokan-dev.net/en/).&lt;br /&gt;
&lt;br /&gt;
Example usage with sshfs (dokan interface is probably similar):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ mkdir mnt_n900&lt;br /&gt;
$ sshfs developer@&amp;lt;addr-of-n900&amp;gt;: mnt_n900&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now host mount point &amp;lt;tt&amp;gt;mnt_n900&amp;lt;/tt&amp;gt; sees &amp;lt;tt&amp;gt;/home/developer&amp;lt;/tt&amp;gt;&lt;br /&gt;
on n900.&lt;/div&gt;</summary>
		<author><name>84.250.7.87</name></author>
	</entry>
</feed>