Results 1 to 4 of 4

Thread: File Recovery in Windows 7

  1. #1
    Join Date
    Jul 2012
    Beans
    2

    File Recovery in Windows 7

    TopographicOceans

    If ubuntu can boot from a live USB can it access a windows 7 file system and move files from windows 7 to the flash drive or cd/dvd in the event of a crashed windows 7 operating system?
    Last edited by TopographicOceans; July 10th, 2012 at 04:08 AM. Reason: Make searching easier

  2. #2
    Join Date
    Mar 2012
    Location
    Near one of my computers
    Beans
    307
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: File Recovery in Windows 7

    Yes, if you boot from a live cd or usb (ubuntu) you can access the windows filesystem.

    If you boot to the desktop on a live cd/usb, go ahead and open up the file manager (the orange folder near the top-left of the screen.)

    In the top left of the file manager window that opens, there should be a list of devices. Your windows partition should be there. You can click on it and open the windows hard drive from there.

    If this doesn't work, you will have to mount the partition manually.

    Press the windows key, then type 'terminal' and press enter. In the terminal use the following commands to mount your windows partition.

    Code:
    mkdir windows
    
    sudo mount /dev/sda1 windows
    Now, open up the file manager again and navigate to the windows folder. If you don't find your files there, you have to try another partition. Do the following.
    Code:
    sudo umount windows
    
    sudo mount /dev/sda2 windows
    Open the file manager again and see if your files are there.

    Good luck, and welcome to the forums.

    Kopkins

  3. #3
    Join Date
    Jul 2012
    Beans
    2

    Re: File Recovery in Windows 7

    Thanks for the information. It looks like I have a lot of research to do.

    What I am most interested in is Windows 7 recovery tools such as Microsoft Dart 6.5. Here is the URL:

    http://technet.microsoft.com/en-us/l.../ee532075.aspx

    I'm wondering if I can run these diagnostics under ubuntu.

  4. #4
    Join Date
    Mar 2012
    Location
    Near one of my computers
    Beans
    307
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: File Recovery in Windows 7

    You may be able to run them under wine. Wine is a compatibility layer for ubuntu that lets you run many windows programs.

    On the other hand, ubuntu has many useful tools available. I have this page bookmarked in case anything every goes awry.

    https://help.ubuntu.com/community/DataRecovery

    EDIT: just looked at your link. I'm unfamiliar with DaRT so I could be wrong, but it looks like it is a program that builds a bootable CD which contains those tools. I'm unsure how you would get those tools outside of that program/CD.

    Kopkins
    Last edited by Kopkins; July 11th, 2012 at 12:14 AM.

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
  •