Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2011 04:06:12 +1100 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        John Baldwin <jhb@freebsd.org>
Cc:        freebsd-fs@freebsd.org, Roy Stuivenberg <roycs@upcmail.nl>
Subject:   Re: kernel: deget(): pcbmap returned 6
Message-ID:  <20111123035718.I10311@besplex.bde.org>
In-Reply-To: <201111220819.49067.jhb@freebsd.org>
References:  <1321858172.48792.12.camel@shadenet.roycs.nl> <201111220819.49067.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Nov 2011, John Baldwin wrote:

> On Monday, November 21, 2011 1:49:32 am Roy Stuivenberg wrote:
>> Hello,
>>
>> I'm running FreeBSD 8.2 stable amd64
>>
>> uname -a :
>> FreeBSD shadenet.roycs.nl 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Nov 17
>> 16:54:43 CET 2011
>> dhondub@shadenet.roycs.nl:/usr/obj/usr/src/sys/GENERIC-ROYCS  amd64
>>
>> I found this error msg in tail -f /var/log/messages
>>
>> kernel: deget(): pcbmap returned 6
>
> [ Moving to freebsd-fs@]
>
> This is from a printf in msdosfs.  I'm not sure what it means, but I've moved
> the e-mail to fs@ in case someone there knows.

kib@ just ifdefed it out, so we will never know :-).

6 is ENXIO, which is bogus unless the device went away.  It can only be
returned from pcbmap() for a bread() failure.

Bruce



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