Hi Bill and Kallol, On Tue, 2008-03-11 at 16:46 -0400, [EMAIL PROTECTED] wrote: > Is there a way to export an NILFS object over NFS ? exportfs errors with > “/object does not support NFS export” when I attempt to include an entry > in /etc/exports for /object, which is an NILFS object … I’ve tried using > the fsid= option in the exports entry but this doesn’t seem to help ... > any info would be appreciated ... Bill
and, On Thu, 2008-03-13 at 15:52 -0400, [EMAIL PROTECTED] wrote: > Hi > > I am currrently evaluating NILFS. > > I am having trouble (remotely) mounting a NILFS volume from an NFS > client. I get a message from the server as "permission denied". I have > made my mount "world rw" accessible. > > Please let me know if you can help. Thanks you for reporting the problem! I've tracked the problem and implemented a few features needed to support nfs (exportfs), and pushed the patch to my git tree a little while ago. Could you try the latest version on the git tree ? It is available as follows, $ git clone http://git.nilfs.org/nilfs2-module.git $ cd nilfs2-module $ make $ sudo make install It may require git-core (or git) package if not installed. Best regards, -- Ryusuke Konishi NILFS team NTT http://www.nilfs.org/ _______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
