> I have a slightly different symptom in my experience. I added a directory > under /mnt and ran a 'mount -t nfs...' command on it, and it hung. Hung for > minutes on end, eventually failing entirely. I'm not sure if I'm missing > some mount options or something. I've read an assortment of popular HOWTO's > and the 7.3 docs cd customization guide. I still don't have this working. > The idea is to add webmin and a couple custom packages, and to go ahead and > 'rpm -Fvh' from a share full of update packages. I can't get it to work, at > all. I'd love to see anyone's %post section who's getting this done. Try mount -o nolock. There is no lockd running during the post section. We do a lot of NFS in the post section (RH 6.3, 7.1, 7.2, 7.3). cu Florian Festi