Date: Mon, 27 Sep 1999 08:07:10 +0800 From: Peter Wemm <peter@netplex.com.au> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-scsi@freebsd.org, freebsd-stable@freebsd.org Subject: Re: swap_pager: indefinite wait buffer Message-ID: <19990927000710.8CAF81CC4@overcee.netplex.com.au> In-Reply-To: Your message of "Fri, 24 Sep 1999 11:15:38 -0300." <Pine.BSF.4.10.9909241114220.507-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The Hermit Hacker wrote: > > I'm assuming a bad drive here, but any way of determining whch based on > the 'device' entry? > > Sep 24 04:22:07 hub /kernel: swap_pager: indefinite wait buffer: device: 0x20 439 > , blkno: 2704, size: 4096 Major 4, minor 0x20039 The bit layout is: 0xmmmmMMmm where 'm' is a part of the minor, M = major. Yes, there is a hole in the minor. Here's an example, you'll have to search for it in full. 0 brw-r----- 1 root operator 4, 0x0002001a Feb 20 1999 /dev/da3s1 Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990927000710.8CAF81CC4>