RE: Problems with NFS server

2006-06-21 Thread Nicolas Boudin
Hello, > - If I'm understanding you correctly, it seems like your server.map > didn't get created properly. For the administrator uid and > gid entries, > there should definitely be a mapping of id '0' to the > appropriate cygwin > system administrator uid/gid. You can find these using 'id

RE: Problems with NFS server

2006-06-20 Thread Sam Robb
On Mon, 2006-06-19 at 12:21 +0200, Nicolas Boudin wrote: > > Could you please try adding a map_static directive to your exports? > > It should then look something like this: > > > > /usr/src/buildroot-20060308/build_arm/root > > 172.16.7.65(rw,map_static=/etc/nfs/server.map,no_root_squash) > >

RE: Problems with NFS server

2006-06-19 Thread Nicolas Boudin
> Could you please try adding a map_static directive to your exports? > It should then look something like this: > > /usr/src/buildroot-20060308/build_arm/root > 172.16.7.65(rw,map_static=/etc/nfs/server.map,no_root_squash) > > If you ran the nfs-server-config script to set up the > nfs-ser

RE: Problems with NFS server

2006-06-16 Thread Sam Robb
> > On Thu, 2006-06-15 at 15:36 +0200, Nicolas Boudin wrote: > > > Hello, > > > > > > I am trying to export via NFS a cygwin directory as a root > > > filesystem for an embedded Linux system (I hope it can work..) > > > > It should - that's the whole reason I ported it for cygwin in > > the fir

RE: Problems with NFS server

2006-06-15 Thread Nicolas Boudin
> -Original Message- > From: Sam Robb > Sent: donderdag 15 juni 2006 19:54 > To: Nicolas Boudin > Cc: cygwin@cygwin.com > Subject: Re: Problems with NFS server > > > On Thu, 2006-06-15 at 15:36 +0200, Nicolas Boudin wrote: > > Hello, > > >

Re: Problems with NFS server

2006-06-15 Thread Sam Robb
On Thu, 2006-06-15 at 15:36 +0200, Nicolas Boudin wrote: > Hello, > > I am trying to export via NFS a cygwin directory as a root filesystem for an > embedded Linux system (I hope it can work..) It should - that's the whole reason I ported it for cygwin in the first place :-) Could you post your