nfs export from a running live system

2010-04-12 Thread Michael Creel
Hello all, I can do an NFS export of /home from a running live Lenny-based system, but not from a Squeeze-based system. On Squeeze, I get a message like filesystem not supported for export or similar when starting up the NFS service. I'm wondering if the aufs module in squeeze was compiled without

more on aufs and NFS export

2010-04-12 Thread Michael Creel
Hi again, Regarding my message of a moment ago, here's a link to relevant info http://aufs.sourceforge.net/aufs.html#Exporting%20Aufs%20via%20NFS Michael

Re: NFS export

2008-10-07 Thread Olivier
Hi Cyril, Hi Michael, Thanks for the answer. In fact I successfully mount nfs on the last Debian Live Lenny version. I am trying to build a Kerrighed module for this project: http://cooperation-iws.gensys-net.eu I tried PelicanHPC one time, which works fine, but is not suitable to my needs

NFS export

2008-10-06 Thread Olivier
Hi, I am trying to export NFS over a live filesystem (aufs), and I get this error: does not support nfs export I made the following actions in the Live CD chroot: #Patch the aufs module at-get install module-assistant m-a get aufs m-a unpack aufs cd /usr/src/modules/aufs #From Cyril

Re: NFS export

2008-10-06 Thread Michael Creel
/var/chroot/ *(ro,async,no_root_squash,no_subtree_check,nfsid=0) Try changing nfsid to fsid. The make_pelican script at http://pareto.uab.es/mcreel/PelicanHPC/download/ has an example of a working NFS export of an aufs filesystem. Cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: NFS export

2008-10-06 Thread Cyril Brulebois
Olivier wrote (2008/10/06): #From Cyril Brulebois post sed -i -e '2 iexport CONFIG_AUFS_EXPORT=y' debian/conf.mk sed -i -e 's/ -I/ -DCONFIG_AUFS_EXPORT -I/' debian/conf.mk Hm? It's been fixed since some time already, see #490079, fixed in 0+20080719-1, dated 19 Jul 2008. /var/chroot/