LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-19-2007, 09:18 PM   #1
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Rep: Reputation: 30
Looking for a data recovery program


I'm using Kubuntu 7.04 and I have a backup CD with a bunch of saved programs that I can't open. I've tried cleaning and it almost mounts but then fails. Is there a good .deb data recovery program someone could recommend to solve this problem? Thanks.
 
Old 09-19-2007, 09:35 PM   #2
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
If this data is on a cdrw disk you may have a problem. First try another computer and see if it'll read the disk. I've had cds that would read in a player and the next cd wouldn't but it would read on another cd player.
 
Old 09-20-2007, 01:26 AM   #3
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Original Poster
Rep: Reputation: 30
No, it's on a regular CD-R. I burned it using K3b and I can't see a scratch on it. Weird and frustrating.
 
Old 09-20-2007, 06:58 AM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Try this:
Let's assume your /etc/fstab shows this entry for the cdrom drive: /dev/cdrom /media/cdrom, where /dev/cdrom is the cd drive, and /media/cdrom is the mount point.

From the command line, as root: mount /dev/cdrom /media/cdrom. Do you get any error messages? What are they?

Immediately after that, as root, run 'cat /var/log/messages | tail' without quotes to see the last twenty lines of /var/log/messages. Twenty line is the tail default. You can increase the number of lines with tail -n xx, where xx is the number of lines to look at. What errors, if any, do you see?
 
Old 09-20-2007, 12:56 PM   #5
Samotnik
Member
 
Registered: Jun 2006
Location: Belarus
Distribution: Debian GNU/Linux testing/unstable
Posts: 471

Rep: Reputation: 40
If there is a damaged disk, you can try to rescue data with ddrescue utility.
 
Old 09-20-2007, 04:22 PM   #6
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
I highly doubt it is the CD-R causing an issue, probably the optical drive.
Code:
Is there a good .deb data recovery program someone could recommend to solve this problem?
I would use dd or ddrescue to make an ISO image of the CD-R and mount the image as a drive. If you have a dodgy optical drive, ddrescue should eventually get a bit for bit image. Cleaning the laser with a lens cleaner may help in some cases. Below are the steps I use:
Code:
dd if=/dev/hdc of=/home/username/CD.iso bs=2048 conv=notrunc
mkdir /mnt/cd
mount -o loop /home/username/CD.iso /mnt/cd
Then the contents will be available in /mnt/cd, but you're not trying to read from a dodgy drive no more. You can also make the image using a Live CD in someone else's computer onto your 1GB pen drive and mount the image in the pen drive back at the ranch.
 
  


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
hdd recovery program that let you choose which data to getback? frenchn00b Linux - Newbie 2 07-21-2007 06:26 AM
anybody knows a good data recovery program that runs on linux? anon104 Linux - Software 4 06-04-2007 03:08 PM
LXer: Linux Data Recovery on Windows - Is possible through Disk Doctors Linux Recovery Software LXer Syndicated Linux News 0 10-22-2006 12:21 PM
Total recovery: Which program? ghost4linux, YaST2? Best drive imaging program? lagu2653 Linux - Software 1 06-20-2005 01:44 PM
Need Data Recovery Program ghrmn Linux - Software 0 10-08-2003 07:37 AM

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

All times are GMT -5. The time now is 11:36 PM.

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