|
2010-02-04
, 06:56
|
Posts: 63 |
Thanked: 21 times |
Joined on Jan 2006
|
#22
|
#echo 'user ALL = NOPASSWD: /bin/umount' >> /etc/sudoers
$sudo umount /mounted/directory/
#echo 'user ALL = NOPASSWD: /bin/ping' >> /etc/sudoers
sshfs -o reconnect,allow_other,uid=1000 -p 22 hallgreng@hallgren-fs.hallgren.net:/ /home/user/MyDocs/hallgren-fs
hallgreng@hallgren-fs.hallgren.net:/ on /home/user/MyDocs/hallgren-fs type fuse.sshfs (rw,nosuid,nodev,max_read=65536,allow_other,user=user
The Following User Says Thank You to hallgreng For This Useful Post: | ||
|
2010-02-04
, 11:34
|
Posts: 199 |
Thanked: 144 times |
Joined on Sep 2009
@ gbg.se
|
#23
|
my file browser browses through my ssh mount just fine (albeit a little slowly). i dont know what could be causing your issues digging into the sub directories nymajoak...
my mount command is:mount reports as follows:Code:sshfs -o reconnect,allow_other,uid=1000 -p 22 hallgreng@hallgren-fs.hallgren.net:/ /home/user/MyDocs/hallgren-fsCode:hallgreng@hallgren-fs.hallgren.net:/ on /home/user/MyDocs/hallgren-fs type fuse.sshfs (rw,nosuid,nodev,max_read=65536,allow_other,user=user
|
2010-02-04
, 16:54
|
Posts: 63 |
Thanked: 21 times |
Joined on Jan 2006
|
#24
|
|
2010-03-21
, 02:13
|
Posts: 189 |
Thanked: 47 times |
Joined on Nov 2009
|
#25
|
|
2010-03-23
, 10:03
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#26
|
Exec=rootsh /usr/bin/osso-xterm ssh_script.sh
None of which resolved the matter of the file system not being mounted. Any ideas?
Exec=/bin/busybox sh -c /usr/bin/ssh_script.sh
Exec=/bin/busybox sh -c 'echo /usr/bin/ssh_script.sh | sudo gainroot'
|
2010-08-03
, 13:21
|
Posts: 74 |
Thanked: 19 times |
Joined on Dec 2009
|
#28
|
As White Bear points out on his website, you have to do it from the (root) command line:
Code:apt-get install sshfs
|
2011-02-03
, 13:28
|
Posts: 424 |
Thanked: 196 times |
Joined on Mar 2010
@ Sweden
|
#29
|
|
2012-04-18
, 21:24
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#30
|
My remote directory has a number of subdirectories and in some cases sub-subdirectories. Accessing this directory structure works fine using the terminal, MicroB, emelfm2, mc and when ssh:ing into the device.
The problem is with the native file browser. It refuses to show any content in subdirectories. They all appear empty. The same thing happens in Petrovich. It doesn't matter if I mount as user or as root (with -o allow_other).
Actually the topmost (alphanumerically speaking) subdirectory is not empty but instead contains seemingly random files/directories from one of the other subdirectories..
I've googled the issue but not come up with anything useful. Is the file browser working correctly for you guys or is it it bug filing time?
| Power Search |
| New members say hello | New users start here | Beginners' wiki page | Maemo 5 101 | Frequently Asked Questions |
| Beginner's guide to N900 | N900 Tips & Tricks | N900 Keyboard shortcuts |
| Maemo 5 Developer guide | Maemo 5 SDK installation |
Last edited by nymajoak; 2010-02-01 at 20:57.