View previous topic :: View next topic |
Author |
Message |
madman Apprentice
Joined: 11 Mar 2004 Posts: 161 Location: Lodz, Poland
|
Posted: Sat Mar 19, 2005 3:05 pm Post subject: [SOLVED] DEVFS compiled into the kernel, but not working |
|
|
kernel gds-2.6.10-r6
as in topic, lilo says:
Code: | lilo
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/hda4' -> '/dev/ide/host0/bus0/target0/lun0/part4'
The kernel was compiled without DEVFS, but the '/dev' directory structure
implements the DEVFS filesystem.
part_nowrite check:: No such file or directory |
but DEVFS is compiled into the kernel (not as a module):
Code: | cat /usr/src/linux/.config | grep DEVFS
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
CONFIG_DEVFS_DEBUG=y |
the same configuration works fine on my old kernel (2.6.9)
any ideas? _________________ Kto jest twoim autorytetem moralnym i dlaczego jest nim JPII ?
Last edited by madman on Wed Mar 23, 2005 2:12 am; edited 1 time in total |
|
Back to top |
|
|
snowbum Tux's lil' helper
Joined: 14 Mar 2004 Posts: 127 Location: peace
|
Posted: Sat Mar 19, 2005 3:58 pm Post subject: |
|
|
I don't know the how to fix DEVFS. However, DEVFS is depreciated isn't it? Why not use udev? _________________ The sun shall be turned to darkness and the moon into blood... |
|
Back to top |
|
|
madman Apprentice
Joined: 11 Mar 2004 Posts: 161 Location: Lodz, Poland
|
Posted: Mon Mar 21, 2005 11:31 am Post subject: |
|
|
i know udev is newer, better etc. but i'd like to get devfs working
------
anyway, udev doesn't wort too... _________________ Kto jest twoim autorytetem moralnym i dlaczego jest nim JPII ? |
|
Back to top |
|
|
madman Apprentice
Joined: 11 Mar 2004 Posts: 161 Location: Lodz, Poland
|
Posted: Mon Mar 21, 2005 12:54 pm Post subject: [SOLVED] DEVFS compiled into the kernel, but not working |
|
|
devfs is working now!!!
i've done backup of /dev and then copied /dev from stage1 from live-cd
and everything (almost... ) works fine _________________ Kto jest twoim autorytetem moralnym i dlaczego jest nim JPII ? |
|
Back to top |
|
|
|