Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 1996 20:04:00 +0400 (MSD)
From:      =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) <ache@astral.msk.su>
To:        mbartley@lear35.cytex.com (Matt Bartley)
Cc:        current@freebsd.org
Subject:   Re: procfs doesn't mount w/ new kernel
Message-ID:  <199605141604.UAA00233@astral.msk.su>
In-Reply-To: <199605141434.HAA00169@lear35.cytex.com> from "Matt Bartley" at "May 14, 96 07:34:21 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > Just built a new kernel and suddenly I get:
> > 
> > mount /proc   or mount -a -t procfs
> > 
> > procfs> argv[0] must end in _fsname.
> 

Workaround:

mount.c

	char buf[100];
...
	sprintf(buf, "mount_%s", vfstype);
	argv[argc++] = buf;

-- 
Andrey A. Chernov        : And I rest so composedly,  /Now, in my bed,
ache@astral.msk.su       : That any beholder  /Might fancy me dead -
http://dt.demos.su/~ache : Might start at beholding me,  /Thinking me dead.
RELCOM Team,FreeBSD Team :         E.A.Poe         From "For Annie" 1849



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