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
> 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
?
regards, St�phane
------------------------------------------------------- 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_id=6595&alloc_id=14396&op=click _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
