View previous topic :: View next topic |
Author |
Message |
quarantined n00b
Joined: 12 Apr 2004 Posts: 8
|
Posted: Tue Apr 13, 2004 10:15 am Post subject: Problem mit devfs |
|
|
Beim Booten kommt bei mir eine Fehlermeldung, dass ich devfs nicht aktviert hätte, meine Kernel-Einstellung sieht aber so aus:
Quote: |
[*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] Automatically mount at boot
[*] Debug devfs
[ ] /dev/pts Extended Attributes
[ ] Virtual memory file system support (former shm fs)
[ ] HugeTLB file system support
|
devfs steht auch im fstab.
Wo liegt das Problem? |
|
Back to top |
|
|
NiBurhe n00b
Joined: 11 Apr 2004 Posts: 16
|
Posted: Tue Apr 13, 2004 10:40 am Post subject: |
|
|
wo muss den das im fstab stehen, habe das gleiche Problem! |
|
Back to top |
|
|
quarantined n00b
Joined: 12 Apr 2004 Posts: 8
|
Posted: Tue Apr 13, 2004 11:00 am Post subject: |
|
|
Quote: | none /dev/shm tmpfs defaults 0 0
|
|
|
Back to top |
|
|
primat Guru
Joined: 12 Jan 2004 Posts: 437 Location: Berlin
|
Posted: Tue Apr 13, 2004 11:22 am Post subject: |
|
|
Für einen 2.6er kernel sollte das funktionieren:
Quote: | [*] /proc file system support
[*] /dev file system support (OBSOLETE)
[*] Automatically mount at boot
[ ] Debug devfs
[*] /dev/pts file system for Unix98 PTYs
[ ] /dev/pts Extended Attributes
[*] Virtual memory file system support (former shm fs)
[ ] HugeTLB file system support
< > Supermount removable media support
[ ] Enable supermount debug code |
und in der fstab:
Code: | none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
|
Gruss |
|
Back to top |
|
|
quarantined n00b
Joined: 12 Apr 2004 Posts: 8
|
Posted: Tue Apr 13, 2004 11:37 am Post subject: |
|
|
Ja, ich hab Kernel 2.6.4 und hab im Grunde ganeu die Einstellungen, die Fehlermeldung bleibt trotzdem... |
|
Back to top |
|
|
|