Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 1999 15:46:25 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        des@yes.no (Dag-Erling Smorgrav)
Cc:        scsi@FreeBSD.ORG
Subject:   Re: weird swapinfo(8) report
Message-ID:  <199905252146.PAA05406@panzer.plutotech.com>
In-Reply-To: <xzphfp0vosz.fsf@des.follo.net> from Dag-Erling Smorgrav at "May 25, 1999 11:10:04 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote...
> As shown below, one of my servers reports one of its swap partitions
> as od0b:
> 
> root(yeshs-4)--# uname -a
> FreeBSD yeshs-4.yes.no 3.1-19990505-STABLE FreeBSD 3.1-19990505-STABLE #1: Wed May 19 05:11:30 CEST 1999     root@yeshs-4.yes.no:/usr/src/sys/compile/YESHS  i386
> root(yeshs-4)--# swapinfo
> Device      1K-blocks     Used    Avail Capacity  Type
> /dev/od0b      524288        0   524160     0%    Interleaved
> /dev/da1b      524288        0   524160     0%    Interleaved
> /dev/da2b      524288        0   524160     0%    Interleaved
> Total         1572480        0  1572480     0%

That probably isn't a SCSI or CAM problem, it's a problem somewhere else in
the system I'd imagine.  CAM has little idea about partitions, other than
calling the slice code to read the disklabel.  It certainly doesn't
know anything about swap..

Here's what I get on a -current box:

{thunderdome:/usr/home/ken:1:0} uname -a
FreeBSD thunderdome.plutotech.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat May 22 19:13:26 MDT 1999     ken@panzer.plutotech.com:/usr/home/ken/perforce/cam/sys/compile/thunderdome  i386
{thunderdome:/usr/home/ken:2:0} pstat -s
Device      1K-blocks     Used    Avail Capacity  Type
/dev/(null)    204672        0   204672     0%    Interleaved

Ken
-- 
Kenneth Merry
ken@plutotech.com


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?199905252146.PAA05406>