Results 1 to 10 of 11
No, I don't know what I just said. But the /dev/hda1 entry is gone (don't ask.) and I need it back....
- 10-04-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 97
How do I create device nodes for block devices?
No, I don't know what I just said. But the /dev/hda1 entry is gone (don't ask.) and I need it back.
- 10-04-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
You need to use mknod, however I'm not sure which minor/major numbers you need... Another possibility is to for example boot knoppix, and copy "hda" over to the slack partition.
- 10-04-2005 #3
also try running
Code:udev
Brilliant Mediocrity - Making Failure Look Good
- 10-04-2005 #4Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
yep - I was going to suggest udev
but my major/minor numbers for /dev/hda1 are 3,1
- 10-06-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 97
I don't know how to use udev or mknod. And when I boot Knoppix, my slack partition is read-only =\
- 10-06-2005 #6
try
Code:/etc/rc.d/rc.udev start
Brilliant Mediocrity - Making Failure Look Good
- 10-07-2005 #7Just Joined!
- Join Date
- May 2005
- Posts
- 97
Code:root@slack:/# /etc/rc.d/rc.udev start root@slack:/#
- 10-07-2005 #8Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
that means its started
- 10-07-2005 #9Just Joined!
- Join Date
- May 2005
- Posts
- 97
What does one do after that? I think i tried 'udev'
- 10-07-2005 #10did it create /dev/hda1 ?
Originally Posted by peaceofpi Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
