On Fri, Feb 08, 2008 at 03:11:48PM -0500, Jerry Geis alleged:
I am trying to mount an nfs drive in the post kickstart section. I am getting an error on "service nfs start" about cannot register service RPC
What do I need to start first?
ifup lo service portmap start mkdir /path mount server:/path /path
And you don't want 'service nfs start', that is for exporting filesystems (starting the "nfs server", if you prefer).