Found it on the website.. -o nolock works great.. ---------- Forwarded message ---------- Date: Thu, 19 Jun 2003 23:38:34 -0600 (MDT) From: denis@xxxxxxxxxxxxxx To: kickstart-list@xxxxxxxxxx Subject: %post question Trying to to do a %post command that looks like it's not working.. I saw on one of the other posts that you need to do an NFS install if you want to later in youe %post do any type of NFS mount.. Some I'm doing an NFS install.. here is my %post %post ( wget -P /tmp -r -l1 -nd -A "auto*" http://192.168.100.101/AutoUpdate/ rpm -Uvh /tmp/autoupdate-*.rpm cp /tmp/autoprovides-redhat-* /var/spool/autoupdate/autoprovides.db mount -t nfs 192.168.100.101:/export/RAID/mirrors/RedHat/9.0/updates/ /mnt autodld --dldrecursive --url file:///mnt// ) &> /root/kickstart-post.log I can get the files, install them with rpm, but for some reasn it fails on the NFS mount.. Hangs before getting to the autodld command.. Anyone know what I'm doing wrong? Looked in the Doc's and nothing.. Is there a better source of doc's then the book that came with the CD's? Thanks Denis