On 11/12/10 15:24:44, Fatih Tümen wrote: > On Fri, Nov 12, 2010 at 15:56, Helmut Jarausch > <jarau...@igpm.rwth-aachen.de> wrote: > > mount -o bind /proc /nroot/proc > > mount -o bind /dev /nroot/proc > > That looks a bit strange to me, doesnt it to you? :) I would retype > that as follow: > > mount -t proc none /nroot/proc > mount -o bind /dev/ /nroot/dev >
Thanks Faith, unfortunately this doesn't solve the problem. (My version has been working for years, and I can mount /usr in the chrooted system.) Helmut.