From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 14 Jul 1996 20:37:27 -0400 From: philw@plan9.bell-labs.com philw@plan9.bell-labs.com Subject: Slave buffer problem Topicbox-Message-UUID: 48e48194-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960715003727.PJ6z_ebtWcLsocX7kS14DeT-joVTqCt03WmsDfSsJyY@z> qid out of range seems to happen because an array (qbits in disk/kfs/chk.c) is too small - it does not necessarily mean the file system is bad. Try changing line 91 of chk.c to sizqbits = ((1<<18) + 7) / 8; /* botch */ phil.