From owner-freebsd-multimedia Wed Aug 2 13:35:10 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from zippy.osd.bsdi.com (zippy.osd.bsdi.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 10F5D37BB1A for ; Wed, 2 Aug 2000 13:35:09 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id NAA01761; Wed, 2 Aug 2000 13:34:39 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: Theo van Klaveren Cc: jakob.alvermark@teligent.se, freebsd-multimedia@FreeBSD.ORG Subject: Re: ANNOUNCEMENT: Test version of AudioFS (fwd) In-reply-to: Your message of "Wed, 02 Aug 2000 14:21:55 +0200." Date: Wed, 02 Aug 2000 13:34:39 -0700 Message-ID: <1758.965248479@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > No, that's correct behaviour: AudioFS is not exportable. I don't know > diddly-squat about NFS or exporting filesystems. Any patches would be > greatly appreciated. Not so very hard - just include a function to map a vnode pointer to a file handle. Most of the existing filesystems (including the iso9660 filesystem you undoubtedly based audiofs on) implement a foo_vptofh() function which you can very likely clone. Look at msdosfs_vptofh() in /sys/msdosfs/msdosfs_vfsops.c for one simple example. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message