On Friday 17 December 2004 00:30, alex katebi wrote:
> So should I do ubd16= in kernel command arg ? then do fdsik /dev/ubd16 ?
No, you still get /dev/ubd1 and ubd1=, but you must do:

rm /dev/ubd1
mknod /dev/ubd1 b maj min

where maj is the current one (IIRC 98) and min is 16.

You should recreate all the ubd devices like this, with a for loop... search 
on :

http://user-mode-linux.sourceforge.net/compile.html
-- 
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://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to