View previous topic :: View next topic |
Author |
Message |
arand Apprentice

Joined: 22 Apr 2003 Posts: 215
|
Posted: Sun Jun 01, 2003 6:20 am Post subject: no /dev/hdb,hdc,hdd |
|
|
While I was trying to burn a CD tonight I relised that that I did not have the files /dev/hdb, /dev/hdc and /dev/hdd.
I am not sure why this happened. Recently I compiled a new kernel but that shouldn't do anything, I think. Also looking at the dmseg (or is it dmesg) output I can see it say hdb zip100.0 ... hdc cdrw ... hdd creative52x ...
I am not sure where the problem is and help would be apprceated.
I am using the gnetoo 2.4.20 r5 sources.
Thanks,
arand |
|
Back to top |
|
 |
red_over_blue Guru


Joined: 16 Dec 2002 Posts: 310
|
Posted: Sun Jun 01, 2003 6:51 am Post subject: |
|
|
What is the output of the following?
Code: |
ps -aux | grep devfsd
|
|
|
Back to top |
|
 |
arand Apprentice

Joined: 22 Apr 2003 Posts: 215
|
Posted: Sun Jun 01, 2003 12:31 pm Post subject: |
|
|
here is the output
Code: |
$ ps -aux | grep devfsd
Warning: bad syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 39 0.0 0.3 1780 964 ? S 03:07 0:00 /sbin/devfsd /dev
andrew 2110 0.0 0.1 1440 444 pts/0 S 09:24 0:00 grep devfsd
|
thansk for your time
arand |
|
Back to top |
|
 |
red_over_blue Guru


Joined: 16 Dec 2002 Posts: 310
|
Posted: Sun Jun 01, 2003 6:07 pm Post subject: |
|
|
I get the same. I was hoping it might be something simple. I'm like you and am not that comfortable with devfs yet.
About your kernel though, do you get something similar to this?
Code: |
john@limbo john $ grep -i devfs /usr/src/linux/.config
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
# CONFIG_DEVFS_DEBUG is not set
john@limbo john $
|
|
|
Back to top |
|
 |
arand Apprentice

Joined: 22 Apr 2003 Posts: 215
|
Posted: Sun Jun 01, 2003 7:59 pm Post subject: |
|
|
Thanks for your help red_over_blue. I am taking my computer apart for the summer and I will be working on it again in the Fall.
Thanks again for your time,
arand |
|
Back to top |
|
 |
|