Try mount -o nolock,ro,rsize=8192,wsize=8192 XX.YY.ZZ.AA:/export/RH7.1/updates /tmp/mnt You don't need the -n Forrest > -----Original Message----- > From: Ajay Shekhawat [mailto:ajay@xxxxxxxxxxxxxxxxx] > Sent: Wednesday, June 13, 2001 12:48 PM > To: kickstart-list@xxxxxxxxxx > Subject: NFS mount fails in post-install step > > > I'm trying to install a RH7.1 machine via NFS. The install works fine. > However, in the post-install step I'd like to update the packages, and > do some other cleanup. However, the mount command just hangs. Here's > what I'm doing: > > %post > mkdir /tmp/mnt > mount -n XX.YY.ZZ.AA:/export/RH7.1/updates /tmp/mnt > cd /tmp/mnt > rpm -Fvh *.rpm > > The mount command above just hangs. A "ps auxww" in Alt-2 > virtual screen > shows the process in a "D" state (waiting for a device?). > > Any ideas? > > Ajay > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list >