24 Oct
I had a few hours of free time today and I’ve decided to check out a few Linux Live CD. There are so many types of Linux CDs and I don’t know which to start. I head on to The LiveCD List which contains hundreds of Live CDs and I chose SLAX, Knoppix and Ubuntu because I’ve heard of them plus all 3 has quite high votes.
Here is how you can backup files from dead Windows using either SLAX, Knoppix and Ubuntu.
1. SLAX Standard Edition Live CD (192MB)
[ Download SLAX Live CD ]
Download SLAX ISO file, burn it to CD and boot up with the CD. After the startup screen, your screen will be presented like the image below.
Type the login as: root
Password as: toor
Once logged in, type startx to run Xwindow.
Good thing about SLAX is, it will automatically mount windows partition. To access the mounted windows partition, double click the System icon on desktop, and then access Storage Media. Next, you can either backup your files to FTP or Windows Share.
To backup to FTP, run Konqueror, and type ftp://XX.XX.XX.XX at the location bar. Replace the XX with the FTP server’s IP address.
If you prefer to copy your files to a Windows computer on the same LAN, also from Konqueror, type smb://XX.XX.XX.XX at the location bar. Replace XX with the computer’s IP address.
2. Knoppix (696MB)
[ Download Knoppix Live CD ]
Download KNOPPIX ISO file, burn it to CD and boot up with the CD. It will automatically load X-Windows.
Knoppix automatically mounts windows partition and places a shortcut of your windows partition on desktop for easy access. To backup files to FTP and windows share, you can use the same method as SLAX. Run Konqueror and type ftp://xx.xx.xx.xx at location bar for FTP and smb://xx.xx.xx.xx at location bar for windows share.
3. Ubuntu Live CD (698MB)
[ Download Ubuntu Live CD ]
I bet most of you heard of Ubuntu before because of Dell. That’s why I decided to give it a try. Same thing, download Ubuntu Live CD ISO, burn it to CD and boot up with the CD.
Ubuntu will automatically boot in to X-Windows. Unfortunately for security reasons, Ubuntu doesn’t automatically mount Windows partition. From the top bar, click Places -> Computer, you can see the hard drive.

But when you try to access, it’ll give you the error message “Unable to mount the selected volume. error: device /dev/sda1 is not removable error: could not execute pmount”

You CAN mount windows partition but you got to do it manually. Psychocats has very good instructions on how to mount Windows partition in Ubuntu. I’ve tested the steps and it worked perfectly.
Once you’ve mounted Windows partition to /windows, you can either backup the windows partition files to FTP or a Windows computer on the same LAN. From the top bar, click Places -> Connect to Server. A connect to server window will appear.

From the service type, you can select FTP or Windows Share. Enter the necessary information and click Connect. You’ll notice a new mount icon appear at desktop.
Compare backing up files from dead Windows using Linux Live CD and Windows PE, using Linux Live CD is much better. Reason is:
1. Linux ignores NTFS permission
2. Don’t need to create PE image.
3. Don’t need Windows CD
4. FREE
For me, I prefer SLAX because it’s faster and auto mounts Windows partition. Leave a comment if I forgot to add any important information to this article. Thanks for your comments on previous article. Without it, I wouldn’t have discovered this method.
Technorati Tags: knoppix, ubuntu, slax, backup, ftp, samba, smb
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
Scan Windows Registry for Product Keys, Serial Licenses and Registration Numbers Backup Windows Live Messenger Standalone Installer Downloaded from Microsoft How To Create Full Windows Backup by Imaging Without Using Norton Ghost Giveaway Three Left 4 Dead 2 (L4D2) Game for FREE Recover and copy files from scratched or damaged media Guide for Making Full Windows Backup to Network Share Using Clonezilla Linux distro that’s similar to Windows XP
Have computer technical problems? Get FREE help from Raymond.CC FORUM
18 Responses for "Backup Files from Dead Windows using Linux Live CD"
dear sir
thanks for sharing ur knowledge.this site is very great ful for normal it persons.normally i do not respond to anything but i feel to say thanks for your great job. its great and this is very useful site.
from sarin
You’re welcome sarin. Thanks for your kind comment.
[...] Raymond.CC nos enseña un par de métodos más… aconsejable de ver. [...]
Hey Raymond,
Just wondering, why are you using an old version of Ubuntu? The latest version is 7.10, you used 6.06.1.
That’s because the latest version of Ubuntu Live CD is 6.0.6.1.
you can also run Ubuntu from CD with v7.04 and v7.10
I just took a look at Mandriva – it looks awesome !
way better than ubuntu
gonna try suse now
Well surely it’s possible if one knows how to do it. Why not just wait for the official Live CD to be release then only use it?
I hope Ubuntu Live CD v7 will auto mount windows partition.
thank for your nice article ,but i also heard “ERD commander 2003″ whick help u from recovering your data from damged xp but i don’t know were to find it.
Yup ERD command works too but it’s very expensive shareware. It’s something like Windows PE.
thank,i wanted a another help ,i forget my incrept password made from winzip pls help
Dear Sir,
i didn’t found some any documentation for more important information (And as far as i know this blog it will be posted in a few days).
As some know some time the FS itself can’t be accseable in the normal way or some software inabiulty (passowrd lock).
what can be done is the use of dd (i live you to show nice examples).
btw:
1.Backup a parttion
2.restore data after first sector of parttion was deleted.
3.backup disk bit per bit.
[...] Link – Leave yours [...]
I managed to get into the Knoppix live cd but I can’t copy any files in the Konqueror. I’m trying to backup my data using my external hard drive. Any help or suggestion is very appreciated. Thank you.
Dear sir,
It is nice to try to work with a working computer (parttion ) .
But what when the HardDrive is malfunctioning ?
then you should first backup a parttion (so you won’t screw up anything) :
dd if=/dev/sdX of=./filename
then do what ever you wish with that file (mount edit hack … ).
Kevin:
try mounting the external drive then drag and drop.
a faster way will be (console):
#cp -r from_where_to_copy/ where_to/
hi there!
I have a similar problem.My computer has a virus which crashes my windows,so i insert my linux mandriva live cd in order to backup my files in an external hard disk,but i am facing an unexpected issue here:
When i drug and drop my files into the external hdd there is a message which says “you dont have permission to do that” or something like that.
How can i solve this matter?
Thx for your time
If you get the “You don’t have permission to do that” I would just transfer the files over the network. It seems like permission don’t apply when over the network.
it’s really exciting.
I have Knopix linux live CD and I must change permission before mounting disc. Mounting is simple by left click on desktop drive icon, or by right click and use mount/unmount in menu. Permission can be changed by right click -> properties and there uncheck “read only” attribute. Don’t change this with “rwx” attributes. But I have also another problem. Filenames in windows can by written with special national characters. Linux represent these characters like ‘?’ and so this files cannot by copied. I don’t know how to set properly charset codepage.
Leave a reply