aeris n00b
Joined: 19 May 2003 Posts: 29 Location: Sweden
|
Posted: Fri Jan 07, 2005 12:21 pm Post subject: HDDs from PDC20267 contr. to motherboard, /dev looks weird |
|
|
I went from:
Quote: | hda - Seagate40GB (MB) (root/boot/swap)
hdb - Ibm30GB (MB)
hdc - DVD (MB)
hdd - DVD-RW (MB)
hde - Seagate120GB (PDC20267)
hdg - Maxtor120GB (PDC20267) |
To:
Quote: | (Removed Ibm30GB and DVD, added Seagate200GB)
hda - Seagate40GB (MB) (root/boot/swap)
hdb - Seagate200GB (MB)
hdc - Seagate120GB (MB)
hdd - Maxtor120GB (MB)
hde - DVD-RW (PDC20267) |
And now in /dev:
Code: | ls cd*
lrwxrwxrwx 1 root root 3 Jan 7 2005 cdrom -> hdc
lrwxrwxrwx 1 root root 3 Jan 7 2005 cdrom1 -> hdd
lrwxrwxrwx 1 root root 3 Jan 7 2005 cdrom2 -> hde
lrwxrwxrwx 1 root root 3 Jan 7 2005 cdrw -> hdd
lrwxrwxrwx 1 root root 3 Jan 7 2005 cdrw1 -> hde
brw-rw---- 1 root cdrom 24, 0 Mar 6 2004 cdu535
cdroms:
total 0
drwxr-xr-x 2 root root 0 Jan 7 2005 .
drwxr-xr-x 20 root root 0 Jan 7 12:46 ..
lrwxrwxrwx 1 root root 6 Jan 7 2005 cdrom0 -> ../hde
lrwxrwxrwx 1 root root 6 Jan 7 2005 cdrom1 -> ../hdd |
Code: | ls dvd*
lrwxrwxrwx 1 root root 3 Jan 7 2005 dvd -> hdc
lrwxrwxrwx 1 root root 3 Jan 7 2005 dvd1 -> hdd
lrwxrwxrwx 1 root root 3 Jan 7 2005 dvd2 -> hde
lrwxrwxrwx 1 root root 3 Jan 7 2005 dvdrw -> hdd
lrwxrwxrwx 1 root root 3 Jan 7 2005 dvdrw1 -> hde |
How can I fix that, can I simply remove the symlinks and add one cdrom and dvd? I don't have that much knowledge of /dev (udev etc).
I'm running a 2.6.9-gentoo-r13 kernel.
Thanks,
Mikael |
|