<p>To mount and access the Nokia N900 filesystem locally:</p> <ul> <li><a href="Install%20sshfs%20on%20the%20Nokia%20N900.html">Install sshfs</a></li> </ul>[ <a href="/index.html">Home</a> ] [ <a href="/Sumoudou.html">相撲道 Sumoudou</a> ] [ <a href="/Sumou.html">相撲 Sumou</a> ] [ <a href="/Keiko.html">稽古 Keiko</a> ] [ <a href="/Power.html">力 Power</a> ] [ <a href="/Non-Sumou.html">相撲外 Non-Sumou</a> ] [ <a href="/whats-new.html">What's NEW!!!</a> ] <br /><br /> </div>
<!— Page published by Emacs Muse begins here —> <p><a href="Non-Sumou.html">Other Nokia N900 GNU tips</a></p>
To enable back and forth copying to and from the Nokia N900 and not suffer permissions issue make sure you have a `users' group and `user' user on the PC, i.e.:</p> <ul> <li><table bgcolor="#000000" border="1"><tr><td border="0"><font color="#FFFF00"><b># addgroup users<br /> # adduser —ingroup users user</b></td></tr></table></li> </ul>
Then on the PC:</p> <ul> <li>Create the Nokia N900 filesystem mountpoint: <table bgcolor="#000000" border="1"><tr><td border="0"><font color="#FFFF00"><b># mkdir /media/n900<br /> # chown user:users /media/n900</b></td></tr></table></li> </ul>
Now, everytime to mount and use the N900 filesystem:</p> <ol> <li>Connect the N900 to the PC with the USB cable.</li> <li>Choose PC-Suite mode in the popup window, that appears on the N900 upon connecting the USB cable.</li> <li>On the N900: <table bgcolor="#000000" border="1"><tr><td border="0"><font color="#FFFF00"><b># ifup usb0</b></td></tr></table></li> <li>On the PC: <table bgcolor="#000000" border="1"><tr><td border="0"><font color="#FFFF00"><b>$ su user<br /> user@pc:~$ sshfs <a href="mailto:root@192.168.2.15">root@192.168.2.15</a>:/ /media/n900</b></td></tr></table></li> </ol>
Now your full Nokia N900 filesystem is mounted in /media/n900 and you can access it regularly. <!— Page published by Emacs Muse ends here —>