Results 1 to 3 of 3
Hi,
My desktop has gone all weird and won't boot, but I'm fairly sure the hard disk is OK and I'm able to boot from an Ubuntu live CD.
I've ...
- 06-06-2009 #1
Using livecd to recover data
Hi,
My desktop has gone all weird and won't boot, but I'm fairly sure the hard disk is OK and I'm able to boot from an Ubuntu live CD.
I've been away from Linux for a while and I've forgotten how to do a lot of stuff.
So I'm asking:
How do I mount the internal hard disk?
How do I copy the data from the internal hard disk to an external USB hard disk?
How can I run tests on the internal hard disk to see if it's OK or not?
Thanks very much,
Matt.
- 06-06-2009 #2
Mounting a hard drive is basically assign a mount point
mount the deviceCode:mkdir /mnt/winxp
Then use the file manager to copy and paste the file to wherever you wantCode:mount -t auto /dev/hda1 /mnt/winxp
For disk check, look at fsck
fsck(
: check/repair file system - Linux man page I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 06-07-2009 #3
How to with pictures. If not recovering Wiindows Data just substitute Linux Drive in tutorial for Windows Drive and you should be OK.
Yet Another Technology Site: How to recover your Windows files
Follow above instructions for checking disk drive by TBob.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks


Reply With Quote
