On Mon, 2003-11-17 at 04:17, Klier Rainer wrote: > Hi, > > I mount some directory from some host in the %post section: > > /bin/date >> /tmp/times.txt > mount 10.1.1.1:/configdata /tmp/conf > /bin/date >> /tmp/times.txt Try this: mount -o nolock 10.1.1.1:/configdata /tmp/conf Also, search the forums before posting. This has been brought up many times in the past :) --ras