From starkhome!gene@sbstark.cs.sunysb.edu  Mon Nov 14 06:07:11 1994
Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id GAA29820 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 1994 06:07:10 -0800
Received: from starkhome.UUCP (root@localhost) by sbstark.cs.sunysb.edu (8.6.9/8.6.9) with UUCP id JAA07529 for FreeBSD-gnats-submit@freebsd.org; Mon, 14 Nov 1994 09:05:16 -0500
Received: by starkhome.cs.sunysb.edu (8.6.9/1.34)
	id IAA05347; Mon, 14 Nov 1994 08:57:09 -0500
Message-Id: <199411141357.IAA05347@starkhome.cs.sunysb.edu>
Date: Mon, 14 Nov 1994 08:57:09 -0500
From: starkhome!gene@sbstark.cs.sunysb.edu (Gene Stark)
Reply-To: starkhome!gene@sbstark.cs.sunysb.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: "mount -t foo /dev/wd1h /mnt" gives incorrect error message
X-Send-Pr-Version: 3.2

>Number:         17
>Category:       bin
>Synopsis:       "mount -t foo /dev/wd1h /mnt" gives incorrect error message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    core
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 06:10:03 1994
>Closed-Date:    Sun Mar 3 00:35:32 PST 1996
>Last-Modified:  Tue Nov 27 18:41:03 PST 2001
>Originator:     Gene Stark
>Release:        FreeBSD 2.0.1-Development i386
>Organization:
>Environment:

>Description:

If you type "mount -t foo /dev/wd1 /mnt" then you get an error
message:

	/usr/sbin/mount_foo for /mnt: No such file or directory

In fact, the message should refer to /sbin/mount_foo

>How-To-Repeat:

	mount -t foo /dev/wd1h /mnt

>Fix:
	
Change the compiled-in pathname.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sun Mar 3 00:35:32 PST 1996 
State-Changed-Why:  
This isn't really a bug so much as it's just a slightly confusing 
error message (mount looks *also* in /usr/sbin if it can't find it 
in /sbin, so it's reporting a failure for the last path checked). 
Fixed. 
>Unformatted:


