From owner-freebsd-fs Mon May 8 9:47:40 2000 Delivered-To: freebsd-fs@freebsd.org Received: from cs.columbia.edu (cs.columbia.edu [128.59.16.20]) by hub.freebsd.org (Postfix) with ESMTP id 1696F37B7CD; Mon, 8 May 2000 09:47:37 -0700 (PDT) (envelope-from ezk@shekel.mcl.cs.columbia.edu) Received: from shekel.mcl.cs.columbia.edu (shekel.mcl.cs.columbia.edu [128.59.18.15]) by cs.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA09331; Mon, 8 May 2000 12:47:35 -0400 (EDT) Received: (from ezk@localhost) by shekel.mcl.cs.columbia.edu (8.9.3/8.9.3) id MAA17284; Mon, 8 May 2000 12:47:34 -0400 (EDT) Date: Mon, 8 May 2000 12:47:34 -0400 (EDT) Message-Id: <200005081647.MAA17284@shekel.mcl.cs.columbia.edu> From: Erez Zadok To: Kris Kennaway Cc: Erez Zadok , freebsd-fs@FreeBSD.org Subject: Re: announcing stackable file system templates and code generator In-reply-to: Your message of "Sun, 07 May 2000 01:13:56 PDT." Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message , Kris Kennaway writes: > On Sun, 7 May 2000, Kris Kennaway wrote: > > > Oops, I should have waited a few moments before replying. It was actually > > pretty easy to fix - #include just needs to be added to the > > headers. > > Okay, next problem. I'm trying to play with the sample filesystems by > using them on a vn, but it doesnt seem to be working. For example, the > rot13fs KLD loads fine and I can mount it on my vn partition, but it gives > the wrong disk size, and the mountpoint turns into a character-special > device: > > df -k returns: > > /dev/vn1c 99183 80330 10919 88% /mnt > > crw-r----- 1 root operator 43, 10 May 7 01:00 /mnt > > The backing store in this case was a 30M file. > > Any ideas? Could this have something to do with the removal of block > devices? > > Kris > > P.S. aclfs seems to have an #if 0'd section which prevents the KLD from > loading: aclfs_decode_block is defined out in subr.c, but referenced from > elsewhere in the code. > > ---- > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe Kris, I'll take a look at all these problems. Which version of FreeBSD were you trying? I've not tried 5.0 yet; I don't even have an installed machine for it. To port my templates to 5.0 properly, I'll have to check for any VFS changes b/t 4.0 and 5.0. (I'm surprised, but pleased, that it seems to work somehow.) BTW, can you send me a small patch for the fixes to get 5.0 working? Thanks, Erez. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message