From owner-freebsd-hackers Sat Jul 17 19:36:38 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id E1C6A14C28; Sat, 17 Jul 1999 19:36:36 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id TAA88346; Sat, 17 Jul 1999 19:36:36 -0700 (PDT) (envelope-from dillon) Date: Sat, 17 Jul 1999 19:36:36 -0700 (PDT) From: Matthew Dillon Message-Id: <199907180236.TAA88346@apollo.backplane.com> To: "Brian F. Feldman" Cc: "David E. Cross" , freebsd-hackers@FreeBSD.ORG Subject: Re: USFS (User Space File System) References: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> : :> : Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ :> : green@FreeBSD.org _ __ ___ | _ ) __| \ :> :> Actually, it isn't quite. All the portal filesystem will allow you :> to do is pass back a descriptor. It does not allow you to simulate :> a filesystem. : :Maybe I didn't read the original e-mail that well. But with descriptors, :can't you fork off individual handlers for each fd? Make a user-land FS :that way? I never investigated it, except noticing the neat things it does :with the portal daemon. :... : Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ No, you can't. All you can do is return a file descriptor. It can be a pipe, of course, but that's still nowhere near what you need to simulate a filesystem. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message