Results 1 to 4 of 4

Thread: Trying to recover files from a crashed windows laptop

  1. #1
    Join Date
    Jan 2013
    Beans
    1

    Question Trying to recover files from a crashed windows laptop

    Sorry if this topic has already been covered but I searched around and couldn't find anything that helped/made sense to me. I've never used ubuntu so I have no idea what i'm doing (sorry) but heard it could be used to recover files.

    So I installed ubuntu onto a USB using another laptop, booted it from my laptop, selected "try ubuntu".

    Now I want to access my files on the hard drive, but when I click on my hard drive it comes up with an error message saying "Unable to mount location. Adding read ACL for uid 999 to ' /media/ubuntu' failed:Operation not supported"] (*,)

    Would really appreciate some help from a more knowledgeable person than myself

  2. #2
    Join Date
    Sep 2011
    Beans
    457

    Re: Trying to recover files from a crashed windows laptop

    ok you see how this works?

    danel@danel-Dimension-4700:~$ sudo /bin/bash
    [sudo] password for danel:
    root@danel-Dimension-4700:~# ls /media/
    apt floppy floppy0 iso Ubuntu 11.10 i386
    root@danel-Dimension-4700:~# mkdir /media/disk

    These are your basic commands here to mount the hard drive file system(make readable) from a linux live cd. Should work the same from an OS installed to a flash drive:

    http://www.howtogeek.com/howto/windo...dows-computer/

    My only question is this site, because I'm not sure how you back files up to a live cd. But with a flash drive the answer is obvious you are going to put the files into the flash drive, preferably in a folder

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Trying to recover files from a crashed windows laptop

    It is possible that the NTFS partitions of your crashed windows OS might need to be force mounted as they may be marked as still in use, not having been shutdown properly by windows.

    The link shown by imachavel gives details of that so read it carefully and see if it gets you anywhere.

    You may need a separate USB drive to backup all the files you need as you will probably not be able to save files to the USB with ubuntu on it, unless you have set it up with persistence, and that will only be a maximum of 4GB, so if there are lots of files to copy over, get another USB drive for the backup.

  4. #4
    Join Date
    Jun 2012
    Beans
    18

    Re: Trying to recover files from a crashed windows laptop

    Ubuntu LiveCD/USB tries to mount the drives for the machine off /media/ubuntu, but doesn't come with /media/ubuntu there to use.

    Really this is a bug, but it's easily fixed. Either bring up a terminal and sudo mkdir /media/ubuntu or else gksu nautilus and create the directory called ubuntu inside /media that way.

    After that, it should mount fine.

Tags for this Thread

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
  •