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@xxxxxxxxxxxxx] Sent: Tuesday, January 23, 2007 9:57 AM To: kickstart-list@xxxxxxxxxx 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-