View previous topic :: View next topic |
Author |
Message |
mleaste n00b

Joined: 04 Aug 2003 Posts: 5
|
Posted: Fri Jan 23, 2004 6:38 pm Post subject: BIG problem now |
|
|
OK so my dyslexia kicked in and I ran the command Code: | ln -sf cdrom /dev/hdc | instead of Code: | ln -sf /dev/hdc cdrom | Is there any way for me to fix this rather LARGE error and make hdc point to where it used to, or do i have to do an entire system reinstall?? |
|
Back to top |
|
 |
Vanquirius Retired Dev


Joined: 14 Jun 2002 Posts: 1297 Location: Ethereal plains
|
Posted: Fri Jan 23, 2004 7:15 pm Post subject: |
|
|
Wipe clean the messed up entries ("hdc, cdrom"), and run "emerge baselayout". At the end of baselayout's emerge the hdc node should be recreated properly. _________________ Hello. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55015 Location: 56N 3W
|
Posted: Fri Jan 23, 2004 7:31 pm Post subject: |
|
|
mleaste,
What ManuChao suggests id a bit drastic. /dev/hdc is itself a soft link created by devfs at start-up. Remove the link (broken) /dev/hdc link then restart defsd wih Code: | killall -HUP devfsd |
If restarting something as basic as devfsd make you nervous do a reboot. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|