Nokia N900 Howto: Backup data, reset device to factory settings, gain root access, overclock, and install ssh

Backup data

Using rsync, it is very simple to backup your personal data. Install it through the app manager and issue the following command from your computer

rsync -avz -e ssh user@10.0.0.1:. /home/foo/backup

Here, foo is the username you use on your computer and 10.0.0.1 is the ip address of the N900.

Continue reading

Mounting your SSH shares in Microsoft Windows

Ever wanted to be able to access your SSH shares on your Microsoft Windows workstation? So far I have used WinSCP for this purpose, but this solution is far from ideal. You quickly become impatient with copying files back and forth endlessly, as the build in editor is rather “low-tech”.

Red Drive is a freeware file system that allows you to mount your SSH shares as a drive accessible from within Microsoft Windows. This means you can mount your SSH shares as a network drive and save, or open, files from within any application on you Microsoft Windows workstation.

Red drive is avaliable for download here (direct link).

Continue reading