From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] vacfs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Fri, 6 Feb 2004 19:43:43 -0700 Topicbox-Message-UUID: d0008908-eacc-11e9-9e20-41e7f4b1d025 On Fri, 6 Feb 2004, ron minnich wrote: > I use the scripts in /sys/src/cmd/venti to dump some scores, take the text > score and dump it into a file in binary, verify with xd that it really > looks right (it would get a different error if it were a bad score, I > tested this) and run vacfs and ... get the vfsOpen: fatal error: short > read good old acid -l truss. Oops. Looks like I misread the source: vacfs is trying to read 44 bytes, which I assume is non-binary. foolish me! OK, back to work :-) ron