Re: Auto-mounting sshfs from /etc/fstab

2012-09-06 Thread OriS
been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! Have you tried running sshfs from cron? eg. run crontab -e as a regular user and add: @reboot /usr/local/bin/sshfs remotehost: $HOME/mnt/remote Note

Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread OriS
Hello all, I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! I'm on 9.1-PR amd64 and I've installed Fuse and sshfs, I have enabled Fuse in rc.conf and I can see /dev/fuse. Furthermore, using sshfs from

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread andrew clarke
On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! Have you tried running sshfs from cron? eg. run crontab -e

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Polytropon
On Thu, 6 Sep 2012 07:43:38 +1000, andrew clarke wrote: On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Elias Chrysocheris
In the past I wanted to do so in my system. I had one server called pluto and I wanted to sshfs one directory from my laptop. The first thing I had to do was to make passwordless ssh from my laptop to the server (there are a lot of pages in the internet to explain how to do this, so I

Install Fuse-SSHFS from ports or from Fuse Website Project ?

2010-06-16 Thread Alexandre L.
Hi, I want to use Fuse-SSHFS http://www.freshports.org/sysutils/fusefs-sshfs/ but the port is old (and it got a Sanity Test Failure). When I go to the website of the project Fuse http://sourceforge.net/projects/fuse/ , there is a more recent version fuse-2.8.4.tar.gz and available

sshfs, nfs, etc. on FreeBSD

2010-01-08 Thread Nerius Landys
sufficient read permissions, I'd like to run some files in the home directories through a log file parser that I wrote. Now I'm not a really big fan of NFS. I've just heard about sshfs. Is this a recommended way to go? If so, is there any official documentation on how to get sshfs going

Re: sshfs, nfs, etc. on FreeBSD

2010-01-08 Thread Steve Bertrand
, and then, assuming my user has sufficient read permissions, I'd like to run some files in the home directories through a log file parser that I wrote. Now I'm not a really big fan of NFS. I've just heard about sshfs. Perhaps it would make it easier to understand if you stated *why* you

Re: sshfs, nfs, etc. on FreeBSD

2010-01-08 Thread Steve Bertrand
on the other server, and then, assuming my user has sufficient read permissions, I'd like to run some files in the home directories through a log file parser that I wrote. Now I'm not a really big fan of NFS. I've just heard about sshfs. Perhaps it would make it easier to understand if you

Re: fusefs-sshfs

2009-08-27 Thread Roald de Vries
Dear Patrick, I'm running 7.1; I have /dev/fuse0. How did you do it? Roald On Aug 27, 2009, at 4:55 AM, patrick wrote: Which version of FreeBSD are you running? I just installed sshfs on 7.2, and while I didn't get it working right away, I did eventually do it. Do you have /dev/fuse0

Re: fusefs-sshfs

2009-08-20 Thread Roald de Vries
Dear Chris, Thanks for your reply. I've tried the absolute path as well, but no success :-(. Any other suggestions? Kind regards, Roald On Aug 18, 2009, at 10:17 AM, chris scott wrote: 2009/8/17 Roald de Vries r...@roalddevries.nl Dear all, I've installed fusefs-sshfs, and added

Re: fusefs-sshfs

2009-08-18 Thread chris scott
2009/8/17 Roald de Vries r...@roalddevries.nl Dear all, I've installed fusefs-sshfs, and added fusefs_enable=YES to rc.conf. During startup, I see fusefs being started, but when I do: sshfs remote:~ /media/remote, I get fuse: failed to open fuse device: No such file or directory. Any idea

Re: fusefs-sshfs

2009-08-18 Thread Roald de Vries
: Dear all, I've installed fusefs-sshfs, and added fusefs_enable=YES to rc.conf. During startup, I see fusefs being started, but when I do: sshfs remote:~ /media/remote, I get fuse: failed to open fuse device: No such file or directory. Any idea why? Thanks in advance. Kind regards, Roald

Re: fusefs-sshfs

2009-08-18 Thread Chad Perrin
On Mon, Aug 17, 2009 at 11:15:16PM +0200, Roald de Vries wrote: Dear all, I've installed fusefs-sshfs, and added fusefs_enable=YES to rc.conf. During startup, I see fusefs being started, but when I do: sshfs remote:~ /media/remote, I get fuse: failed to open fuse device: No such file

fusefs-sshfs

2009-08-17 Thread Roald de Vries
Dear all, I've installed fusefs-sshfs, and added fusefs_enable=YES to rc.conf. During startup, I see fusefs being started, but when I do: sshfs remote:~ /media/remote, I get fuse: failed to open fuse device: No such file or directory. Any idea why? Thanks in advance. Kind regards, Roald

Re: fusefs-sshfs

2009-08-17 Thread Adam Vande More
On Mon, Aug 17, 2009 at 4:15 PM, Roald de Vries r...@roalddevries.nl wrote: Dear all, I've installed fusefs-sshfs, and added fusefs_enable=YES to rc.conf. During startup, I see fusefs being started, but when I do: sshfs remote:~ /media/remote, I get fuse: failed to open fuse device

automount and sshfs

2009-06-19 Thread Michael Grant
sshfs is a file system that lets you mount a remote ftp dir on a directory using fuse. I have it working fine on freebsd. Instead of using the mount command to mount the fs, it's mounted by running the sshfs command. Is there some generic thing like amd that is not NFS specific that I could use

sshfs

2009-05-08 Thread Antonio Tommasi
Hi to all, I'm trying to use sshfs on freebsd 7.1 box After i've installed port (ls /var/db/pkg|grep fuse fusefs-kmod-0.3.9.p1.20080208_5 fusefs-libs-2.7.4 fusefs-sshfs-2.2 ) i run command sshfs u...@host:/ /mnt/test/ and after inser password for host i've this message fuse: failed to open

Re: sshfs

2009-05-08 Thread Mel Flynn
On Friday 08 May 2009 10:18:40 Antonio Tommasi wrote: fuse: failed to open fuse device: No such file or directory Where is the problem There's no fuse device. Read the pkg-message again (fuse_enable in rc.conf and start fuse service - too rusty on the exact fuse* variable name). -- Mel

Re: sshfs

2009-05-08 Thread Pietro Cerutti
On Fri, 08 May 2009, Antonio Tommasi antonio.tomm...@unile.it wrote: Hi to all, Hi Antonio, I'm trying to use sshfs on freebsd 7.1 box After i've installed port (ls /var/db/pkg|grep fuse fusefs-kmod-0.3.9.p1.20080208_5 fusefs-libs-2.7.4 fusefs-sshfs-2.2 ) i run command sshfs u...@host

sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
I have installed fusefs-sshfs. I tried this: sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub fuse: failed to open fuse device: No such file or directory sshfs has no manual page, just sshfs -h but it did not help. I could not find useful information in the archives. I have tried

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Mel
On Friday 31 August 2007 22:34:01 Laszlo Nagy wrote: I have installed fusefs-sshfs. I tried this: sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub fuse: failed to open fuse device: No such file or directory but I do not have a kernel module for fusefs (why not???), so I cannot

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
Make sure your dependencies are correct: $ ls /var/db/pkg|grep fuse fusefs-kmod-0.3.9.p1 fusefs-libs-2.7.0_1 fusefs-sshfs-1.8 Same here. :-) It should have been installed automatically. Not sure why it didn't. My mistake. I did not add fusefs_enable=YES to rc.conf, because I installed

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Mel
On Friday 31 August 2007 23:09:33 Laszlo Nagy wrote: neptunus# sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/pub fuse: bad mount point `/usr/fileshare/pub': Bad file descriptor neptunus# ls -l /usr/fileshare/ ls: pub: Bad file descriptor total 22 This is interesting. Now I have

Re: sshfs - fuse: failed to open fuse device: No such file or directory

2007-08-31 Thread Laszlo Nagy
/fileshare/mnt sshfs [EMAIL PROTECTED]:/usr/fileshare/pub /usr/fileshare/mnt (assuming /usr/fileshare/pub is a directory on server fileshare) things should work correctly. I do hope fileshare isn't the local machine, cause then you're mounting the directory on itself using ssh/fuse..eew, messy

fusefs-sshfs compilation error

2007-08-17 Thread Dave
Hello, I'm running 6.2 with a ports tree cvsupped and kernel sources from about half an hour ago. I'm trying to install the sysutils/fusefs-sshfs port. During the compilation of the dependency fusefs-kmod i am getting an error that opt_global.h file can not be found and compilation stops

Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
sources to build modules but use an old kernel itself. I'm trying to install the sysutils/fusefs-sshfs port. During the compilation of the dependency fusefs-kmod i am getting an error that opt_global.h file can not be found and compilation stops. You didn't show the platform. The output of uname

Re: fusefs-sshfs compilation error

2007-08-17 Thread Andy Greenwood
not a good idea use a recent kernel sources to build modules but use an old kernel itself. I'm trying to install the sysutils/fusefs-sshfs port. During the compilation of the dependency fusefs-kmod i am getting an error that opt_global.h file can not be found and compilation stops. You didn't

Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
. - Original Message - From: Boris Samorodov [EMAIL PROTECTED] To: Dave [EMAIL PROTECTED] Cc: freebsd-questions@freeBSD.org Sent: Friday, August 17, 2007 9:35 AM Subject: Re: fusefs-sshfs compilation error On Fri, 17 Aug 2007 06:26:15 -0400 Dave wrote: I'm running 6.2

Re: fusefs-sshfs compilation error

2007-08-17 Thread Boris Samorodov
Sorry All, this is a message for Dave. Dave, there is a problem to send an email message to your address (I'm not sure if it is a problem of my provider or yours but the problem exists): - Aug 18 00:20:33 bsam sendmail[1292]: l7HKKLkj001292: to=Dave [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: fusefs-sshfs fails to compile

2007-05-01 Thread Tom Evans
On Thu, 2007-04-26 at 17:16 -0600, Chad Perrin wrote: I'm not sure why, but fusefs-sshfs refuses to compile on a Thinkpad R52 running FreeBSD 6.2-RELEASE. I get the following when I try (watch the line wrap after -qa on the second line): Stop in /usr/ports/sysutils/fusefs-sshfs

fusefs-sshfs fails to compile

2007-04-26 Thread Chad Perrin
I'm not sure why, but fusefs-sshfs refuses to compile on a Thinkpad R52 running FreeBSD 6.2-RELEASE. I get the following when I try (watch the line wrap after -qa on the second line): Stop in /usr/ports/sysutils/fusefs-sshfs. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp

GBDE on top of SSHFS (on top of rsync.net)

2006-09-25 Thread Arone Silimantia
I am successfully using sshfs with my offsite backup provider, rsync.net. I used these instructions: http://www.rsync.net/resources/howto/freebsd_sshfs.html and have my remote filesystem mounted locally. I decided that I would like to create a 4 GB GBDE image and place it on the mounted

Re: help needed - GBDE mounts on top of FUSE sshfs (fails)

2006-03-28 Thread Christian Laursen
Ensel Sharon [EMAIL PROTECTED] writes: Any comments ? I really want an offsite encrypted volume. I have the offsite from rsync.net, and the transport is encrypted via sshfs, but I am paranoid and do not want them (or anyone) to see the contants, so I want to just upload a single 2gig file

Re: help needed - GBDE mounts on top of FUSE sshfs (fails)

2006-03-28 Thread Ensel Sharon
On Tue, 28 Mar 2006, Christian Laursen wrote: Ensel Sharon [EMAIL PROTECTED] writes: Any comments ? I really want an offsite encrypted volume. I have the offsite from rsync.net, and the transport is encrypted via sshfs, but I am paranoid and do not want them (or anyone) to see

Re: help needed - GBDE mounts on top of FUSE sshfs (fails)

2006-03-28 Thread Christian Laursen
Ensel Sharon [EMAIL PROTECTED] writes: On Tue, 28 Mar 2006, Christian Laursen wrote: Ensel Sharon [EMAIL PROTECTED] writes: You could probably use geom_gate for it and forward the connection from the local ggatec to the remote ggated via your ssh connection. Can you elaborate, or point me

help needed - GBDE mounts on top of FUSE sshfs (fails)

2006-03-27 Thread Ensel Sharon
Hi, I have posted this before on -questions and -hackers, and gotten no response. Basically, I have remote storage that I can access over ssh (from rsync.net, who I _love_) and I use sshfs in FreeBSD 6.0 ports tree to mount my filesystem locally. I followed this FreeBSD sshfs tutorial: http