Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: MLUG Members <EMAIL:PROTECTED>
- Subject: Re: [MLUG] dead drive replacement
- From: Mark Rages <EMAIL:PROTECTED>
- Date: Sat, 5 Nov 2005 08:59:58 -0600
- Delivery-date: Sat, 05 Nov 2005 09:00:09 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=phSd8hSzwGVlUfuiLRnc6oRNQpmYX+rjyEx2xgtwmZe2rHt5NWXYsZ2GICN66as/X7CASj2FrAYmse9Afd+9JPmg+QXpJy+QYStlUZQ4GcrSA6EkgNJCzGZANRtSBAteUdMvmaaDWCKeW+D0THsQdU0DrrHbXcc6P5bbBGcsQVk=
- Envelope-to: EMAIL:PROTECTED
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED>
- Reply-to: MLUG Members <EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
On 11/5/05, Daniel Nowlin <EMAIL:PROTECTED> wrote:
> Does anybody know how I go about replacing a dead drive in my FC4 box.
> It was the drive that had the VAR partition on it. I just got FC up and
> running when this happened and I realy do not want to reinstall. I do
> have access to ghost and acronis.
>
> Dan
Does it work at all? Is there anything in /var you need to recover?
I never like to suggest this, but if /var is hosed, the easiest
recovery is to reinstall, assuming /home and /usr/local are on their
own partition and won't be disturbed. Tar up /etc so you don't have
to redo all the configuration.
On the other hand, if you can still read from /var, then just mv it
elsewhere in the filesystem:
/etc/init.d/syslog stop # Stop any process that might write to var
mkdir /var-tmp
mv /var/* /var-tmp
umount /var
mv /var-tmp/* /var # now /var is part of the / partition
(then comment out /var in /etc/fstab)
Regards,
Mark
EMAIL:PROTECTED
--
You think that it is a secret, but it never has been one.
- fortune cookie
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members