Results 1 to 10 of 10
Hi, I recently lost the ability to boot to windows after a bad SP1 update install. I want to recover my files that are on the HD with SystemRescueCD.
I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-02-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
SystemRescueCD help in recovering my files
Hi, I recently lost the ability to boot to windows after a bad SP1 update install. I want to recover my files that are on the HD with SystemRescueCD.
I found this on another forum
"If your goal is to save the data on the laptop, you're in great shape! The fact that you can successfully find and mount the NTFS partition means that you can use a wide variety of methods with the SystemRescueCD to grab a copy of the files you want. You can use floppies, an external hard drive, or a USB stick and transfer the files to it. If you have at least one more computer and a network, you can mount an SMB/CIFS share from another system (i.e. "map a network drive") and then copy the files to the network share. You can use FTP. The possibilities are endless."
I was wondering if someone could help me out with this process. I do have an external harddrive and a couple of spare USB's. Thanks in advance.
- 07-02-2008 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
Okay so I loaded up SystemRescueCD and then I typed in wizard to get to the graphical interface. Anyone know the next step?
- 07-02-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
Will it be easier to locate and transfer my files if I use a different live cd, such as Ubuntu?
- 07-02-2008 #4
It really shouldn't matter to much which LiveCD you choose to employ. But to recover your Windows files, you're going to have to first mount the NTFS partition so that it's accessible from Linux. This link should help you out in that regard. After mounting it, you should be able to locate and transfer your data.
Good luck!Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-02-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
I mounted the HD using
ntfs-3g /dev/sda1 /mnt/window
then i typed
ls /mnt/windows
and I see some files that are highlighted in green and some that are not
How exactly do I transfer files onto another medium? I'm also a little confused as to how to navigate around in linux..
cd \(folder name) is to go into that folder right?
- 07-02-2008 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
Also, this is a side question...
I'm getting this error message when I boot up windows
NTOSKRNL.EXE is missing or corrupt
(i've tried the vista fixes for it and they are not working)
Is there a way to fix this problem with systemrescuecd?
- 07-02-2008 #7Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
- 07-02-2008 #8
After mounting the Windows partition, you'll also have to mount your other media the same way (like a USB drive or something). Then execute
to get into the directory that you need. ExecuteCode:cd /<name_of_directory>
By that, I mean just locate filename.txt in whatever directory it is, and use mv to move it over to new directory (on your USB drive).Code:mv <name_of_file> <destination_directory_name_of_file>
Explanation of mv commandJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-02-2008 #9
i think I may have found just the link for you: Sysresccd-manual-en Mounting an NTFS partition with full Read-Write support - SystemRescueCd
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-02-2008 #10Just Joined!
- Join Date
- Jun 2008
- Posts
- 21
I ended up buying an HD enclosure to get my files off. Thanks for all of the help though.. I'm just too inexperienced with linux!!


Reply With Quote

