Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! mattireland's Avatar
    Join Date
    Dec 2007
    Posts
    33

    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.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by mattireland View Post
    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.
    Mounting a hard drive is basically assign a mount point
    Code:
    mkdir /mnt/winxp
    mount the device
    Code:
    mount -t auto /dev/hda1 /mnt/winxp
    Then use the file manager to copy and paste the file to wherever you want

    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.

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...