Hi, On Wed, 31 Jan 2007 at 10:00 +0100, Sebastian Fontius wrote: > hi, > > Also, sprach Waldemar Brodkorb am Dienstag, den 30. Januar 2007 um 22:37: > > On Tue, 30 Jan 2007 at 11:51 +0100, Sebastian Fontius wrote: > > > As per http://forum.openwrt.org/viewtopic.php?pid=39135 the problem is > > > the filesystem. And indeed exporting/mounting a mounted USB stick > > > (ext3) directly works. > > > > > > There is another problem: exportfs -r needs to be run by hand at the > > > moment, so if it could be added to the init script I think that would > > > help a lot. (I do not know if the portmap entries are needed in > > > /etc/services, but I added them nevertheless.) > > > > Can you please provide a patch against freewrt_1_0 branch, adding > > all mkdir stuff into the normal nfs init script? > > Of course. But I noted an oddity (though I must admit that I do not > know my way around the FreeWRT ADK all too well): On my router the > /etc/init.d/S70nfsd script (unaltered) reads:
Oh, well. > ,---- > | start) > | /usr/sbin/lockd > | /usr/sbin/mountd > | /usr/sbin/nfsd > | ;; > `---- > > Whereas in freewrt_1_0/package/nfs-server/files/nfsd.init it reads: The reason for that is, we just simply have two NFS implementations. One is nfs-server (userland implementation, limit to 2GB filesize) the other one is kmod-nfsd and nfs-utils. You will find the correct init-script for kmod-nfsd, which you are using, in freewrt/branches/freewrt_1_0/package/nfs-utils/files/nfsd.init It would be nice if you could update your patch :} Can you verify if kmod-nfsd and nfs-utils works with bigger than 2 GB files? thx Waldemar -- don't open your wrt, free it http://www.freewrt.org _______________________________________________ freewrt-users mailing list freewrt-users@freewrt.org https://www.freewrt.org/lists/listinfo/freewrt-users