Results 1 to 5 of 5
We have a small file server running debian with ~ 40GB of data. The motherboard cratered, and we can't get a replacement. So we set up a new box and ...
- 05-31-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 2
Repair Install?
We have a small file server running debian with ~ 40GB of data. The motherboard cratered, and we can't get a replacement. So we set up a new box and moved the old hd over.
The system boots fine, and all appears well, other than the fact that the network card(s) won't work.
Is there any way to run a "repair" install to update to the latest version without losing configuration - like users and group accounts?
I'm hoping that the update/repair/whatever you want to call it will support the network card.
The HD has 2 partitions - sda1 contains the OS, sda6 is the /home dir where data is stored. I'm hoping that by running a repair/re-install I won't lose data on /home. (i did already backup this data to another drive on the network) I am concerned about losing settings though - ie) samba and misc others.
Any thoughts or suggestions would be appreciated.
If more detail is required, I can provide it. This post is a bit general I know.Last edited by tucker007; 06-01-2007 at 12:00 AM. Reason: add more detail
- 06-01-2007 #2
You say the network cards don't work? How are they set up? Do you get an ip by dhcp, static ip, etc...?
Brilliant Mediocrity - Making Failure Look Good
- 06-01-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 2
They would be DHCP - but the OS doesn't even find them. eth0 and eth1 aren't available
- 06-01-2007 #4Linux User
- Join Date
- Feb 2006
- Posts
- 484
maybe the driver not loaded,
or your kernel not contains it, find out which driver do you need and try load it with modprobe, and chechk the udev rules in /etc/udev/rules directory , looking for a file "z25_persistent_net.rules"
good luck
- 06-01-2007 #5
what happens if you run
Code:ifup eth0
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
