Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2003 18:06:53 +0300
From:      Zherdev Anatoly <tolyar@mx.ru>
To:        freebsd-current@FreeBSD.ORG
Subject:   Problem with fsck on -current and ufs1
Message-ID:  <20030321180653.520b1ea5.tolyar@mx.ru>

next in thread | raw e-mail | index | archive | help
I try make fsck under -current for ufs1 file system (created under
-stable) and fsck print out this:


>fsck -y /dev/ad0s1a
fsck: exec /usr/sbin/fsck_4.2BSD for /dev/ad0s1a: No such file or
directory

fsck search /usr/sbin/fsck_4.2BSD , but system has only /sbin/fsck_4.2bsd

Need change 
pathnames.h:#define _PATH_USRSBIN       "/usr/sbin"
or need install fsck's to /usr/sbin

and need fsck_4.2BSD instead fsck_4.2bsd (or may be both)



---
Zherdev Anatoly.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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