From owner-freebsd-questions@FreeBSD.ORG Wed Sep 5 21:43:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 798C4106564A for ; Wed, 5 Sep 2012 21:43:41 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from icp-osb-irony-out2.external.iinet.net.au (icp-osb-irony-out2.external.iinet.net.au [203.59.1.218]) by mx1.freebsd.org (Postfix) with ESMTP id E23698FC16 for ; Wed, 5 Sep 2012 21:43:40 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnAJAFHGR1B8lJvv/2dsb2JhbABFhRy0fQSBCoEHgiABAQQBOj8FCwsNAzYUGDETiAcFunaLW4UbYAOVWIVNNYoZgnU X-IronPort-AV: E=Sophos;i="4.80,376,1344182400"; d="scan'208";a="30611747" Received: from unknown (HELO smtp.phoenix) ([124.148.155.239]) by icp-osb-irony-out2.iinet.net.au with ESMTP; 06 Sep 2012 05:43:38 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 2C2D727E; Thu, 6 Sep 2012 07:43:38 +1000 (EST) Date: Thu, 6 Sep 2012 07:43:38 +1000 From: andrew clarke To: OriS Message-ID: <20120905214338.GA9567@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: Auto-mounting sshfs from /etc/fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 21:43:41 -0000 On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.freebsd@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" as a regular user and add: @reboot /usr/local/bin/sshfs remotehost: $HOME/mnt/remote Note: Untested.