Re: How do you boot using udev

From: Joe Pfeiffer (pfeiffer_at_cs.nmsu.edu)
Date: 10/11/04


Date: 10 Oct 2004 23:24:31 -0600

Richard <rkishore@att.net> writes:
>
> Alright I found a solution for the problem, I had to create
> /dev/console and /dev/null manually using the mknod command. However
> after the kernel finish booting, there isn't any other files in the
> /dev/ directory and udev doesn't seem to create any files in in /dev
> directory so I can't mount my root drive. Isn't udev was suppose to
> automatically create files in the /dev directory?

The system needs a bit more complete "skeleton" than that to be able
to get udev up in the first place. You need to also have the mount
point for the root file system in there for udev to be able to start.

-- 
Joseph J. Pfeiffer, Jr., Ph.D.       Phone -- (505) 646-1605
Department of Computer Science       FAX   -- (505) 646-1002
New Mexico State University          http://www.cs.nmsu.edu/~pfeiffer


Relevant Pages

  • Re: How do you boot using udev
    ... > after the kernel finish booting, there isn't any other files in the ... > directory so I can't mount my root drive. ... to get udev up in the first place. ... point for the root file system in there for udev to be able to start. ...
    (comp.os.linux.development.system)
  • Re: [PATCH] driver-core: devtmpfs - driver core maintained /dev tmpfs
    ... crawling sysfs, when the first userspace process is started? ... Just make sure to queue up your uevents in a ring buffer that udev ... mount -n -t sysfs none /sys ...
    (Linux-Kernel)
  • Re: [SLE] Mounting external hdd at the same mount point every time.
    ... The disks are removable. ... When I make a udev rule, I thought I could use the pci ID. ... msg_queue_insert: seq 748 queued, 'add' ... It does not however consistently mount the same ...
    (SuSE)
  • Re: can root somehow create a immutable file in a non-uid-0 hierarchy?
    ... mounted on /media/Pictures unless you have ether fstab or HAL rules ... specifying a different mount point. ... One other thing - you can test the device serial number in udev. ... (You should be able to get it from the /sys file system as ...
    (Fedora)
  • Re: usb device file [solved]
    ... Christopher Howard wrote: ... but the message I always get is 'mount: ... Udev is what creates the device file, ... started udevd and the /dev/sde1 file pops up just as it should. ...
    (Debian-User)