Subscribe to How-To Geek

Use Ubuntu Live CD to Backup Files from Your Dead Windows Computer

If you've ever asked for help with your Windows computer that won't boot anymore, you've probably been told to "Backup all your data and then reinstall"… but if you can't boot, how can you get to your data? That's the question we'll be answering today.

One of the easiest methods to access your data is to simply boot off an Ubuntu Live CD… and it's completely free (except for the cost of a blank cd).

Burn an Ubuntu Live CD

If you have another computer, you can download and burn the Ubuntu Live CD using a very simple application called ImgBurn. Otherwise, you can bug one of your friends to help you burn a copy.

Just open up ImgBurn, and click the icon to "Write image file to disc"

image

Then click on the icon next to "Source", pick the downloaded ISO file, stick a recordable CD into the drive, and click burn.

 image

Now that you have the boot cd (which you should keep in a safe place, as it's very useful), just stick it in the drive of the computer and boot from it. You should see an option to "Try Ubuntu without any change to your computer".

image

Once the system has started up, the first thing you want to do is choose Places \ Computer from the menu.

image

This should show you all the drives available in the system, including your Windows drive. In my case, that is the 52.4 GB volume.

image

You can try and double-click on the drive to open it… and if it immediately works then lucky you! Most of the time it's going to give you an error saying "Unable to mount the volume", because Windows didn't shut it down cleanly.

image

Click the Details link so that you can see the full message, and leave this window open. You'll see a "Choice 2″ in the message, which includes the commands to force Ubuntu to use that drive even though there's something wrong.

image

What you'll want to do is open a new Terminal from Applications \  Accessories \ Terminal on the top menu. Once you've done that, then you'll want to type in a bunch of commands, which I'll walk you through.

First, we'll want to switch to "administrator" mode, which in Linux terms is known as "root". The simplest way to do it is with this command:

sudo /bin/bash

Now we'll need to create a directory that we'll mount the drive on. The full explanation of mounting drives is a little complex, so just run this command:

mkdir /media/disk

Now comes the tricky part. You'll need to type out a command very similar to this one, but you'll need to replace /dev/sda1 with what you see in that message box we showed you above. This command tells Ubuntu to use the ntfs-3g driver, and force mount even if there is a problem.

mount -t ntfs-3g /dev/sda1 /media/disk -o force

If your drive is FAT32 instead of NTFS, then you can use the following command instead:

mount -t vfat -o umask=000 /dev/sda1 /media/disk

image

If you are having problems figuring out whether you have NTFS or FAT32, and you can't figure out which /dev/whatever to use, then type in the following command at your prompt (make sure you already ran the command to run things as root)

fdisk -l

In the output you should see a lot more information about the available drives… you can see in this example that the filesystem type is NTFS and the device name is /dev/sda1.

image 

At this point, you should be able to access your hard drive through the icon in Computer.

image

Note: If you have more than one drive in the computer, or more than one partition, they should show up separately in Computer. You should perform the same steps as above to open those drives up as well.

Backing Up to External USB

The absolute simplest thing to do at this point is to plug in an external USB drive, which should place an icon on the Ubuntu desktop, and most likely immediately pop up a nautilus window showing the contents of the drive.

image

Note: I plugged in a USB Flash drive for illustration… it would be better to plug in a full external USB drive so you'll have more space for backups.

What Should I Backup?

If you aren't extremely technical, you might be wondering what on earth you should be backing up… and that's a very good question.

1) Best Method

If you have loads of empty space on your external drive or network share, you should simply backup the entire contents of the drive, and sort through it later. It'll take a little longer, but at least that way you can be sure everything has been backed up.

2) Still Good

You should try and backup your entire user folder… on XP you'll go to "Documents and Settings", and on Vista you'll go to "Users", and you should see your username in the list:

image

You can simply copy this entire folder to your backup drive, which should contain your music, documents, bookmarks, and most of your important files.

Important Note: This will not backup your application files, and you should look around your drive and see if you've saved anything important somewhere else. This is especially true if you have more than one drive. Again, your best bet is to simply backup everything.

Backing Up to Network Share

If you would rather backup your drive to a network share on another computer, you can use the Places \ Connect to Server item on the menu.

image

Change the Service type menu to "Windows share"…

image

And then enter in the details for your network drive, with these being the required fields:

  • Server: Computer Name
  • Share: Shared Folder Name
  • User Name: your username

image

Once you click the Connect button, you'll be prompted to enter in your password. Typically you can leave Domain set to the default, but if you have a custom workgroup name you should enter that instead. I also chose the "Remember password until you logout" button just so I won't have to enter the password again.

image

Once you click the Connect button you should have an icon on the desktop for your network share.

image

Now you can open up the network share, and if everything is setup correctly on the shared folder side of things, you can copy all of your files across the network using the instructions above on which files to choose.

image

At this point you should have a backup of your data. If you backed up to an external hard drive, you might want to consider also copying those files to another computer just in case, and if you copied across the network you could consider backing that up elsewhere as well.

Now you can proceed with reinstalling or whatever else you'd like to do. If you are having issues, be sure to leave them on our forum.

Download Ubuntu Live CD


Digg This Article

The Geek is the founder of How-To Geek and a geek enthusiast. This article was written on 07/13/08 and tagged with: Windows Vista, The Geek Blog, System Administration, Linux

Daily Email Updates

You can get our how-to articles in your inbox each day for free. Just enter your email below:


Comments (94)

  1. sjac

    Wow, not only a great article, but just when i needed it! My mum's computer just died and i thought, "i wonder if HTG has anything?"

  2. SuAlfons

    Hi!

    Now that Linux saved your windows a** so fine, you might also consider to give it a share on your computer when you reinstall it anyway ;-) .

    For me, Linux works 99% of my tasks (in Germany, making a tax report is a big thing, there seems to be no other than Windows software for it), so I started using Ubuntu on a regular basis.

    I only boot up windows for 1.) itunes (there are alternatives in Linux, but I like iTunes), 2.) Premiere Elements (I paid for that software, so I' gonna use it ;-) and once a year for the tax report thing ….

    Surfing, photo handling, even some old DOS games that do not work on XP anymore do run fine.

    The hardest thing is to decide which Linux to use….

    Regards,
    SuAlfons

  3. abhishek

    great tip..will recommend this article to some of my needy friends.

  4. fortmunir

    thanks for the tutorial

  5. TC

    Good article. I'm a windows-only user, but I easily managed to dl the ISO file, burn it to CD, then boot from it. A suggestion: update the article to remind the user that he might need to make a bios change to get the pc to boot from a cd.

    One question: while it booted, there was lots of action from the hard disk light. I definitely selected the option to run directly from CD. So why does the live cd seem to be reading or writing the hd?

  6. The Geek

    @TC

    You make a very good point, I should add that to the article.

    On some computers, the light is not just for hard drive, but for any drive… that would be my guess. Otherwise, I assume that the live cd is reading from the hard drive to detect all the partitions, etc.

  7. Duane

    To be fair it can save you when a Linux machine dies as well. My wife's laptop (mostly used for email reading) wouldn't boot anymore, and believe it or not I was actually able to put the "Does freezing a hard drive bring it back from the dead?" question to the test.

    Yes, it does! I used my live boot CD to get my own Windows machine (work laptop) into Linux, then used a USB connection to access her cold but alive drive long enough to get her files off. Windows by itself would still not access the drive, but Linux had no problems.

  8. Lighthouse

    Excellent article The Geek. I think everyone should have this CD in their collection, JUST IN CASE.

  9. Thomas

    I had this problem last week-ened !!!!!!!!!!
    I tried to backup files in my Windows HDD but couldn't as I couldn't mount it, so I've formattedthe HDD and reinstalled Windows.

    if only this tip would have been posted last week ;-)

    anyway thanks, i'll keep it handy…. we never know

  10. Bob

    I love ubuntu, but would something like puppy linux not be equally suited to this use? smaller to download and quicker to boot.

  11. Gary P

    Great suggestion, you also could use Puppy Linux, must smaller distro only 98mb, or Mepis to do the same thing.

  12. The Geek

    @Bob

    You are absolutely right, there are a ton of Linux distros and almost any of them would work.

    I chose Ubuntu for the article since it's the most widely known, and there's a lot more support online for it than any other distro. I figure the people reading/using this article are likely to be Windows users, so Ubuntu would be the simplest solution for them that "just works" out of the box. The point isn't to promote Ubuntu as much as it is to solve the problem =)

  13. Chris

    Another cool thing about Ubuntu 8.04 is that it can be installed in Windows without the need to repartition the HDD. I have now set up my system to dual-boot into Vista or Ubuntu using this install method.

  14. Mark Schneider

    I always new it could be done, but I had never had too… yet.
    Thanks for another awesome "how to"
    Mark

  15. Daniel Spiewak

    Fantastic article! I've been using this technique for a long time to recover and repair computers broken through Windows's incompetence. Actually, I use a Gentoo LiveCD most often, but Ubuntu is rapidly becoming easier and more capable for this stuff, given the facility to install drivers as necessary.

  16. offhermeds

    Excellent! How about some steps for restoring a Windows hard disk from these backed-up files?

  17. LA

    Very interesting, and highly useful. But the generally recommended way to get a root shell is "sudo -i" and not "sudo /bin/bash" (or any of the myriad other ways to get a root shell)

  18. The Geek

    @LA

    There are simply too many methods for starting a root shell… I've just always used that one since it ensures that I'm using bash. The point is that it works =)

  19. The Geek

    @offhermeds

    That's not a bad idea, I might consider writing something about that… seems like there are a lot more guides on how to back things up then there are for restoring them…

  20. Jake

    For those recommending Puppy, you have to take into account that Puppy will not easily work with some monitors, USB keyboards, and so forth. Ubuntu has much better hardware support. For a lot of users (most users probably) Puppy and similar distros will be fine, but Ubuntu will work for a higher percentage of people.

  21. Binny V A

    I would recommend using Knopixx for this.

  22. Christopher

    Actually, that is the last thing that you should do: re-install Windows in a fresh installation. You should actually use the Windows XP or Vista repair thing to fix the problems that are keeping Windows from starting.
    Thus far, I have wrecked my system 3 times with my own stupidity since I got a Windows Vista computer, and every time that Repair Boot choice that appears when you use the XP or Vista disc to boot your system.
    There is very rarely an occasion where I totally have to wipe someone's computer in order to fix it anymore…. in fact, I've never had to do that unless the person in question told me "I have a very recent backup" and they wanted me to do that.

  23. rainman

    This is a great article , thanks a lot

  24. 1213

    This works and is a great tip!
    -1213

  25. Rafael

    This is great. Thanx ten to the 6! BTW you should consider writing a how to book for Window users that want to switch to Linux Ubuntu because you know Windows and Linux and your explanations are cristal to us dumb windows users :)

    Example: First, we'll want to switch to "administrator" mode, which in Linux terms is known as "root".

    This I can understand

  26. wordy

    Couldn't you have written this 3 days ago? I feel so unlucky. Thanks for the article though, i am sure it will come handy in the future. lol

  27. Mystic

    I thought of this too when my dad's computer died.

    However, on the live CD, it doesn't see either drive. Not that they can't be mounted, but they just can't be seen. Windows can't even boot. What's up? Anyone have any ideas?

  28. TC

    @The Geek: ("On some computers, the [hard disk access] light is not just for hard drive, but for any drive… that would be my guess [why the hard disk light flashes while the live CD is loading].")

    You're right. My laptop manual says that the light is for "hard disk access". However, I now notice that it flashes in exact synchronization with the CD drive light, which is on the side of the laptop where I don't normally see it.

  29. Player911

    Between using WINE and a full blown Windows Virtual PC… the dependence on Windows is almost completely disappeared. WINE allows me to finally get rid of my windows partition.

  30. Merr

    Ubuntu is the best os and i have it on my laptop but im a gamer so i have windows on my desktop.
    And I will try the live cd thing to back up files next time my pc dies :P

  31. SH

    Great article, thanks!
    It realy came in handy when my parents laptop refused to boot and went BSOD on me.

  32. leonardo

    I download the iso of ubuntu, but isn´t the option "Try Ubuntu without any change to your computer"….my iso is this Ubuntu 8.04 LTS Desktop Edition - Supported to 2011…why I not see that option???

    Thank you for your help……

  33. Thomas

    Hi great article easy to understand. But I have a problem.

    I´m trying to recover files from a chrashed xp home pc. But when I run ubuntu live and click the "computer folder", there are no icons for the hard disk. just for my dvd drive and 2 usb drives. Does anyone have an idea on how to make them visible?

    The pc has 2 sata disks and they are setup in a raid,

  34. nikujin

    I followed the instructions exactly as written but when I booted from the CD rom I got a box saying I/O error when I click try Ubuntu without any changes. It said Error reading boot CD. I burned the disc several times so I don't know what I am doing wrong. Does anyone have suggestions as to what I need to do?

  35. Chris

    nikujin:

    Try burning the ISO file at the lowest possible speed. I had issues with my Live CD burned from an ISO, until a kind soul on LinuxForums suggested I try a slow burn speed.

  36. Alex

    You are my life saver.Thanks!!!

  37. rrrrray

    My sister's Windows on her laptop just died today. This is super helpful. Thanks

  38. Nikki

    Thank you so much for this! I have known of people to use Ubuntu before to save their files, but I had never heard of the "unable to mount" notification. This helped me really understand that message and how to fix it! My computer recently gave me the "system32\config\system file is corrupt or missing", and I have so many files on my computer I didn't want to lose.

    So again, Thank you for your extremely helpful article!

  39. Junior in Jamaica

    Hi there,

    I thought to do this exact thing. I am waiting for my external hard drive to arrive. For now am running the LiveCD…a bit tedious since I have to be loading all the add ons I need each time. Am a little skeptical about partitioning from the LiveCD and messing with my Windows files (unbacked up). So I'll do with it for now. I also tried installing from the CD straight as I did before…but the guided option to use what size of the partition is not available and all I see if the option to use it all (format my entire drive) so I canceled.

    My big issue here is…over the years I have added quite a bit of things to my PC. I know where to backup the usual suspects such as my User folder in vista, the items on my desktop, C: that I saved, IE favorites. But what I don't know is how do I backup or find a list of my Firefox add ons (themes, extensions) and bookmarks from within Ubuntu while accessing my hard drove? Also…what about my Opera bookmarks and skins? And lastly…how do I backup my Outlook 2007 also from Ubuntu?

    That is pretty much all I don't know how to…I can also use the Programs folder to get a list of the programs I have installed…but is there yet another way to get a list from Ubuntu also? Any help would be greatly appreciated. I am so close…I just want to seal the deal.

    Thanks again.

  40. KAGS

    This is Cool, awesome. Booting up a dead harddisk in my opinion is a headache, thanks a lot.

  41. Gerard

    Thank you very much for a well written article and it was perfect for retrieving data I thought was gone gone gone after the BSOD. Linux looks pretty good as a reasult I'm a convert!

    Thanks again

  42. JC

    Thanks a lot for the valuable info. It was a life saver!

  43. ananta

    i did the exact same thing little ago, yesterday I encountered a problem. I can not see any drive while booting from ubuntu. XP is crashed. but I know, there is hard drive. on computer, it only shows filesystem.

    also, I have admin password in XP, but I believe that as the OS is different, that does not effect and Drive should be visible.

    why it happened , any idea??

  44. TP

    I very successfully recommended this to my step-daughter to rescue files off a disk from a dead XP system that couldn't be accessed when installed as a second disk in the new computer she got.

    The thing I advised her to do - which I would strongly advise you to recommend in your article - was to make sure any files copied to her USB flash drive were virus checked before she copied them to the new computer. After all, one of the reasons Windows systems get corrupted and won't work is down to virus infections.

  45. fernando

    is it posible to burn a back up dvd with ubuntu? Thank you for this article! saved my life!

  46. Mick Barker Sr.

    Nice workups on how to revive Data, kudos my Friend.

  47. Mikey

    Hello, thanks for such a nice article.

    My Windows Xp crash nearley, and I booted from an ubuntu live cd.
    Than I connected an externel hard disk to copy windows files (under my documents and settings)
    but when i try to copy, I get the message that i dont have the permission to copy, so I dont know what to do.
    Could anyone help plz?

  48. Rich

    ya u can do that but, if you have BART PE you can do the same thing and CHKDSK and fix the drive and even turn off Services and problematic drivers!! And start the PC up!!!

  49. George

    I'm using this same setup to grab all the user data off a broken Vista laptop (won't run or re-install) and scp (read "copy" if you are a non-techie) the files to another server. The laptop is relatively new, 1.6Ghz dual-core, 1GB of RAM, etc. The system seems to spend a lot of time waiting for the ntfs-3g module (system load is very low, wait very high) then performs several reads/writes fast, then back to wait for a couple minutes. Any suggested tweaking to improve file transfer performance (I already switched from wireless to wired and from rsync to scp (was taking forever to build file list)). I'm almost done with this PC, but am looking for better performance next time. Something like half the network media speed instead of 1% or slower. It's Gutsy Gibbon, by the way. Functionally excellent, but slow.

  50. tugger

    I run a home PC repair business and have been using ubuntu for exactly this kind of fix for a couple of years now.

    For a laptop I use the ubuntu cd, and actually I don't use the terminal to sort the ntfs issue, I simply go to the add/remove programs and type ntfs in the search (all software) and it does the download and install for me. This saves alot of buggering about.
    I have a fat32 hard drive to back up onto, this appears on the ubuntu desktop, so the whole thing is drag-and-drop.

    For a desktop I simply connect a usb hard drive connector to the back of the ide or sata drive and plug it into my macbook, and boing, the hard drive appears on my desktop. It takes about 30 secs which includes taking the side off the desktop.

    tug

  51. Grub

    I always backup important pr0n files to and fro between machines on my LAN, then when Windows gets cruddy I just wipe the drive, reinstall an OS, and copy the files back again over the network.

  52. freddy

    Seems to be a bit of a long winded approach, but for a free solution, not bad.

    I just recently just purchased Acronis TrueImage as I new my wifes laptop hard disk was about to go.
    I installed it on the laptop, created a backup CD (Boot CD from the Acronis menu)
    Booted the laptop from the CD
    Did an image backup via the lan to my PC (could not backup 3 sectors)
    Got a new HD and put it in.
    Booted from the cd and restored the image via the lan to the new hard disk
    Rebooted the laptop and all works.
    (The 3 bad sectors has files which she does not use)
    All up, 1 hr to do the backup.
    10 minutes to change hard disk
    50 minute to restore the image.

  53. Maneesh

    "Most of the time it's going to give you an error saying "Unable to mount the volume",
    because Windows didn't shut it down cleanly"

    :-o .. are you serious .. makes me wonder if i should quit reading further ;)

  54. Joe

    A minor suggestion - I would suggest adding the "-r" or "-o ro" flags to use readonly when mounting the drive. Having the additional safety net of not being able to damage the filesystem by writing to it is a nice thing.

  55. Marcelino

    Freddy,

    Nice that you use Acronis TrueImage since it boot's into Linux LiveCD to perform the operations you needed. If you booted a non-graphical Linux (not Ubuntu), you will notice the initial Acronis boot and Linux boot is the same. Acronis is Windows looking GUI on Linux LiveCD. Hit ctl-alt-F1 or is it ctl-alt-f2 and Acronis drops to limited Linux shell mode. Keep cycling from F3-F7 to get back to Acronis Windows GUI.

  56. DC

    Do I have to use ImgBurn or can I use Nero?

    Any special Settings in Nero that I need to be aware of?

    thanks
    DC

  57. Daniel

    Great tip. I´ve been using this strategy for several months, but I would run the "ntfsfix /dev/yourfixeddisk" command before trying to mount with the ntfs-3g module. This fixes the partition errors and therefore there is no need to do the "-force" option in the mounted partition.

  58. Techie

    Nice Guide. I have been already using this method when XP starts giving problem.
    Liked Ubuntu so much, that I switched over to it.

  59. web

    Great post, I had to do this once and had no convenient guide like this. I got stuck at the mounting the drive part so props to this guy for explaining it clearly.

  60. Buell

    I just did this last week on one of my friend's kids laptops with SUSE! I felt clever!

  61. Jared

    I got really excited when I read this, but everytime I try to boot I have the same problem nikujin (above) did.
    When I click "try Ubuntu without any changes" it says "Error reading boot CD". I burned the disc several times (on both CDs and DVDs) and I have tried using the slowest write rate possible, but it makes no difference. Does anyone have suggestions as to what I need to do?

  62. The Geek

    If you can't get the machine to boot from any cd, there's likely some other problem going on. The problem could be memory, motherboard, or just with the cdrom itself.

  63. Jared

    @ The Geek
    The computer will boot into Windows (from hard disk), but windows is severly "broken". I cannot transfer any files from anywhere to anywhere (the option is available, but nothing happens when I actually tell the computer to move or copy the files…whether it's to an external drive, second internal drive, or to CD or DVD). It cannot connect to the network or online alone and many, but not all, programs will not run. I am planning to use system restore, but I am trying to backup my huge amount of data first. That's why this seemed like a perfect solution, but like I said above, the Ubuntu disk is read, at least enough to get me to the boot menu, but when I choose to "Try Ubuntu without any changes" it says "Error reading boot CD". It just seems odd that my drives are working, and my computer can boot windows (albeit broken), but I keep getting this "Error reading boot CD" message.

  64. Jared

    I think I figured out the problem. I looked at the file size of each Ubuntu file I downloaded (I had to do it several times before "successful"). They were all far too small…my downloads "completed" before the entire file finished transferring…I'll just have to try again until I get the whole thing…

  65. Cire

    I HAVE THE SAME PROBLEM AS LEONARDO!!!!! "Try Ubuntu without any change to your computer" is not there, instead, in the middle of the options is something that says rescue crashed computer or something like that…. I clicked that and they said error reading disc

    Help me please, or send me to an article or forum that can

  66. niteriderws6

    is this only for vista? because it dosent work on my windows xp???

  67. Jared

    I just want to say thank you for this article. Although I never successfully Dl'd Ubuntu, I used Puppy Linux (Thanks Gary P) which was a much smaller (and therefore easier) download, and it worked flawlessly. It saved me a ton of time, money, and hassle. Thanks!

  68. jeff

    I have the same problem as others. I have a dead laptop hard drive and when I go into Computer, it is not recognized. Can anyone help me with this, I'm trying to get pictures. Thanks.

  69. Ruben

    Master like!!!! THANK YOU VERY MUCH FOR THIS HELP. you saved my data!!

  70. Midon

    I am having the same problem as Ananta. I don't see my hard drive. I don't see that this was answered. Can anyone help?

    ananta

    i did the exact same thing little ago, yesterday I encountered a problem. I can not see any drive while booting from ubuntu. XP is crashed. but I know, there is hard drive. on computer, it only shows filesystem.

    also, I have admin password in XP, but I believe that as the OS is different, that does not effect and Drive should be visible.

    why it happened , any idea??

  71. Henrik

    Thanks a million, you helped me save my brothers travelpictures on his crashed laptop.

    Thanks

  72. valentina

    thank you very much for this great tutorial on how to save data from xp..my brother was in trouble with his notebook…and now his docs are safe in the external hd.
    thanx from Italy
    Valentina

  73. chyna_doll

    I don't have an external or usb drive, can i just hook my laptop to my comp while doing this and transfer my files that way? i have a Vista laptop and XP computer.

  74. knowledgebanc

    [Jared

    I got really excited when I read this, but everytime I try to boot I have the same problem nikujin (above) did.
    When I click "try Ubuntu without any changes" it says "Error reading boot CD". I burned the disc several times (on both CDs and DVDs) and I have tried using the slowest write rate possible, but it makes no difference. Does anyone have suggestions as to what I need to do?]

    Did you burn the boot disk as an image file(ISO) ? To create a BOOTABLE CD of the OS you must burn it as a ISO image.

  75. Hornzog

    When i try to boot from the cd it gets to the part where i choose "try ubunto without any change to your computer" then it goes to a black screen with white writing saying " requires x88-64CPU, only detected an i1586CPU" Then i cant do anything

    I used the desktop version and have tried both the available PC types.

    Its a Dell dimension 5000 that im tyring to do this on.

    Any ideas?

  76. Marcelino

    Hornzog, your computer is 32bit and your trying the 64bit version…go back and download the 32bit version. Down the i386 version. It is used for Pentium 1-4. i386 does not mean fro 386 computer….

  77. Lukas

    Thanks,
    that was very helpful.
    Lukas

  78. Mike

    thank you so much! i got as far as the live cd on my own thinking but i couldnt figure out how to mount the drive until i saw this amazing article :)

  79. Snail

    I did this but encountered a problem. Note: as was a "lucky one" and was able to seemingly access the Computer's hard drive.
    I connected an external HDD and copied folders under the C drive into a folder I created for this backup process.
    There is enough room on this external HDD for the at least 40 GB but I only need about ~26 GB if I copied the whole C drive — which I plan to do.
    I copied a few folders without any messages intervening.
    Here is the problem:
    I tried to copy Documents and settings and get a message: "Error while copying "DSCF9166.JPG".
    There was an error copying the file into /media/WD USB 2/(backup folder name)/(documents and settings/user/my documents/My Pictures/…more of the directory(of the path on the folder I clicked "copy" on)"
    "Show more details
    Error opening file '/media/(same directory as above except /DSCF9166.JPG': No such file or directory"

    Why does this message occur? I did the same process of clicking "copy" on the C drive folder I wanted and clicking "paste" in the external HDD's backup folder.
    The options are "Cancel" "Skip all" "Skip".
    I don't know what to do from here.
    Thank you for the post.

  80. Sai Wolf

    I have just one simple question.

    Why couldn't this be done with RHEL? SuSE? CentOS? Debian? Gentoo?

    It's frustrating to see that so many people are lauding Ubuntu as the 'catch all' linux distro. One of the things I don't want to see is 'Linux' becoming synonymous with 'Ubuntu'.

    Reading the article, there is no instruction that is Ubuntu/Debian specific (apt-get, debpkg, etc) So the exact same method would work on any distro that had the GNOME desktop.

    I would suggest that you state "You could do this with a similar linux distro" in your article, instead of directly pandering to Ubuntu.

    Just my two cents.

  81. jimdays

    I know you tried to walk through the "tricky part" slowly, but I am still confused. I can you re- explain it in different words? I'm lost with these words,"You'll need to type out a command very similar to this one, but you'll need to replace /dev/sda1 with what you see in that message box we showed you above." What exactly do I need to type when I can't mount the drive?

  82. hakimi

    [1000.XXXXXX] SQUASHFS error: Unable to read fragment cache block [xxxxx]
    [1000.XXXXXX] SQUASHFS error: Unable to read page, block XXXdXXXe. size 5b48
    [1000.XXXXXX] SQUASHFS error: sb_bread failed reading block 0xa5778

    why this appeared in my screen and what is the solution. Please help me…

  83. Cary

    As another user mentioned- perfect timing! My PC took a dump on me last week and this article saved me with minimal hassle. Biggest gripe was that it took an hour to d/l Ubuntu on my roommate's crappy laptop… :)
    Thanks.

  84. Frenchie

    Thanks for the POST.

    This was VERY useful. I think the Vista Machine I was dealing with had a virus and I had no way to back up the data on any of my other Windows machine… how ridiculous?!?!?

    I'm glad I already had a irtual Machine of Ubuntu 7 on one of my machine, it saved my day.

    Thanks

  85. francois dublin

    Thank you so much!

    I am another frenchie with similar comments! I am so glad I had a Ubuntu Live CD handy and your instructions through a second machine borrowed from work si that I was able to salvage data from my hard disk.

    It was daunting at first as I had never seen Terminal before (but heard of it); your instructions were so easy to follow it all happened as if by magic.

    You saved my day, my week, the past month (date of my last backup).

  86. Dave

    My son's laptop went south and I tried to recover it with a Linux Live CD. I was able to mount the drive but I got a message that I did not have permission to look at the contents of the folder. Has anyone tried this on a Mac? He has about $500 worth of ITunes downloads on it.

    Thanks.

  87. jonhill987

    I agree with Sai Wolf, too many of the articles are specific to Ubuntu, I understand you have to use Ubuntu for the example as you can't have all the distros on your computer but it would be nice if you said that the same can be done with almost any distro. Personally I prefer Mandriva Free as it had far better out of the box support for my laptop than Ubuntu.

    On another note, I suggested this method to someone on the forum to back up their data and they said it is asking for a username and password.

    http://www.howtogeek.com/forum.....?replies=3

    any ideas?

  88. Jeff

    Nice, but as others have mentioned, this isn't Ubuntu specific. Personally, I have a nice geekstick that has a linux system on it for this situation, or if it's my laptop, I just boot into my linux and backup from there.

    Except since I wasn't too interested in files at the time, I just used dd if=/dev/sda1 of=/path/to/backup with gzip in there somehow (I'm still waking up, so don't expect complex command lines until my 2th cup of coffee) and that worked as well.

    The only problem I see here is if the FAT/Whatever they call it in NTFS is corrupted, then you might not get your files. And never never NEVER do an rm * -rf on a corrupted drive mounted in your live system, because the corruption can cause the rm process to jump out of the sub-directory (ie: where you mounted it) and into the ROOT!! Been there, done that, feel stoopid. Shuddabin working from a live-cd, then it's not a problem…

    my $.50 worth. (inflation, y'know…)

  89. Pedro Lerias

    My problem with windows xp is that the user32.dll file is missing so I can't start it. I have used the Ubuntu cd to backup files, as you suggested, but is there a way I can copy a new user32.dll file into the windows folders? It says it is not possible, but this would solve the problem.

    Is is doable? How? I know almost no console linux language!

  90. Neil

    @ Pedro Lerias

    Not a techie, so don't know the answer. However, do you know how the .dll disapeared? Are you using AVG? There's a lot in the news atm about AVG incorrectly identyfing that particular system file as a trojan. Worth contanting AVG if this is the case as theres a years sub of AVG proffesional by the way of an apology.

  91. Pedro Lérias

    Hi Neil,

    That was exactly what happened, as I learned later. It took me by surprise and I didn't realise the mistake until it was too late. I ended up simply saving all my files using Ubuntu CD and reinstalling everything. I lost a day of work, something AVG won't pay back, I'm sure!

  92. Nate

    Thanks worked great for recovering files from a bad vista installation. I moved the files over the network and resinstalled with no problems.

  93. sc4s2cg

    Hi,

    I followed the directions to a T, and I was able to open my drive, but I cannot see the files. It says there is still 26GB of free disk space left, so I know it knows somethings on there, but I cannot see any folders/directories.

    Any ideas?

    Thanks,
    sc
    (Ps, not a techie. A dumbed down solution would be preferrable)

  94. Jaelle

    I was one of the 'lucky ones' and my hdd immediately appeared once Ubuntu loaded. However, I don't have the "permission" to drag/drop to the external hdd. How do I get around this? I'm using 7.04 Ubuntu Live on a dead Vista laptop with a NTFS external hdd.


Leave a Comment




Leave your friendly comment here.

If you have a computer help question, click here to leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Sponsored Links
Getting Started
About How-To Geek
What Is That Process?
svchost.exe
jusched.exe
dwm.exe
ctfmon.exe
wmpnetwk.exe
wmpnscfg.exe
rundll32.exe
wfcrun32.exe
Ipoint.exe
Itype.exe
Wfica32.exe
Mobsync.exe
Cmd.exe
Dpupdchk.exe

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.