View previous topic :: View next topic |
Author |
Message |
justincataldo Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/9117011004ac5f83d3245f.jpg)
Joined: 15 Jun 2005 Posts: 376 Location: Australia
|
Posted: Wed Aug 29, 2007 5:31 am Post subject: /dev link does not exist [SOLVED] |
|
|
I've just done a fresh install on an x86 box. The machine has /dev/hda as the primary drive and /dev/hdc as the cdrom. I want to add another hard drive, either as /dev/hdb or as /dev/sda. The problem was that those devices did not exist in /dev.
I installed hotplug and coldplug hoping this would solve the problem. I now see those desired devices in /dev (as well as a heap of others). But I still can't run fdisk to partition the said devices (so neither an additional SATA or IDE drive is responding).
Code: |
w0046 ~ # fdisk /dev/hdb
Unable to open /dev/hdb
|
Code: |
w0046 ~ # fdisk /dev/sda
Unable to open /dev/sda
|
How do I fix this?
Last edited by justincataldo on Thu Aug 30, 2007 12:37 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mudrii l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Wed Aug 29, 2007 6:12 am Post subject: |
|
|
remove from system hotplug and coldplug you should have udev runing for this.
check the information on your drives fdisk -l /dev/sda
check the cables too. _________________ www.gentoo.ro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
justincataldo Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/9117011004ac5f83d3245f.jpg)
Joined: 15 Jun 2005 Posts: 376 Location: Australia
|
Posted: Thu Aug 30, 2007 12:36 am Post subject: |
|
|
Ah ha! After I unmerge hotplug and coldplug it said that I needed to emerge udev at boot. It's all good now.
Thanks a lot! ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|