 |
|
 |
|
Next: [PATCH 0/3] DRM/KMS framebuffer fixes
|
| Author |
Message |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 1) Posted: Mon Nov 02, 2009 5:20 am
Post subject: Recovering data from duff CDROM ? Archived from groups: alt>os>linux (more info?)
|
|
|
I burned a CDROM a short while back, and now can't get the damn thing to
mount (even though it would have been checked as OK prior to storage). As
its got data on it that is no longer available from source, I'm wondering
if anybody has any favorite tricks they've used to force a mount.
Its a cheapo Memorex thing from some supermarket, and the data was
originally on an ext2 file system. The data is a collection of MP3
lectures, and was burned as data (not as an audioCD) to this CDROM using
Brasero on a Zenwalk-5.2 OS.
I've tried the usual "auto" and "ext2" mount options, and the "-s" sloppy
mount flag, but the best I can manage is a lot of disk spinning, followed
by a report that the resource is read only (its not) and a mount screen
report about "No such file or directory" available.
Just to be sure I'd actually managed a burn in the first place, I dropped
the disk into a burn process in XFburn (the app I'm currently using on
Slackware) and, as expected, got a report that the CDROM disk was full.
There is no visible evidence of damage on the disk itself. Its shiney new.
I'm open to suggestions about now. Clues anyone?
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 91
|
(Msg. 2) Posted: Mon Nov 02, 2009 6:59 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Mike Jones wrote:
>
> I burned a CDROM a short while back, and now can't get the damn thing to
> mount (even though it would have been checked as OK prior to storage). As
> its got data on it that is no longer available from source, I'm wondering
> if anybody has any favorite tricks they've used to force a mount.
>
> Its a cheapo Memorex thing from some supermarket, and the data was
> originally on an ext2 file system. The data is a collection of MP3
> lectures, and was burned as data (not as an audioCD) to this CDROM using
> Brasero on a Zenwalk-5.2 OS.
>
> I've tried the usual "auto" and "ext2" mount options, and the "-s" sloppy
> mount flag, but the best I can manage is a lot of disk spinning, followed
> by a report that the resource is read only (its not) and a mount screen
> report about "No such file or directory" available.
>
> Just to be sure I'd actually managed a burn in the first place, I dropped
> the disk into a burn process in XFburn (the app I'm currently using on
> Slackware) and, as expected, got a report that the CDROM disk was full.
>
> There is no visible evidence of damage on the disk itself. Its shiney new.
>
> I'm open to suggestions about now. Clues anyone?
>
try it on another machine |
|
| Back to top |
|
 |  |
External

Since: Nov 20, 2008 Posts: 33
|
(Msg. 3) Posted: Mon Nov 02, 2009 7:20 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-11-02 12:08, Mike Jones wrote:
>
> I burned a CDROM a short while back, and now can't get the damn thing to
> mount (even though it would have been checked as OK prior to storage). As
> its got data on it that is no longer available from source, I'm wondering
> if anybody has any favorite tricks they've used to force a mount.
>
> Its a cheapo Memorex thing from some supermarket, and the data was
> originally on an ext2 file system. The data is a collection of MP3
> lectures, and was burned as data (not as an audioCD) to this CDROM using
> Brasero on a Zenwalk-5.2 OS.
>
> I've tried the usual "auto" and "ext2" mount options, and the "-s" sloppy
> mount flag, but the best I can manage is a lot of disk spinning, followed
> by a report that the resource is read only (its not) and a mount screen
> report about "No such file or directory" available.
>
> Just to be sure I'd actually managed a burn in the first place, I dropped
> the disk into a burn process in XFburn (the app I'm currently using on
> Slackware) and, as expected, got a report that the CDROM disk was full.
>
> There is no visible evidence of damage on the disk itself. Its shiney new.
>
> I'm open to suggestions about now. Clues anyone?
>
The filesystem on your cdrom is not ext2, it's probably iso9660.
Try to read from the cdrom device, with dd or mk5sum and see if you
get errors.
There is a tool named ddrescue that can continue to read even if you get
block errors, and if you save it to a file, and once you have the file,
try to play it with mplayer to see if there is any hope at all to get the
mp3 files back.
/bb |
|
| Back to top |
|
 |  |
External

Since: Dec 18, 2004 Posts: 139
|
(Msg. 4) Posted: Mon Nov 02, 2009 9:20 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 02 Nov 2009 11:08:10 GMT, Mike Jones wrote:
>
>
> I burned a CDROM a short while back, and now can't get the damn thing to
> mount (even though it would have been checked as OK prior to storage). As
> its got data on it that is no longer available from source, I'm wondering
> if anybody has any favorite tricks they've used to force a mount.
Just for fun, try
mount -t auto /dev/xxxx /some_mount_point_here |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 5) Posted: Mon Nov 02, 2009 9:20 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to philo:
> Mike Jones wrote:
>>
>> I burned a CDROM a short while back, and now can't get the damn thing
>> to mount (even though it would have been checked as OK prior to
>> storage). As its got data on it that is no longer available from
>> source, I'm wondering if anybody has any favorite tricks they've used
>> to force a mount.
>>
>> Its a cheapo Memorex thing from some supermarket, and the data was
>> originally on an ext2 file system. The data is a collection of MP3
>> lectures, and was burned as data (not as an audioCD) to this CDROM
>> using Brasero on a Zenwalk-5.2 OS.
>>
>> I've tried the usual "auto" and "ext2" mount options, and the "-s"
>> sloppy mount flag, but the best I can manage is a lot of disk spinning,
>> followed by a report that the resource is read only (its not) and a
>> mount screen report about "No such file or directory" available.
>>
>> Just to be sure I'd actually managed a burn in the first place, I
>> dropped the disk into a burn process in XFburn (the app I'm currently
>> using on Slackware) and, as expected, got a report that the CDROM disk
>> was full.
>>
>> There is no visible evidence of damage on the disk itself. Its shiney
>> new.
>>
>> I'm open to suggestions about now. Clues anyone?
>>
>>
>
>
> try it on another machine
Done that already.
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 6) Posted: Mon Nov 02, 2009 9:20 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to Bit Twister:
> On Mon, 02 Nov 2009 11:08:10 GMT, Mike Jones wrote:
>>
>>
>> I burned a CDROM a short while back, and now can't get the damn thing
>> to mount (even though it would have been checked as OK prior to
>> storage). As its got data on it that is no longer available from
>> source, I'm wondering if anybody has any favorite tricks they've used
>> to force a mount.
>
> Just for fun, try
> mount -t auto /dev/xxxx /some_mount_point_here
Done that already, and 'mount -s -t auto /dev/xxxx /some_mount_point'
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Apr 06, 2007 Posts: 99
|
(Msg. 7) Posted: Mon Nov 02, 2009 11:20 am
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
bb a écrit :
>
> There is a tool named ddrescue that can continue to read even if you get
> block errors, and if you save it to a file, and once you have the file,
> try to play it with mplayer to see if there is any hope at all to get the
> mp3 files back.
Will mplayer be happy to be fed with a filesystem image ?
If not, you can try to recover files from the filesystem image with
photorec, which is part of the testdisk package. |
|
| Back to top |
|
 |  |
External

Since: Sep 14, 2004 Posts: 91
|
(Msg. 8) Posted: Mon Nov 02, 2009 1:01 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Mike Jones wrote:
> Responding to philo:
>
>> Mike Jones wrote:
>>> I burned a CDROM a short while back, and now can't get the damn thing
>>> to mount (even though it would have been checked as OK prior to
>>> storage). As its got data on it that is no longer available from
>>> source, I'm wondering if anybody has any favorite tricks they've used
>>> to force a mount.
>>>
>>> Its a cheapo Memorex thing from some supermarket, and the data was
>>> originally on an ext2 file system. The data is a collection of MP3
>>> lectures, and was burned as data (not as an audioCD) to this CDROM
>>> using Brasero on a Zenwalk-5.2 OS.
>>>
>>> I've tried the usual "auto" and "ext2" mount options, and the "-s"
>>> sloppy mount flag, but the best I can manage is a lot of disk spinning,
>>> followed by a report that the resource is read only (its not) and a
>>> mount screen report about "No such file or directory" available.
>>>
>>> Just to be sure I'd actually managed a burn in the first place, I
>>> dropped the disk into a burn process in XFburn (the app I'm currently
>>> using on Slackware) and, as expected, got a report that the CDROM disk
>>> was full.
>>>
>>> There is no visible evidence of damage on the disk itself. Its shiney
>>> new.
>>>
>>> I'm open to suggestions about now. Clues anyone?
>>>
>>>
>>
>> try it on another machine
>
>
> Done that already.
>
>
there's a windows utility call iso buster that I've used with good results.
don't know if there is a Linux equiv |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 9) Posted: Mon Nov 02, 2009 1:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to Pascal Hambourg:
> Hello,
>
> bb a écrit :
>>
>> There is a tool named ddrescue that can continue to read even if you
>> get block errors, and if you save it to a file, and once you have the
>> file, try to play it with mplayer to see if there is any hope at all to
>> get the mp3 files back.
>
> Will mplayer be happy to be fed with a filesystem image ? If not, you
> can try to recover files from the filesystem image with photorec, which
> is part of the testdisk package.
These look useful, but first I need to get the dvd drive to physically
read something. ATM its just spins a while, then bombs out with a "No
such file or directory" error.
I'll play around with ddrescue, but I don't thing it'll do much until I
can figure out how to read /something/ on the duff disk.
Cheers.
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 10) Posted: Mon Nov 02, 2009 1:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to Mike Jones:
> Responding to Pascal Hambourg:
>
>> Hello,
>>
>> bb a écrit :
>>>
>>> There is a tool named ddrescue that can continue to read even if you
>>> get block errors, and if you save it to a file, and once you have the
>>> file, try to play it with mplayer to see if there is any hope at all
>>> to get the mp3 files back.
>>
>> Will mplayer be happy to be fed with a filesystem image ? If not, you
>> can try to recover files from the filesystem image with photorec, which
>> is part of the testdisk package.
>
>
> These look useful, but first I need to get the dvd drive to physically
> read something. ATM its just spins a while, then bombs out with a "No
> such file or directory" error.
>
> I'll play around with ddrescue, but I don't thing it'll do much until I
> can figure out how to read /something/ on the duff disk.
>
> Cheers.
Update: Just tried mount -t iso9660 /dev/sr0 /home/user/temp
and got 'mount: /dev/sr0: can't read superblock' as the error.
This is a different error to the others, so maybe the superblock is
barfed on the cdrom disk? If so, maybe its beyond recovery?
Its a read:write disk, so there may be a trick yet?
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2007 Posts: 117
|
(Msg. 11) Posted: Mon Nov 02, 2009 1:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-11-02, Mike Jones <Not RemoveThis @Arizona.Bay> wrote:
> Responding to Pascal Hambourg:
>
>> Hello,
>>
>> bb a écrit :
>>>
>>> There is a tool named ddrescue that can continue to read even if you
>>> get block errors, and if you save it to a file, and once you have the
>>> file, try to play it with mplayer to see if there is any hope at all to
>>> get the mp3 files back.
>>
>> Will mplayer be happy to be fed with a filesystem image ? If not, you
>> can try to recover files from the filesystem image with photorec, which
>> is part of the testdisk package.
>
>
> These look useful, but first I need to get the dvd drive to physically
> read something. ATM its just spins a while, then bombs out with a "No
> such file or directory" error.
This is attempt to read a filesystem.
Now, ddrescue is different (as is dd)
It doesn't care about file systems, it reads the device.
I have rescued some really badly broken ones with ddrescue.
This takes time (hours or days) to accomplish but something will be
rescued, that's for sure.
You may be better off with creating a raw device and try to read from
that, it's worked here.
Here's one set of instructions:
http://ask.metafilter.com/68265/But-its-just-a-little-scratch
>
> I'll play around with ddrescue, but I don't thing it'll do much until I
> can figure out how to read /something/ on the duff disk.
Your "no such file" is telling me that you haven't tried on device level.
Try ddrescue, it's worth it.
Vahis
--
"Sunrise 7:48am (EET), sunset 4:18pm (EET) at Espoo, Finland (8:30 hours daylight)"
http://waxborg.servepics.com
Linux 2.6.25.20-0.5-default #1 SMP 2009-08-14 01:48:11 +0200 x86_64
8:10pm up 3 days 1:11, 11 users, load average: 0.20, 0.17, 0.18 |
|
| Back to top |
|
 |  |
External

Since: Aug 01, 2007 Posts: 117
|
(Msg. 12) Posted: Mon Nov 02, 2009 1:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-11-02, Mike Jones <Not.TakeThisOut@Arizona.Bay> wrote:
>
> Update: Just tried mount -t iso9660 /dev/sr0 /home/user/temp
>
> and got 'mount: /dev/sr0: can't read superblock' as the error.
A broken disk can hardly be mounted.
It must be read on device level, unmounted.
>
> This is a different error to the others, so maybe the superblock is
> barfed on the cdrom disk? If so, maybe its beyond recovery?
>
> Its a read:write disk, so there may be a trick yet?
>
I recommend ddrescue warmly.
Vahis
--
"Sunrise 7:48am (EET), sunset 4:18pm (EET) at Espoo, Finland (8:30 hours daylight)"
http://waxborg.servepics.com
Linux 2.6.25.20-0.5-default #1 SMP 2009-08-14 01:48:11 +0200 x86_64
8:22pm up 3 days 1:23, 11 users, load average: 0.14, 0.17, 0.16 |
|
| Back to top |
|
 |  |
External

Since: Nov 25, 2008 Posts: 7
|
(Msg. 13) Posted: Mon Nov 02, 2009 5:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On 2009-11-02, Mike Jones <Not.TakeThisOut@Arizona.Bay> wrote:
> I burned a CDROM a short while back, and now can't get the damn thing to
> mount (even though it would have been checked as OK prior to storage). As
> its got data on it that is no longer available from source, I'm wondering
> if anybody has any favorite tricks they've used to force a mount.
Once recovered one by forcing the drive to read it at a slow rate (1x speed
or 2x speed).
If I'm not mistaken, I did that by using hdparm:
hdparm -E 2 /dev/cdrom
Mind that you try your reading on a CD-ROM drive, not a DVD drive. Unless it
was burned on a DVD burner, in which case you use that one.
Min CD-ROM speed for a DVD device is 8x, of course.
Good luck.
--
Any time things appear to be going better, you have overlooked
something. |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 14) Posted: Mon Nov 02, 2009 5:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to Rikishi42:
> On 2009-11-02, Mike Jones <Not.RemoveThis@Arizona.Bay> wrote:
>
>> I burned a CDROM a short while back, and now can't get the damn thing
>> to mount (even though it would have been checked as OK prior to
>> storage). As its got data on it that is no longer available from
>> source, I'm wondering if anybody has any favorite tricks they've used
>> to force a mount.
>
> Once recovered one by forcing the drive to read it at a slow rate (1x
> speed or 2x speed).
>
> If I'm not mistaken, I did that by using hdparm:
>
> hdparm -E 2 /dev/cdrom
>
> Mind that you try your reading on a CD-ROM drive, not a DVD drive.
> Unless it was burned on a DVD burner, in which case you use that one.
>
> Min CD-ROM speed for a DVD device is 8x, of course.
>
>
> Good luck.
Hmmm. Interesting ideas there. I shall investigate. Thanks.
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
External

Since: Nov 22, 2008 Posts: 53
|
(Msg. 15) Posted: Mon Nov 02, 2009 5:20 pm
Post subject: Re: Recovering data from duff CDROM ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Responding to philo:
> Mike Jones wrote:
>> Responding to philo:
>>
>>> Mike Jones wrote:
>>>> I burned a CDROM a short while back, and now can't get the damn thing
>>>> to mount (even though it would have been checked as OK prior to
>>>> storage). As its got data on it that is no longer available from
>>>> source, I'm wondering if anybody has any favorite tricks they've used
>>>> to force a mount.
>>>>
>>>> Its a cheapo Memorex thing from some supermarket, and the data was
>>>> originally on an ext2 file system. The data is a collection of MP3
>>>> lectures, and was burned as data (not as an audioCD) to this CDROM
>>>> using Brasero on a Zenwalk-5.2 OS.
>>>>
>>>> I've tried the usual "auto" and "ext2" mount options, and the "-s"
>>>> sloppy mount flag, but the best I can manage is a lot of disk
>>>> spinning, followed by a report that the resource is read only (its
>>>> not) and a mount screen report about "No such file or directory"
>>>> available.
>>>>
>>>> Just to be sure I'd actually managed a burn in the first place, I
>>>> dropped the disk into a burn process in XFburn (the app I'm currently
>>>> using on Slackware) and, as expected, got a report that the CDROM
>>>> disk was full.
>>>>
>>>> There is no visible evidence of damage on the disk itself. Its shiney
>>>> new.
>>>>
>>>> I'm open to suggestions about now. Clues anyone?
>>>>
>>>>
>>>>
>>> try it on another machine
>>
>>
>> Done that already.
>>
>>
>>
>
>
> there's a windows utility call iso buster that I've used with good
> results. don't know if there is a Linux equiv
Doubtless. It might be a combination of things called in one commandline
though. I guess I'm going to end up learning it. ;\
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/ |
|
| Back to top |
|
 |  |
| Related Topics: | acl and linux - hi, i have to work with acl and linux; how is the best file system to do it ? (i have heard reiserfs but i don't know....
Microsoft/LINUX debate. - Why does people brother having this Microsoft/LINUX mud-slinging thing? I am new to LINUX but installed REDHAT 8..
Multiple CD volume backup solution - Hi all I'm looking for a backup package that will allow me to span multiple CDs and also allow for individual CD..
virus scanner - Hi All was wondering if i can get some idea of what people are useing for virus scanners on Redhat 8. Its sendmail tha...
trailing slash in web urls - ya this may be a lame question but i have just setup apache 2.0.46 and when i connect to http://domain it gets the..
Need advice on linux distro - I Installed Debian Linux on a spare computer 2 months ago, and that was the first time I used linux. I've been using i... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|