Date: 15 May 2002 20:55:27 +0300 From: Patrik Backlund <pbacklun@cc.hut.fi> To: freebsd-stable@FreeBSD.ORG Cc: sos@FreeBSD.ORG Subject: Re: atacontrol(8) bug or PEBKAC? Message-ID: <1021485327.66783.28.camel@bingo.tky.hut.fi> In-Reply-To: <200205151226.g4FCQo692545@lurza.secnetix.de> References: <200205151226.g4FCQo692545@lurza.secnetix.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2002-05-15 at 15:26, Oliver Fromme wrote: > Hi, > > Maybe I'm doing something wrong, but atacontrol(8) doesn't > seem to work as described in the manpage. In particular, > "atacontrol list" should print a list of ATA devices, if > I'm not mistaken. On my machine it doesn't print anything > at all: > > # atacontrol list > # > > The devices are there, though: > > # atacontrol info 2 > Master: ad4 <Maxtor 4G160J8/GAK819K0> ATA/ATAPI rev 6 > Slave: no device present > # atacontrol info 3 > Master: acd0 <24X10/P.MJ> ATA/ATAPI rev 0 > Slave: no device present I'd say a bug. atacontrol(8) seems to query the channels for parameters in order starting from ata0 and stopping at the first missing channel. In your case that would mean giving up immediately since you have no ata0. Patrik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1021485327.66783.28.camel>