From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 14:57:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE43837B401 for ; Mon, 28 Apr 2003 14:57:11 -0700 (PDT) Received: from toole.uol.com.br (toole.uol.com.br [200.221.29.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2573A43FAF for ; Mon, 28 Apr 2003 14:57:08 -0700 (PDT) (envelope-from fallenbr@uol.com.br) Received: from 200-161-254-192.dsl.telesp.net.br ([200.161.254.192]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id SAA06749 for ; Mon, 28 Apr 2003 18:57:05 -0300 (BRT) From: Konrad Scorciapino To: freebsd-questions@freebsd.org Date: Mon, 28 Apr 2003 18:56:28 -0300 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304281856.28950.fallenbr@uol.com.br> Subject: Re: mounting on KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 21:57:12 -0000 Hi, > to mount a filesystem as user you need to change the permissions or the > owner of the device and allow usermount: > "sysctl vfs.usermount=1" > to change the owner of the device do: "chown user:group /dev/acd0" But I can mount devices properly with the console. The "Operation not permitted" error just shows up on KDE. Thanks