Results 1 to 5 of 5

Thread: Using Ubuntu to recover Windows Files

  1. #1
    Join Date
    Dec 2008
    Beans
    3

    Using Ubuntu to recover Windows Files

    I have a gateway laptop that will not boot. I was able to load ubuntu 6.10 from cd, but could not figure out how to access the windows drive.

    Is there a way to mount the windows drive using the 6.10 cd?

    (Could not load 8.10, received an error message saying I needed a distro for i686) ( also could not download the 32-bit distro from the ubuntu.com, kept being canceled for some reason)

    Thank you for any help.
    Gross

  2. #2
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Using Ubuntu to recover Windows Files

    You need to mount it first before you can access it. Assuming your windows in on /dev/sda1, you could do something like

    Applications -> Accessories -> Terminal
    Code:
    sudo mkdir /media/widows
    sudo mount -t ntfs /dev/sda1 /media/windows
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  3. #3
    Join Date
    Dec 2008
    Beans
    3

    Re: Using Ubuntu to recover Windows Files

    Quote Originally Posted by taurus View Post
    You need to mount it first before you can access it. Assuming your windows in on /dev/sda1, you could do something like

    Applications -> Accessories -> Terminal
    Code:
    sudo mkdir /media/widows
    sudo mount -t ntfs /dev/sda1 /media/windows
    df -h


    Thank you for the reply. Sorry if this is a nub question but do I hit enter after each line or type in all the code then hit enter?

    Thanks again for the help!
    Gross

  4. #4
    Join Date
    Jul 2007
    Beans
    16

    Re: Using Ubuntu to recover Windows Files

    Run each line separately.

  5. #5
    Join Date
    Dec 2008
    Beans
    3

    Re: Using Ubuntu to recover Windows Files

    Thanks again for the reply. This is all new and very exciting stuff.

    Would the windows drive show up in COMPUTER if I mounted correctly?

    What I would like to do is access the windows files from Ubuntu and save them to a external drive, as the windows drive is corrupt and will not boot.

    Only thing at this point that is showing up in COMPUTER is the cd drive and the Ubuntu files.

    Thanks again for any help
    Gross

Bookmarks

Posting Permissions

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