Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 08:47:45 GMT
From:      Rob <spamrefuse@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/87651: fsck (on superblock error) tells wrong man page reference
Message-ID:  <200510190847.j9J8ljFh003096@www.freebsd.org>
Resent-Message-ID: <200510190850.j9J8oFwK043364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87651
>Category:       misc
>Synopsis:       fsck (on superblock error) tells wrong man page reference
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 08:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rob
>Release:        5-Stable
>Organization:
>Environment:
FreeBSD surf3 5.4-STABLE FreeBSD 5.4-STABLE #0:
Fri Oct 14 17:11:00 KST 2005
rob@surf3:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
When fsck encounters a superblock error, it
says:
----------------------------------------
SEARCH FOR ALTERNATE SUPER-BLOCK FAILED.
YOU MUST USE THE -b OPTION TO FSCK TO SPECIFY
THE LOCATION OF AN ALTERNATE SUPER-BLOCK TO
SUPPLY NEEDED INFORMATION; SEE fsck(8).
----------------------------------------

But referring to "fsck(8)" is wrong (there
is no -b option !!).
Instead this should be changed into
 "fsck_ffs(8)".

>How-To-Repeat:

-0-
>Fix:
In src/sbin/fsck_ffs/setup.c , line 197
change
   SEE fsck(8)
into
   SEE fsck_ffs(8)

>Release-Note:
>Audit-Trail:
>Unformatted:



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