If the NFS drive is mapped to "G:" and the file "G:/nfs.map" exists (double check that), then you have a permissions error. The web server "user" doesn't have permission to access that directory.
----- Original Message ---- > From: zach cruise <[EMAIL PROTECTED]> > To: [email protected] > Cc: Dan Little <[EMAIL PROTECTED]>; Minka Stoyanova <[EMAIL PROTECTED]> > Sent: Wednesday, October 8, 2008 3:17:41 PM > Subject: Re: [mapserver-users] nfs drive > > you mean > http://127.0.0.1/cgi-bin/mapserv?map=g:/nfs.map ?? > where g: is the mapped drive. > > it doesn't work. > msLoadMap(): Unable to access file. (g:/nfs.map) > > On Wed, Oct 8, 2008 at 4:06 PM, Dan Little wrote: > > You can use NFS. > > > > If you're using Windows and have mapped the drive then the path is just > > like > it is in Explorer. > > > > In Linux/UNIX, then the path is where you mounted it. > > > > > > > > ----- Original Message ---- > >> From: zach cruise > >> To: [email protected] > >> Sent: Wednesday, October 8, 2008 3:01:54 PM > >> Subject: Re: [mapserver-users] nfs drive > >> > >> can i put *.map on remote nfs (keeping mapserv cgi on local)? if yes > >> how to reference it > >> > >> http://127.0.0.1/cgi-bin/mapserv?map=//123.4.5.6/nfs.map ?? > >> http://127.0.0.1/cgi-bin/mapserv?map=g:/nfs.map ?? > >> > >> any one notice any lag with nfs? tips?? > >> > >> On Thu, Oct 2, 2008 at 3:46 PM, Minka Stoyanova > >> wrote: > >> > Why in your path descriptions do you mix slashes and backslashes? > >> > > >> > > >> > On Thu, Oct 2, 2008 at 8:52 PM, zach cruise wrote: > >> >> > >> >> unable to map data (cities.shp) on nfs drive (g:). data pulls into > >> >> qgis fine. know it can be done- > >> >> > >> >> > >> > http://www.nabble.com/Re%3A-Server---map-files-on-differing-machines-p11660547.html, > >> >> > >> >> > >> > http://www.nabble.com/Re%3A-How-best-to-serve-very-large-%28300GB%29-raster-data--p16785070.html > >> >> > >> >> MAP > >> >> ... > >> >> # SHAPEPATH "g:\" > >> >> SHAPEPATH \\123.4.5.6\vol\data\ > >> >> ... > >> >> LAYER > >> >> ... > >> >> # DATA "poly/cities" > >> >> DATA "poly/cities" > >> >> ... > >> >> END > >> >> ... > >> >> END > >> >> _______________________________________________ > >> >> mapserver-users mailing list > >> >> [email protected] > >> >> http://lists.osgeo.org/mailman/listinfo/mapserver-users > >> > > >> > > >> _______________________________________________ > >> mapserver-users mailing list > >> [email protected] > >> http://lists.osgeo.org/mailman/listinfo/mapserver-users > > > > > > > > > > _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
