![]() |
2009-12-10
, 23:51
|
Posts: 121 |
Thanked: 54 times |
Joined on Oct 2007
@ New York, US
|
#2
|
![]() |
2009-12-10
, 23:56
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#3
|
![]() |
2009-12-11
, 01:15
|
Posts: 9 |
Thanked: 3 times |
Joined on Dec 2009
|
#4
|
![]() |
2009-12-15
, 13:54
|
Posts: 127 |
Thanked: 41 times |
Joined on Dec 2007
@ Aspen Colorado
|
#5
|
![]() |
2009-12-15
, 14:46
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#6
|
![]() |
2009-12-15
, 18:44
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#7
|
apt-get install sshfs
modprobe fuse mkdir -p /home/user/MyDocs/lanvideo sshfs bob@192.168.0.5:/media/videos /home/user/MyDocs/lanvideo -o allow_other
The Following 7 Users Say Thank You to qole For This Useful Post: | ||
![]() |
2009-12-16
, 04:06
|
Posts: 127 |
Thanked: 41 times |
Joined on Dec 2007
@ Aspen Colorado
|
#8
|
![]() |
2009-12-16
, 06:11
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#9
|
![]() |
2009-12-20
, 12:02
|
Posts: 21 |
Thanked: 13 times |
Joined on Dec 2009
@ Engerland
|
#10
|
The Following 3 Users Say Thank You to Kenchy For This Useful Post: | ||
![]() |
Tags |
fuse, ssh, sshfs |
Thread Tools | |
|
The only thing missing in the ssh-department for me is sshfs. I tend to use it alot and it would be really sweet to have.
Naturally, I googled and forum searched, and found someone claiming there was already a functioning port of fuse and sshfs for the N900. I even found a fuse+sshfs port that might possibly work (mfuse), but it hasn't seen any code submissions since january... And I haven't found anyone linking to it (or any other fuse port for that matter) in an N900/fremantle context. Basically I'm rather hesitant about trying it, as I don't want to cause any potential harm to my precious new toy
So, does anyone know if it works? Or is there another port floating around the net that I simply haven't found?