[CentOS] using nfs in kickstart post section

Garrick Staples garrick at usc.edu
Fri Feb 8 20:15:56 UTC 2008


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).

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20080208/d9d11485/attachment.sig>


More information about the CentOS mailing list