On Tue, 2005-08-16 at 15:58 +0900, Mark Sargent wrote: > >Syntax error. > > > >Try "mount 192.168.168.10:/home/batmanbegins/nfsshare". Without the colon, > >mount would look through the /etc/fstab and the local filesystem for a node > >named "192.168.168.10/home/batmanbegins/nfsshare" ... probably not what you > >intended. ;> > > > >hth, > >Klaus > > > > > > > ah, ic..ok, success after that minor adjustment, but, an error when > tryying to cpy a file to the share dir, > > [root@localhost nfsshare]# cp > /home/coolboarderguy/employment/resume/MarkSargentResume.doc > /home/coolboarderguy/nfsshare > cp: cannot create regular file > `/home/coolboarderguy/nfsshare/MarkSargentResume.doc': Permission denied > > ok, is that a permission issue from the client end, or the server end.? > client has rw permission in /etc/export on the server for the share. Cheers. Could be either. Would user "coolboarderguy" be able to write to directory "/home/batmanbegins/nfsshare" on 192.168.168.10 itself? What's the output of: $ ls -ldn /home/coolboarderguy/nfsshare $ id What's the entry in /etc/exports for this share on 192.168.168.10? Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>