Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Tim
On Fri, 2012-07-06 at 14:55 -0400, Jim wrote:
> Then I did a e2fsck /dev/sda2 it took e2fsck about 45 mins to fix the 
> sda2 partition , One of Two users /home directories was totally gone ,
> the one tjhat was being used at CRASH time.  But the one that was not 
> being used and had the important data to be saved was still intact.
>  
> I have never seen a Linux computer crashed this bad.

You'd want to test the drive for errors, now, in case it was the cause
of the crash.  There's no point continuing to use a faulty drive, even
if it appears to work at the time.  There are tools that can be
downloaded from the hard drive manufacturer's websites to test their own
drives (either windows tools, or they make a bootable CD that bypasses
any OS on your computer).  And there are SMART tools that can be used in
Linux.

Unexpected severe crashes and drive corruptions can just be a random
glitch (such as a momentary power fail), or indicative of some hardware
fault in the computer (the power supply, the drive itself, RAM,
motherboard, et cetera).  Or, simply, that the cards plugged into the
motherboard are walking loose of their sockets, and pulling them out
then re-inserting them is required.  And the old favourite, of the CPU
cooler being gunked up with fluff so the CPU overheats.

I'd try to do some investigation into *why* it failed, if I were you.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Mike Wright

On 07/06/2012 03:40 PM, Michael Hennebry wrote:

On Fri, 6 Jul 2012, Mike Wright wrote:


After moving the drive to another machine I tried a little forensics:
the entire contents of the /boot partition had disappeared.

On a hunch I "tree"ed lost+found and found many leafless branches but
one that had the entire contents of /boot.  Copied everything back to
/boot and did another fsck.  Clean!


What does it mean to "tree" lost+found?



"tree" is a command that shows the contents of any directory, its 
subdirectories, and any files they contain.  Very useful.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Michael Hennebry

On Fri, 6 Jul 2012, Mike Wright wrote:

After moving the drive to another machine I tried a little forensics: 
the entire contents of the /boot partition had disappeared.


On a hunch I "tree"ed lost+found and found many leafless branches but 
one that had the entire contents of /boot.  Copied everything back to 
/boot and did another fsck.  Clean!


What does it mean to "tree" lost+found?

--
Michael   henne...@web.cs.ndsu.nodak.edu
"On Monday, I'm gonna have to tell my kindergarten class,
whom I teach not to run with scissors,
that my fiance ran me through with a broadsword."  --  Lily
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Jim

On 07/06/2012 04:41 PM, Steven Stern wrote:

On 07/06/2012 02:13 PM, Jim wrote:


 THANK GOD FOR THE GUYS THAT DEVELOPEÂ  E2FSCK.

Â
You ought to back everything up on an external drive for this person.



I'am going to put it on my backup hard drive and take it over to my
friends house and put it onto his brand new 500gb backup hard drive and
let him pull off the files he needs.




Did anything show up in the /lost+found directory?


1,100 folders
5,938 files
410.2mib

That is probly the lost User that lost his home directory

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Mike Wright

On 07/06/2012 01:41 PM, Steven Stern wrote:


Did anything show up in the /lost+found directory?



Good advice.

I had a box boot for the specified number of times to require an fsck. 
I ended up with a box that wouldn't boot.


After moving the drive to another machine I tried a little forensics: 
the entire contents of the /boot partition had disappeared.


On a hunch I "tree"ed lost+found and found many leafless branches but 
one that had the entire contents of /boot.  Copied everything back to 
/boot and did another fsck.  Clean!


Returned the drive to its original box and booted.  Came up without a hitch.

To this day I haven't the slightest idea what happened to corrupt the 
drive and can say that its the first time I've ever found anything in a 
lost+found directory.  Very glad it was there.


First time in 15 years I've seen anything like that.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Steven Stern
On 07/06/2012 02:13 PM, Jim wrote:
>>
>>
>> THANK GOD FOR THE GUYS THAT DEVELOPEÂ  E2FSCK.
>>
>> Â 
>> You ought to back everything up on an external drive for this person.
>>
>>
> I'am going to put it on my backup hard drive and take it over to my
> friends house and put it onto his brand new 500gb backup hard drive and
> let him pull off the files he needs.
> 
> 
> 

Did anything show up in the /lost+found directory?

-- 
-- Steve


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Joe Wulf
Good for you.  Glad you achieved some lessons learned and success in getting 
some data back!
Now you can have a great weekend!




>
> From: Jim 
>To: Community support for Fedora users  
>Sent: Friday, July 6, 2012 3:13 PM
>Subject: Re: SOLVED: sda2 is corrupted
> 
>
>On 07/06/2012 03:01 PM, Richard Vickery wrote:
>
>On Fri, Jul 6, 2012 at 11:55 AM, Jim  wrote:
>>
>>Will guys I want to thank all of you that help me on this project.
>>>
>>>This computer crashed four days after I gave it to my friend
,he said he just exited from playing his Games to logging
onto the internet with Firefox. and something popped up
about robo.. and he could not restart computer.
>>>It would come up to "rescue grub" at bootup, I checked the
partitions with gparted it changed the  / an /home
partitions to "UNKNOWN".  It crashed two partitions
>>>
>>>I finally got the img of sda2 on to external hard drive
26gb.
>>>
>>>Then I did a e2fsck /dev/sda2 it took e2fsck about 45 mins
to fix the sda2 partition , One of Two users /home
directories was totally gone , the one tjhat was being used
at CRASH time.  But the one that was not being used and had
the important data to be saved was still intact.
>>>
>>>I have never seen a Linux computer crashed this bad.
>>>
>>>
>>>THANK GOD FOR THE GUYS THAT DEVELOPE  E2FSCK. 
>>> 
>>>
>> 
>>You ought to back everything up on an external drive for this person.
>>
>>
I'am going to put it on my backup hard drive and take it over to my friends 
house and put it onto his brand new 500gb backup hard drive and let him pull 
off the files he needs.
>
>
>-- 
>users mailing list
>users@lists.fedoraproject.org
>To unsubscribe or change subscription options:
>https://admin.fedoraproject.org/mailman/listinfo/users
>Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>Have a question? Ask away: http://ask.fedoraproject.org
>
>
>-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Jim

On 07/06/2012 03:01 PM, Richard Vickery wrote:
On Fri, Jul 6, 2012 at 11:55 AM, Jim > wrote:


Will guys I want to thank all of you that help me on this project.

This computer crashed four days after I gave it to my friend ,he
said he just exited from playing his Games to logging onto the
internet with Firefox. and something popped up about
robo.. and he could not restart computer.
It would come up to "rescue grub" at bootup, I checked the
partitions with gparted it changed the  / an /home partitions to
"UNKNOWN".  It crashed two partitions

I finally got the img of sda2 on to external hard drive 26gb.

Then I did a e2fsck /dev/sda2 it took e2fsck about 45 mins to fix
the sda2 partition , One of Two users /home directories was
totally gone , the one tjhat was being used at CRASH time.  But
the one that was not being used and had the important data to be
saved was still intact.

I have never seen a Linux computer crashed this bad.


THANK GOD FOR THE GUYS THAT DEVELOPE  E2FSCK.

You ought to back everything up on an external drive for this person.


I'am going to put it on my backup hard drive and take it over to my 
friends house and put it onto his brand new 500gb backup hard drive and 
let him pull off the files he needs.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: SOLVED: sda2 is corrupted

2012-07-06 Thread Richard Vickery
On Fri, Jul 6, 2012 at 11:55 AM, Jim  wrote:

>  Will guys I want to thank all of you that help me on this project.
>
> This computer crashed four days after I gave it to my friend ,he said he
> just exited from playing his Games to logging onto the internet with
> Firefox. and something popped up about robo.. and he could not
> restart computer.
> It would come up to "rescue grub" at bootup, I checked the partitions with
> gparted it changed the  / an /home partitions to "UNKNOWN".  It crashed two
> partitions
>
> I finally got the img of sda2 on to external hard drive 26gb.
>
> Then I did a e2fsck /dev/sda2 it took e2fsck about 45 mins to fix the sda2
> partition , One of Two users /home directories was totally gone , the one
> tjhat was being used at CRASH time.  But the one that was not being used
> and had the important data to be saved was still intact.
>
> I have never seen a Linux computer crashed this bad.
>
>
> THANK GOD FOR THE GUYS THAT DEVELOPE  E2FSCK.
>
>
You ought to back everything up on an external drive for this person.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


SOLVED: sda2 is corrupted

2012-07-06 Thread Jim

Will guys I want to thank all of you that help me on this project.

This computer crashed four days after I gave it to my friend ,he said he 
just exited from playing his Games to logging onto the internet with 
Firefox. and something popped up about robo.. and he could not 
restart computer.
It would come up to "rescue grub" at bootup, I checked the partitions 
with gparted it changed the  / an /home partitions to "UNKNOWN".  It 
crashed two partitions


I finally got the img of sda2 on to external hard drive 26gb.

Then I did a e2fsck /dev/sda2 it took e2fsck about 45 mins to fix the 
sda2 partition , One of Two users /home directories was totally gone , 
the one tjhat was being used at CRASH time.  But the one that was not 
being used and had the important data to be saved was still intact.


I have never seen a Linux computer crashed this bad.


THANK GOD FOR THE GUYS THAT DEVELOPE  E2FSCK.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org