To mount and access the Nokia N900 filesystem locally:
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.:
| # addgroup users # adduser —ingroup users user |
Then on the PC:
| # mkdir /media/n900 # chown user:users /media/n900 |
Now, everytime to mount and use the N900 filesystem:
| # ifup usb0 |
| $ su user user@pc:~$ sshfs root@192.168.2.15:/ /media/n900 |
Now your full Nokia N900 filesystem is mounted in /media/n900 and you can access it regularly.