Mounting NFS during Kickstart as RW

Jeff Yana jeff.yana at rttusa.com
Wed Jan 24 21:53:57 UTC 2007


Matt-

I already found the solution/workaround. For your mount options specify version 2 instead of version 3 of NFS and then it will mount RW. Simply specifying "rw" as a mount option is not sufficient.

Jeff

-----Original Message-----
From: Matt Sturtz [mailto:rh-kickstart at matthouse.com] 
Sent: Tuesday, January 23, 2007 9:57 AM
To: kickstart-list at redhat.com
Subject: Re: Mounting NFS during Kickstart as RW

> Does anyone on this List know whether or not an NFS mount can be mounted
> RW on the target system during a Kickstart installation? I am attempting
> to redirect all of my standard out/error to a log file located on the
> system hosting my ISOs.

I do this as one of the first lines in my %pre -- so that I can write
configuration information, etc...

I used to simply mount RW on top of the old RO mount, as follows:
mount kickstartserver:/kickstartdirectory /mnt/source

...which worked fine on RHEL-3, but on 4, it ceased to work correctly.

On RHEL-4, I had to change it slighly, which is probably the more
"correct" way to do it anyway:

mount -o remount,rw kickstartserver:/kickstartdirectory /mnt/sourc

...I don't use Fedora, only RHEL, so I couldn't say if that will help you
or not...

-Matt-









More information about the Kickstart-list mailing list