LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-23-2006, 12:55 PM   #1
saimike
Member
 
Registered: Aug 2003
Posts: 71

Rep: Reputation: 15
which livecd distro good for system recovery?


hi folks,

my main gaming platform (win xp sp2) is giving me problems and i might have to reinstall *roll eyes*. however, i need to go into the hdd to recover some of my config files etc.

is there a good livecd which would help me do this? i tried DSL (did not discover my mouse -- and i tried both ps2 and usb), knoppix and xubuntu (both can't seem to read my ntfs hdd?).

i am fine with not using X to do all of this, as long as i can copy the files to a usb memory stick.

any suggestions will be much appreciated!
 
Old 11-23-2006, 01:04 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
My vote would go to Knoppix. It has very good hardware detection, and a very good web site with documentation and help. I like version 3.9, there is newer, but I had problems with udev on the latest version.

I have saved several XP systems using Knoppix. God knows, they needed it.
 
Old 11-23-2006, 02:01 PM   #3
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by camorri
My vote would go to Knoppix. It has very good hardware detection, and a very good web site with documentation and help. I like version 3.9, there is newer, but I had problems with udev on the latest version.

I have saved several XP systems using Knoppix. God knows, they needed it.
Yep.., Knoppix, or maybe Mepis. I've also used Knoppix as a rescue CD on a hosed XP system. Worked well enough to let me get important files backed up. After that, I lost interest trying to"fix" it, and Format C:/s it was..

IGF
 
Old 11-23-2006, 03:33 PM   #4
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
Knoppix is good for detecting different hardware, but I find I'm liking Slax a bit better. Since it's a bit more stripped down it boots and runs a lot faster (I'd say it's comparable to my ubuntu hard drive install). If all you need is to save some configuration files all the bells and whistles in knoppix are probably not useful.
 
Old 11-23-2006, 04:19 PM   #5
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
This is my favourite when I fall into problems...
http://www.sysresccd.org/Main_Page
No GUI, but very well documented
Ciao
 
Old 11-24-2006, 01:13 PM   #6
saimike
Member
 
Registered: Aug 2003
Posts: 71

Original Poster
Rep: Reputation: 15
it just so happens i have a copy of knoppix livecd sitting around. question is: how do i access my harddrive when i log in?
 
Old 11-24-2006, 01:27 PM   #7
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
I think Ubuntu is fabulous. It detects hardware and enables network connections so you can shoot files off to another remote system. This is really handy.

Once it boots up cd to the root directory:
cd /

Create a mount point like hd:
mkdir hd

Mount the drive with something like:
mount /dev/hda1 /hd

Normally the partition type is detected automatically but if it's not then the above command is something like:
mount -t reiserfs /dev/hda1 /hd

Of course if you have want to mount a different partition it's just:
mount /dev/hda2 /hd

Once a mount point is used you have to either create a new one or free up the old one before making another mount:
umount /dev/hda1
This unmounts your hda1 partition from hd if you did what I decribed above.

Another issue you can run into with distros like Ubuntu is that it requires sudo because there are no root logins. Just do a:
sudo su -

This will give you the necessary access to get your business done

Let us know if you need more help.
 
Old 11-24-2006, 01:32 PM   #8
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
i also vote for slax. like mcmillan says, it boots a lot faster. and it boots to a command prompt, too, no waiting for bloaty X to load (the last version i tried, at least).
 
Old 11-24-2006, 01:41 PM   #9
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
So do I. I only use Slackware, however, when it comes to hardware detection I've ended up using Ubuntu because I don't want to figure out how to make things work in Slackware when I only want to get the files out. It's faster to wait for slow Ubuntu, then to figure out the hardware problem for yourself. If I'm not even going to keep the system I don't care to trouble shoot. Remember it's just recovery.
 
Old 11-24-2006, 02:34 PM   #10
xxx_anuj_xxx
Member
 
Registered: Jun 2004
Location: Bharat
Distribution: RedHat, Debian, FreeBSD, Fedora, Centos
Posts: 114

Rep: Reputation: 16
I would suggest knoppix.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
good distro for an old system Chypmunk Linux - Software 13 09-27-2006 07:51 AM
Hard Drive Diagnostics and Data Recovery tool on a LiveCD bgbranko Linux - Distributions 2 09-22-2006 03:05 AM
good distro for an old system? Brahl Linux - Distributions 5 01-30-2005 06:01 PM
Semi-Newbie seeks distro for a dual boot system. Must include a good package manager Whiskers Linux - Distributions 10 11-12-2004 02:11 AM
What would be a good distro for my system? whishkah Linux - Distributions 6 06-23-2004 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration