From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Sharp Subject: nfs exporting my stacked fs Date: Wed, 28 May 2003 14:57:54 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20030528215754.GA2336@ccpu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from covad-netfall.meer.net ([209.157.145.14]:60374 "EHLO eviltwins") by vger.kernel.org with ESMTP id S261216AbTE1Voi (ORCPT ); Wed, 28 May 2003 17:44:38 -0400 Received: from andy by eviltwins with local (Exim 3.35 #1 (Debian)) id 19L8vi-0000dm-00 for ; Wed, 28 May 2003 14:57:54 -0700 To: linux-fsdevel@vger.kernel.org Content-Disposition: inline List-Id: linux-fsdevel.vger.kernel.org I could use some help getting my stacked (I guess that's the term d' jour) file system to be nfs exported/mounted. From reading the code, it seems that my file system either has to require a device, it doesn't, or it has to have some sort of FSID (the call to nfsctl_export() is failing), only I can't seem to figure out how to accomplish that. I tried to go through the mountd source, but came up empty. What did I miss? TIA, a