Package: udev
Version: Version: 0.114-2

Hello,
my kernel reports via cat /proc/mounts that / is beeing mounted at /dev/root, 
but /dev/root does not exist. A guy in #hal on irc said that its udevs job to 
create that device node.

The outcome of this is that lshal reports that is_mounted from that device is 
false, even if its perfectly mounted at /.

I'm currently running a self compiled 2.6.21 kernel. CONFIG_BLK_DEV_RAM and 
CONFIG_BLK_DEV_INITRD are not set. CONFIG_RAMFS=y (forced)


I hope I got the things correctly together and you get what my problem is.

Thanks a lot,
Tobias Knieper


$uname -r
2.6.21.070608

$cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
proc /proc proc rw,nosuid,nodev,noexec 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
/dev/root /dev/.static/dev ext3 rw,data=ordered 0 0
tmpfs /dev tmpfs rw 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0

$mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)

$lshal
[snip]
udi 
= 
'/org/freedesktop/Hal/devices/volume_uuid_f5c823b0_15f4_453e_8a32_5f4559cd317a'
  block.device = '/dev/hda1'  (string)
  block.is_volume = true  (bool)
  block.major = 3  (0x3)  (int)
  block.minor = 1  (0x1)  (int)
[snip]
  linux.sysfs_path = '/sys/block/hda/hda1'  (string)
[snip]
  volume.is_mounted = false  (bool)
[snip]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to