On Mon, 2002-12-30 at 04:21, Mick wrote: > Hi all, > > I'm starting to think I'm too thick to use Linux ... maybe I should I sell my > PC's and stick to my iMac, or go back to windows. Nah. > > Okay .. I have a file I want to export, it's entered in /etc/exports as > follows; > > /home/me/sharethis athlon.domain.com (r,w)
hmm. ok. NFS is picky about spaces and such in /etc/exports. I'm using this, for example: /stuff 192.168.9.10(ro) notice that there's no space before the bracket. And aside from that it sounds like you aren't running portmap or nfsd, one of the two. Try this on your server as root: /etc/rc.d/init.d/nfs stop /etc/rc.d/init.d/portmap restart /etc/rc.d/init.d/nfs start > ideally, I want to be able to mount shares using /etc/fstab, but at the moment > I can't even mount manully. once you get it mounting manually, fstab should be easy. HTH James. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
