Fedora Linux Support Community & Resources Center
  #1  
Old 8th June 2012, 04:50 AM
Pekin Offline
Registered User
 
Join Date: Jun 2012
Location: US
Posts: 4
linuxfirefox
I probably destroyed my computer [Solved]

Hello everyone, I was using the x86_64 live installation disk from a usb, on an nv53a laptop, and selected the 'shrink current system' option. After I agreed to write changes to disk, I later got an error after it tried to resize my ntfs partition... Then it crashed and my computer restarted. As of now, I cannot access the partition anymore, my windows installation disk will not recognize any current installation of windows, and of course, windows will not boot. I am currently writing this from the live media. My question is, is there ANY way to get my data back somehow? What did I do wrong?

Last edited by Pekin; 27th June 2012 at 01:16 AM. Reason: Solved!
Reply With Quote
  #2  
Old 8th June 2012, 05:09 AM
srs5694 Offline
Registered User
 
Join Date: Jan 2011
Location: Woonsocket, RI
Posts: 377
linuxfirefox
Re: I probably destroyed my computer

There's probably filesystem damage, and you'll need to use Windows filesystem repair tools to recover. This is not guaranteed to work, though, and you could make matters worse by trying. Thus, you should first do a low-level backup of the disk to another disk. With that done, there are some basic recovery tools available from the Windows installation media, and various third-party utilities (mostly commercial) are available. If you need help using them, your best bet is to ask on a Windows forum, since the recovery tools you need are Windows tools, not Linux tools.

If your data are extremely valuable, your best bet is to send the computer (or at least the hard disk) to a company that specializes in Windows data recovery. This will be very expensive. I don't happen to have any references handy.

What you did wrong was to trust that the partition resizing operation was 100% reliable. These operations always carry some risk, so you should always back up before attempting such an operation.
Reply With Quote
  #3  
Old 8th June 2012, 05:10 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: I probably destroyed my computer

You'll need to boot a live media just to survey the damage.
Examine the disk. Start using tools like fdisk, gdisk or gparted (you can 'yum install' them from the live media).
Try performing fscks on any linux file systems.

You may wanna make an image backup of the drive before doing anything more. Even if the filesystems are borked you may be able to pul out files with testdisk and similar.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #4  
Old 8th June 2012, 08:35 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: I probably destroyed my computer

No, you didn't destroy your computer!

Just your HDD or rather the file system ;-)

Please check the partition table and the smart values for bad blocks which might explain the crash

Code:
fdisk -l

yum install smartmontools
smartctl -a /dev/sda
And don't write anything to the disk before you made a backup.
Reply With Quote
  #5  
Old 8th June 2012, 09:00 AM
landho Offline
Registered User
 
Join Date: Jun 2012
Location: Melbourne
Posts: 6
linuxchrome
Re: I probably destroyed my computer

Just to clarify from the previous posts if your not sure how to make the backup of your partition use the dd command ie.
Code:
dd if=/dev/sdxn of=/largedisk/myfilename
you can check the progress of this command by typing
Code:
 killall -USR1 dd
There is a program called ntfsundelete which runs under linux and might work to recover some of your files.
Reply With Quote
  #6  
Old 8th June 2012, 11:53 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: I probably destroyed my computer

Just to clarify you should make the backup to another (external) drive or network drive and since the partition table might be corrupted you should backup the whole disk /dev/sda and not just one partition. And you should use dd_rescue instead of dd, because dd would stop after a read error.
Reply With Quote
  #7  
Old 8th June 2012, 01:07 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfirefox
Re: I probably destroyed my computer

Not to sound harsh, but you deserve for this to happen. ALWAYS ALWAYS ALWAYS ALWAYS keep a backup of all important data when you're doing dangerous operations (like running wondoze )

There's a million different data recovery utilities available for saving data from wondoze disks.
First thing you need to do is, as already mentioned to you, create a low level backup of the disk (use 'dd' to create a perfect disk image from that disk to a file on another disk), and you need to save the recovered data to a different disk from where you are recovering it.

No matter how you go about this, you will require a second disk that is LARGER in size than the original disk you are attempting to recover from.

---------- Post added at 08:07 AM ---------- Previous post was at 08:03 AM ----------

Quote:
Originally Posted by george_toolan View Post
Just to clarify you should make the backup to another (external) drive or network drive and since the partition table might be corrupted you should backup the whole disk /dev/sda and not just one partition. And you should use dd_rescue instead of dd, because dd would stop after a read error.
I really doubt that he will run into a read error. The disk is borked by horking into the face of Satan, not by actual disk damage.

Last edited by droidhacker; 8th June 2012 at 01:06 PM.
Reply With Quote
  #8  
Old 10th June 2012, 01:26 PM
anglicus's Avatar
anglicus Offline
Registered User
 
Join Date: Oct 2007
Posts: 21
windows_7ie
Re: I probably destroyed my computer

Quote:
Originally Posted by Pekin View Post
Hello everyone, I was using the x86_64 live installation disk from a usb, on an nv53a laptop, and selected the 'shrink current system' option. After I agreed to write changes to disk, I later got an error after it tried to resize my ntfs partition... Then it crashed and my computer restarted. As of now, I cannot access the partition anymore, my windows installation disk will not recognize any current installation of windows, and of course, windows will not boot. I am currently writing this from the live media. My question is, is there ANY way to get my data back somehow? What did I do wrong?
Woth a shot here:
http://www.sevenforums.com/tutorials...ot-record.html
Reply With Quote
  #9  
Old 27th June 2012, 01:16 AM
Pekin Offline
Registered User
 
Join Date: Jun 2012
Location: US
Posts: 4
windows_7firefox
Re: I probably destroyed my computer

Hey everyone, sorry for the late reply. I was waiting on my computer parts order for my first build. I was intending to install it on the laptop to get a headstart since I wanted it on my desktop. Anyway I was able to back it up and successfully recover all of my important data, which was wonderful. I just wanted to thank all of you and I appreciate all of your help; the help I've received really makes me think that Fedora will be a viable alternative. I still have many questions that aren't in the faq, so I expect to be posting here again soon.
Reply With Quote
Reply

Tags
destroyed

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F17 destroyed my F16 sea Fedora Focus 5 2nd June 2012 10:37 PM
Fedora destroyed my computer, help me!!!! AT99Scorpion Using Fedora 2 7th October 2011 04:12 PM
Destroyed Fedora mikeay93 Using Fedora 22 17th January 2009 11:15 PM
/boot got destroyed... DeathWishR Using Fedora 0 12th January 2008 01:44 AM
FC5 destroyed my system gpetroui Using Fedora 7 22nd March 2006 09:38 PM


Current GMT-time: 05:56 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat