From owner-freebsd-current@FreeBSD.ORG Thu Dec 25 16:57:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C1A16A4CE; Thu, 25 Dec 2003 16:57:22 -0800 (PST) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 665BB43D58; Thu, 25 Dec 2003 16:57:19 -0800 (PST) (envelope-from Alex.Kovalenko@verizon.net) Received: from RabbitsDen.RabbitsLawn.verizon.net ([138.89.12.104]) by out003.verizon.netESMTP <20031225215053.LZMR20713.out003.verizon.net@RabbitsDen.RabbitsLawn.verizon.net>; Thu, 25 Dec 2003 15:50:53 -0600 Date: Thu, 25 Dec 2003 16:50:29 -0500 From: Alexandre "Sunny" Kovalenko To: Harald Schmalzbauer Message-Id: <20031225165029.616ff450.Alex.Kovalenko@verizon.net> In-Reply-To: <200312252207.39165@harrymail> References: <200312252129.53603@harrymail> <20031225204628.GA41366@FreeBSD.org.ua> <200312252207.39165@harrymail> Organization: Home X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [138.89.12.104] at Thu, 25 Dec 2003 15:50:52 -0600 cc: freebsd-current@freebsd.org Subject: Re: RC2 and vfs.usermount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 00:57:22 -0000 On Thu, 25 Dec 2003 22:07:34 +0100 Harald Schmalzbauer wrote: > It is. It's a nfs mountpoint, but I also tried another one on the local hard > disk owned by the user. No difference. It just doesn't work and I have no > idea why :( > > -Harry > > > > > > > Cheers, > I am sorry if it sounds silly, but is it possible that it is already mounted? e.g.: RabbitsDen# ls -l /dev/acd0 crw-rw-r-- 1 root operator 4, 16 Dec 25 09:46 /dev/acd0 RabbitsDen# ls -l / | grep cdrom drwxr-xr-x 2 sunny wheel 512 Dec 20 17:46 cdrom RabbitsDen# sysctl vfs.usermount vfs.usermount: 1 RabbitsDen# su - sunny sunny:RabbitsDen>mount /cdrom sunny:RabbitsDen>mount /dev/ad0s2a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s1 on /C (ntfs, local, read-only) linprocfs on /usr/compat/linux/proc (linprocfs, local) /dev/acd0 on /cdrom (cd9660, local, nodev, nosuid, read-only, mounted by sunny) sunny:RabbitsDen>mount /cdrom cd9660: /dev/acd0: Operation not permitted sunny:RabbitsDen> -- Alexandre "Sunny" Kovalenko.