| Author |
Message |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Tue 03 May 2011, 22:21 Post_subject:
Pburn: need to recover data after bad burn Sub_title: I see that the data burned but no computer sees the disc |
|
I burned 3 dvd's full of data using pburn...have always been successful with pburn in the past...now nothing sees these dvds at all even though I can look at the surface of the disc and see clearly that it burned...
Is there any way I can salvage these dvds and make them readable? Any way at all?
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sat 07 May 2011, 22:43 Post_subject:
|
|
Ouch...73 looks and no replies...that doesn't look good...
|
|
Back to top
|
|
 |
Makoto

Joined: 03 Sep 2009 Posts: 1406 Location: Out wandering... maybe.
|
Posted: Sat 07 May 2011, 23:24 Post_subject:
|
|
I know that under Windows, you could try programs like these to attempt to recover data from CDs/DVDs. ISOBuster is the one I see mentioned most of the time, and that type of program usually tends to be shareware/commercial software.
I'm not sure if there's anything that'll work under Linux, though.
_________________ [ Puppy 4.3.1 JP, Frugal install | 1GB RAM | 1.3GB swap ] * My Pidgin Builds for Puppy 4.3.1
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Sun 08 May 2011, 01:42 Post_subject:
|
|
| Quote: | | I'm not sure if there's anything that'll work under Linux, though. |
I think there is, but I can't remember what
BTW, I've heard isobuster works in Wine.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 868 Location: .ar
|
Posted: Sun 08 May 2011, 03:24 Post_subject:
|
|
You could try with dd, it has to be a way of get the whole DVD's back, bit to bit... I was thinking in something like this:
| Code: | | dd if=/dev/srX of=/mnt/sdX/temp.ISO bs=512 conv=noerror,sync |
This way you'll copy the whole DVD to an ISO file, even the sector with fails on it. Off course, be careful of replace the drives and devices names.
Hope this get you a hint...
Good luck.
PS: There is an utility called 'ddrescue' somewhere.
_________________

|
|
Back to top
|
|
 |
Indy

Joined: 01 Feb 2006 Posts: 65 Location: Sydney, Australia
|
Posted: Sun 08 May 2011, 05:15 Post_subject:
Sub_title: Try Photorec? |
|
Maybe Photorec?
I had some success reading from CDs that looked otherwise blank (I think the person who put the data on the CDs used Nero or some such under Windows).
| Quote: | | PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory. PhotoRec ignores the file system and goes after the underlying data, so it will still work even if your media's file system has been severely damaged or reformatted. |
http://www.murga-linux.com/puppy/viewtopic.php?t=28453
http://www.murga-linux.com/puppy/viewtopic.php?search_id=923263474&t=66948
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sun 08 May 2011, 19:36 Post_subject:
|
|
Oh, you all rock! I'm going to try out stuff now and see what works!
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sun 08 May 2011, 19:53 Post_subject:
|
|
| GustavoYz wrote: | You could try with dd, it has to be a way of get the whole DVD's back, bit to bit... I was thinking in something like this:
| Code: | | dd if=/dev/srX of=/mnt/sdX/temp.ISO bs=512 conv=noerror,sync |
This way you'll copy the whole DVD to an ISO file, even the sector with fails on it. Off course, be careful of replace the drives and devices names.
Hope this get you a hint...
Good luck.
PS: There is an utility called 'ddrescue' somewhere. |
"No medium found" unfortunately...trying other stuff
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 868 Location: .ar
|
Posted: Tue 10 May 2011, 00:13 Post_subject:
|
|
Oops, then something went wrong...
As an image worth more than a crappy explanation, see the caps.
(The second one is the same, without the extra parameters in the command).
You could also try with "notrunc" parameter between noerror and sync.
| Description |
|
| Filesize |
40.91 KB |
| Viewed |
839 Time(s) |

|
| Description |
|
| Filesize |
75.84 KB |
| Viewed |
231 Time(s) |

|
_________________

|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Tue 10 May 2011, 04:09 Post_subject:
Sub_title: Try Photorec? |
|
| Indy wrote: | | Maybe Photorec? |
Photorec is good for what it does - scanning raw data on the disk and recognising file fragments. But it doesn't try to actually read the filesystem on the disk. Programs like isobuster do.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Wed 11 May 2011, 20:53 Post_subject:
|
|
Thanks, Gustavo, but that's what I get:
| Code: |
cd /dvd-recover/
dd bs=512k conv=noerror,sync if=/dev/hdc of=disk1.iso
dd: opening '/dev/hdc': No medium found
|
Yes, dev/hdc is how it is identified on this pc, no idea why (in both Gentoo and Puppy). I know 'cause I can go
and it opens.
disciple: isobuster costs money, and steve no gotty money. It lets you run a trial version, but I can't see what it is I should be doing...nothing jumps out at me...suggestions?
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Thu 12 May 2011, 03:58 Post_subject:
|
|
Sorry, I only used it once, a couple of years ago. But I didn't think it was terribly hard to figure out.
Have you looked in the help?
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Thu 12 May 2011, 06:10 Post_subject:
|
|
| Quote: | | AcetoneISO, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. |
http://www.acetoneteam.org/
Aitch
|
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 759
|
Posted: Thu 12 May 2011, 12:32 Post_subject:
|
|
Well for my two cents i'd reccomend safecopy I don't know if anyone has a pet out for it but I have one made if you wanna try it.
safecopy is a data recovery tool which tries to extract as much data as possible from a problematic (i.e. damaged sectors) source - like floppy drives, hard disk partitions, CDs, tape devices, ..., where other tools like dd would fail due to I/O errors.
_________________ PupRescue 2.5
Puppy Crypt 528
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6198 Location: Auckland, New Zealand
|
Posted: Fri 13 May 2011, 06:31 Post_subject:
|
|
| Aitch wrote: | | Quote: | | AcetoneISO, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. |
http://www.acetoneteam.org/
Aitch  |
AcetoneISO is all about different types of CD/DVD image files, not about reading defective disks.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
|