On Thursday 10 March 2005 10:58, KLEIN Stéphane wrote: > Peter a écrit : > > $ sudo mount Debian-3.0r0.ext2 ../uml/ -o loop > $ cd ../ > $ sudo chroot uml/ > > > Check you have a /dev/ubd/disc0/disc on your UML guest file system.
> I've launch this on my UML guest file system : > > # for i in 0 1 2 3 4 5 6 7; do mknod ubd$i b 98 $[ $i * 16 ]; done Correct. > > You > > need to to be created like this: i=0; mknod /dev/ubd/disc$i/disc b 98 > > $[$i*16]. Where $i is the ubd$i value you're passing in on the command > > line. > > next when I lanch this : > > # mknod /dev/ubd/disc0/disc b 98 0 > > I this error : > > mknod: `/dev/ubd/disc0/disc': No such file or directory > > How can I solve it ? With that : > > # mkdir -p /dev/udb/disc0; mknod /dev/ubd/disc0/disc b 98 0 Yes, that would solve this particular error. Sorry, if you want to create nodes manually, create them in the normal location, i.e. /dev/ubd0 - /dev/ubd7. The above is just the DevFS path. -- Paolo Giarrusso, aka Blaisorblade Linux registered user n. 292729 http://www.user-mode-linux.org/~blaisorblade ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user