From mi@aldan.ziplink.net  Wed Apr 16 22:35:17 1997
Received: from aldan.ziplink.net (aldan.ziplink.net [199.232.255.49])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA09395
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Apr 1997 22:35:13 -0700 (PDT)
Received: (from mi@localhost)
	by aldan.ziplink.net (8.8.5/8.8.5) id BAA00414;
	Thu, 17 Apr 1997 01:31:11 -0400 (EDT)
Message-Id: <199704170531.BAA00414@aldan.ziplink.net>
Date: Thu, 17 Apr 1997 01:31:11 -0400 (EDT)
From: Mikhail Teterin <mi@aldan.ziplink.net>
Reply-To: mi@aldan.ziplink.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: mount_cd9660 gives erroenous errors
X-Send-Pr-Version: 3.2

>Number:         3311
>Category:       bin
>Synopsis:       If non-root tries to mount CD, mount says CD9660 not available
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 22:40:01 PDT 1997
>Closed-Date:    Sun Aug 24 11:00:33 MEST 1997
>Last-Modified:  Sun Aug 24 11:02:20 MEST 1997
>Originator:     Mikhail Teterin
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
Virtual Estates, Inc.
>Environment:


>Description:

	Instead of telling the user he/she must be root to execute mount,
	mount says "cd9660 is not available"

>How-To-Repeat:

As non root do:
	mount /cdrom # or whatever your CD mount-point is

>Fix:
	
	echo !! | su
>Release-Note:
>Audit-Trail:

From: j@uriah.heep.sax.de (J Wunsch)
To: mi@aldan.ziplink.net
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: bin/3311: mount_cd9660 gives erroenous errors
Date: Fri, 18 Apr 1997 01:15:58 +0200

 As Mikhail Teterin wrote:
 
 > >Description:
 > 
 > 	Instead of telling the user he/she must be root to execute mount,
 > 	mount says "cd9660 is not available"
 
 You didn't go into much details, but i think the mount command is
 correct in this case.  It's probably that it failed to modload the
 cd9660 LKM, and thus indeed, the cd9660 filesystem is not available.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Aug 24 11:00:33 MEST 1997 
State-Changed-Why:  

The error message looks correct since the normal user couldn't modload 
the cd9660 filesystem, and it was not statically compiled in.  If you 
wanna allow your users to mount something yourself, it's your 
obligation to establish the prerequisites.  As such, the cd9660 
filesystem was indeed not available for the user in question. 

>Unformatted:
