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

--
   Fatih

Reply via email to