Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 19:50:19 GMT
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/89083: vfs.usermount works - _sometimes_.
Message-ID:  <200511151950.jAFJoJwE093443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/89083; it has been noted by GNATS.

From: Maxim Konovalov <maxim@macomnet.ru>
To: "trasz <" <trasz@pin.if.uz.zgora.pl>
Cc: bug-followup@freebsd.org
Subject: Re: kern/89083: vfs.usermount works - _sometimes_.
Date: Tue, 15 Nov 2005 22:46:34 +0300 (MSK)

 On Tue, 15 Nov 2005, 19:26-0000, trasz < wrote:
 
 > >Description:
 > After setting vfs.usermount=1 and configuring things the usual way
 > (setting the owner of device and mount point), attempt to mount results
 > in EPERM - unless the device has been successfully (as root) mounted
 > (and unmounted) before.
 >
 > >How-To-Repeat:
 > Configure usermount as described in FreeBSD GNOME FAQ.  Try to mount.
 > Su(8) to root, mount and unmount.  Go back to your unpriviledged account,
 > try to mount.
 
 What's exactly you mount?  Try to load a corresponded kernel module
 before mount.  E.g for cd9660:
 
 As super-user:
 
 # kldload cd9660.ko
 
 Then as unprivileded user:
 
 $ mount /cdrom
 
 -- 
 Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511151950.jAFJoJwE093443>