Announcement

Collapse
No announcement yet.

SSHFS shares not mounting

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSHFS shares not mounting

    So far the experience with Precise was very good, I like the new installation, and the look and feel overall. I'm upgrading from 10.04 so I may have missed some upgrades on the versions in between.

    However, my only two problems with Precise are that my xmodmaps aren't working (this has been addressed elsewhere and appears to be a bug), and
    my sshfs shares aren't mounting.

    The sshfs command runs fine in a terminal window, but the command doesn't run from anywhere I can find; in /etc/rc.local, in ~/.bash_profile, or in ~/.profile:
    Code:
    sshfs kainwolf@charizard:/home/kainwolf /home/kainwolf/Documents
    Nor does the share mount from /etc/fstab):
    Code:
    sshfs#kainwolf@charizard:/home/kainwolf /home/kainwolf/Documents fuse defaults,noauto,users,uid=1000,gid=1000,reconnect,follow_symlinks,comment=sshfs 0 0
    with the /etc/networkif-up.d/mountsshfs and /etc/network/if-down.d/umountsshfs scripts. In this case I get the message:
    "An error occurred while mounting kainwolf@charizard:/home/kainwolf. Press S to skip mounting or M for manual recovery"

    I am wondering if this is a bug, or if something has changed and I'm now using a deprecated method.
Working...
X