From owner-freebsd-stable@FreeBSD.ORG Fri Jun 30 16:35:21 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E96C616A5A8 for ; Fri, 30 Jun 2006 16:35:21 +0000 (UTC) (envelope-from yurtesen-dated-1152549323.b3fba4@ispro.net.tr) Received: from smtp.ispro.net.tr (smtp.ispro.net.tr [62.244.220.178]) by mx1.FreeBSD.org (Postfix) with SMTP id BD2F543D90 for ; Fri, 30 Jun 2006 16:35:20 +0000 (GMT) (envelope-from yurtesen-dated-1152549323.b3fba4@ispro.net.tr) Received: (qmail 27619 invoked by uid 89); 30 Jun 2006 16:35:24 -0000 Received: from [192.168.1.132] (joke1.ispro.net.tr [87.251.0.59]) by localhost.my.domain (tmda-ofmipd) with ESMTP; Fri, 30 Jun 2006 19:35:20 +0300 (EEST) Message-ID: <44A552BE.2070707@ispro.net.tr> Date: Fri, 30 Jun 2006 19:35:10 +0300 User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: fcash-ml@sd73.bc.ca References: <44A54EA2.3080504@ispro.net.tr> <53922.192.168.0.10.1151685032.squirrel@webmail.sd73.bc.ca> In-Reply-To: <53922.192.168.0.10.1151685032.squirrel@webmail.sd73.bc.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: Evren Yurtesen X-Primary-Address: yurtesen@ispro.net.tr Cc: stable@freebsd.org Subject: Re: vfs.usermount seem to have no effect... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 16:35:22 -0000 Freddie Cash wrote: > On Fri, June 30, 2006 9:17 am, Evren Yurtesen wrote: >> I tried to let my user to mount floppy however it doesnt work...see >> below: >> >> %ls -al /dev/fd0 >> crw-rw-rw- 1 root operator 0, 98 Jun 30 18:22 /dev/fd0 %ls -al >> /mnt >> total 4 drwxrwxrwx 2 root wheel 512 May 1 2005 . drwxr-xr-x 20 >> root wheel 512 Jun 30 18:21 .. %mount /dev/fd0 /mnt >> mount: /dev/fd0: Operation not permitted >> %sysctl -a | grep vfs.usermount >> vfs.usermount: 1 >> %uname -a >> FreeBSD perpetual.my.domain 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun >> 23 >> 20:07:07 EEST 2006 >> yurtesen@perpetual.my.domain:/usr/obj/usr/src/sys/PERPETUAL i386 >> % > > Please see the FAQ entry for this: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT > You're missing the last bit. :) I already checked it... I have vfs.usermount=1 and 666 mode on /dev/fd0 What am I missing? :) Can you tell the exact point? Thanks, Evren