FusePort
I'm porting FUSE to maemo and N770. See FusePortDevel to see howto compile it!
Using with GUI (maemofuse)
- installs maemofuse, maemofuse-gui and maemofuse-sshfs (if you are upgrading from an older release and it doesn't work try to delete the old version first)
- reboot (step required only on first install)
- run maemofuse from the Extra menu
- the gui should be as simple as ugly
- right now only sshfs is supported from the gui!
Using with command line
SSHFS
sshfs requires the ssh package. * mount:
sshfs luogni@192.168.1.1: /home/user/Fs/grifis
- insert password or ssh key
- enjoy :) (btw, it seems the file manager scans recursively the directories so it's quite slow the first time you try to browse a remote branch.. will look better)
- umount
fusermount -u /home/user/MyDocs/Fs/grifis
Useful links
- repository: http://people.freedesktop.org/~skaboy/maemo/fuse scirocco user
- svn on garage: https://garage.maemo.org/plugins/scmsvn/viewcvs.php/?root=fuse
- screenshots: http://people.freedesktop.org/~skaboy/maemo/fuse/shots/
Random notes
- i'll try to port gmailfs and other fs ASAP (but i don't have much time..)
- my email: luca.ognibene@gmail.com
- please test, send bugs/wishes and so on!