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. What is your NFS server running on? If it's RH6.2, try properly restarting your NFS server environment- I've found that from time to time, the NFS server will flake out requiring a restart of the services: /etc/init.d/nfs stop /etc/init.d/nfslock stop /etc/init.d/portmap stop /etc/init.d/portmap start /etc/init.d/nfslock start /etc/init.d/nfs start Let us know what fixes it. Thanks, Josh > > I've worked around this by snarfing a tarball of the necessary scripts > and perl modules off of my tftp server, but this is kind of a kludge. > > -- > Gary Jackson > bargle@xxxxxxxxxxxxxx > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list