Re: udev MAKEDEV

2007-10-31 Thread Owen Townend
hey, /dev is, as mentioned, created at boot time, if you're trying to run lilo from a rescue disk you'll need to use something like 'sudo mount -o bind /dev/ /path/to/mounted/disk/dev' Then chroot into /path/to/mounted/disk/ and then run lilo. hope this helps, cheers, Owen. On Wed, 2007-10-3

Re: udev MAKEDEV

2007-10-31 Thread Andrew Sackville-West
On Wed, Oct 31, 2007 at 01:01:22PM +0300, Vadim Vatlin wrote: > Now I create by hand md0, sda, sdb, sda1, sdb1 - all partitions which I > want. udev will create these partitions on its own during boot. > > And when I run lilo I get: > Fatal: Sorry, don't know how to handle device 0xfd00 Is this

Re: udev MAKEDEV

2007-10-31 Thread Vadim Vatlin
Now I create by hand md0, sda, sdb, sda1, sdb1 - all partitions which I want. And when I run lilo I get: Fatal: Sorry, don't know how to handle device 0xfd00 What is it? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

udev MAKEDEV

2007-10-31 Thread Vadim Vatlin
How can I recreate all devices in /dev ? I have copyed /dev from one disk to one another with rsync. I boot from Debian rescue and run: shell> lilo part_nowrite check:: No such file or directory I think that it was happend because partitions from /dev of first disk don't equal /dev of second