From owner-freebsd-geom@FreeBSD.ORG Mon Mar 27 17:45:32 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D73016A41F; Mon, 27 Mar 2006 17:45:32 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE54643D48; Mon, 27 Mar 2006 17:45:31 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 115FD312F5; Mon, 27 Mar 2006 12:45:31 -0500 (EST) Date: Mon, 27 Mar 2006 12:45:30 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-geom@freebsd.org Subject: help needed - GBDE mounts on top of FUSE sshfs (fails) X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 17:45:32 -0000 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://www.rsync.net/resources/howto/freebsd_sshfs.html The good news is, it works great. The bad news is, I cannot create a GBDE in the mounted sshfs. Here are the details: When I place the backing-store-file (for my GBDE) on a mounted sshfs (fuse) volume, it no longer works. Specifically, when I issue command: gbde init /dev/md0 -i -L /etc/gbde/md0 and save the resulting file that opens in my editor (without making any changes, as usual), after typing in my passphrase twice, I get this error: Enter new passphrase: Reenter new passphrase: gbde: write: Input/output error # Is this expected ? Is this a specific problem with fuse-fs, or would this fail if I tried to put the backing store on any kind of other mounted abnormal filesystem ? (say an NFS mount, or another md-backed mount point) 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 and make a GBDE on it. thanks.