On Fri, 2002-03-22 at 16:44, Gary Jackson wrote: > I'm trying to mount an NFS filesystem in the %post section. This > worked in 6.2 and 7.1, but has ceased to do so, inexplicably. > Currently, the invocation of mount(8) just hangs, with no error > messages logged anywhere that I've looked. It does the same thing > when I try and do it manually from the install shell. Add '-o nolock' to your mount command line and see if that helps. Cheers, Jeremy