From owner-freebsd-fs@FreeBSD.ORG Thu Feb 22 19:12:27 2007 Return-Path: X-Original-To: freebsd-fs@FreeBSD.ORG Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4463316A403 for ; Thu, 22 Feb 2007 19:12:27 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id CB5CC13C4A3 for ; Thu, 22 Feb 2007 19:12:26 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 68152 invoked by uid 2001); 22 Feb 2007 19:12:22 -0000 Date: Thu, 22 Feb 2007 13:12:22 -0600 From: "Rick C. Petty" To: freebsd-fs@FreeBSD.ORG Message-ID: <20070222191222.GA65105@keira.kiwi-computer.com> References: <45DDAE70.8010508@alpha-tierchen.de> <200702221539.l1MFd0Vr075915@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702221539.l1MFd0Vr075915@lurza.secnetix.de> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: The patch delete no umount eject flash disk freebsd panic X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 19:12:27 -0000 On Thu, Feb 22, 2007 at 04:39:00PM +0100, Oliver Fromme wrote: > Recently I had an idea to solve (or work around) the problem > in a completely different way, using FUSE. FUSE has other issues tho, in particular: security. It doesn't implement a good security model; the use who mounts gets treated like root, AFAIK. Which is fine for things like FAT32, but not so fine for NTFS, UFS, AFS, or anything with a decent ACL model. -- Rick C. Petty