Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 14:07:27 +0100
From:      Christoph Hoffmann <christoph.hoffmann@biff.ch>
To:        FreeBSD Current <freebsd-current@FreeBSD.ORG>
Subject:   Re: freebsd7 and mdconfig -l -u oddity
Message-ID:  <84EDBBF0-9978-429A-94A9-F34349516325@biff.ch>
In-Reply-To: <20071121103211.GA3190@passion.hsins.com>
References:  <20071121103211.GA3190@passion.hsins.com>

next in thread | previous in thread | raw e-mail | index | archive | help
as request the quick check:

(o) 8.0-CURRENT
---------------
# mdconfig -l -u 1 ; echo $?
255


(o) 7.0-BETA3
-------------
# mdconfig -l -u 1 ; echo $?
0

(o) 6.2-STABLE
--------------
# mdconfig -l -u 1 ; echo $?
mdconfig: ioctl(/dev/mdctl): No such file or directory
1

Regards,

Christoph



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84EDBBF0-9978-429A-94A9-F34349516325>