安全なコピー後のオーディオCDの回復

安全なコピー後のオーディオCDの回復

K3B私は(数年前に焼いた)オーディオCDをリッピング(使用するか、別の方法で)したいと思いますflacK3Bそれができないので、CDが破損していることに気づきました。

safecopyパラメータを使用してデータを回復しました--stage-1-3。出力(以下を参照)でデータが正しく復元されたように見えます。

しかし、ファイルをマウントしてそこからインポートできるようにしたいです。残念ながら、これは本当ではないようです。

$ sudo mount -o loop -t iso9660 diskimage /media/cdrom1/
mount: block device /mnt/data/Bureau/diskimage is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

dmesgあまり役に立たない出力は表示されません。

$ dmesg | tail
ISOFS: Unable to identify CD-ROM format.

実際には認識できない形式のようです。

$ file diskimage 
diskimage: data

当然、ファイル名を.iso.raw.imgまたは.bin

インターネットで誰かが使用をお勧めしましたが、ccd2isoやはり失敗しました( Unrecognized sector mode (0) at sector 0!)。

この生データダンプからオーディオを引き続き抽出するにはどうすればよいですか?

これが出力ですsafecopy。空だったstage3.badblocks

$ safecopy /dev/sr0 diskimage --stage1
Low level device calls enabled mode: 2
Reported hw blocksize: 4096
CDROM audio - low level access: drive reset, raw read
CDROM low level disk size: 784954128
CDROM low level block size: 2352
Reported low level blocksize: 2352
File size: 784954128
Blocksize: 2352
Fault skip blocksize: 78493296
Resolution: 78493296
Min read attempts: 1
Head moves on read error: 0
Badblocks output: stage1.badblocks
Marker string: BaDbLoCk
Starting block: 0
Source: /dev/sr0
Destination: diskimage
......................................... [40961]    
......................................... [82945]    
......................................... [124929]    
......................................... [166913]    
......................................... [208897]    
......................................... [250881]    
................................[284577](+669325104){X [317950]    
}[317950](+78493296)
................[333739](+37135728){X}[367112](+78493296)

Done!
Recovered bad blocks: 0
Unrecoverable bad blocks (bytes): 2 (156986592)
Blocks (bytes) copied: 333739 (784954128)

xavier@marvin:~/Bureau$ safecopy /dev/sr0 diskimage --stage2
Low level device calls enabled mode: 2
Reported hw blocksize: 4096
CDROM audio - low level access: drive reset, raw read
CDROM low level disk size: 784954128
CDROM low level block size: 2352
Reported low level blocksize: 2352
File size: 784954128
Blocksize: 2352
Fault skip blocksize: 301056
Resolution: 2352
Min read attempts: 1
Head moves on read error: 0
Incremental mode file: stage1.badblocks
Incremental mode blocksize: 2352
Badblocks output: stage2.badblocks
Starting block: 0
Source: /dev/sr0
Destination: diskimage
Current destination size: 863447424
........................[309047](+726878544){X [309175]    
<<<<<<<}[309048](+2352)
.....[313338](+10090080){X<<<<<<<}[313339](+2352)
.....  8-( 95%
Done!
Recovered bad blocks: 0
Unrecoverable bad blocks (bytes): 2 (4704)
Blocks (bytes) copied: 317950 (747818400)

$ safecopy /dev/sr0 diskimage --stage3
Low level device calls enabled mode: 2
Reported hw blocksize: 4096
CDROM audio - low level access: drive reset, raw read
CDROM low level disk size: 784954128
CDROM low level block size: 2352
Reported low level blocksize: 2352
File size: 784954128
Blocksize: 2352
Fault skip blocksize: 2352
Resolution: 2352
Min read attempts: 4
Head moves on read error: 1
Incremental mode file: stage2.badblocks
Incremental mode blocksize: 2352
Badblocks output: stage3.badblocks
Starting block: 0
Source: /dev/sr0
Destination: diskimage
Current destination size: 863447424
.  8-( 93%
Done!
Recovered bad blocks: 0
Unrecoverable bad blocks (bytes): 0 (0)
Blocks (bytes) copied: 313339 (736973328)

ベストアンサー1

私も同様の問題があったので、CDプレーヤーでスキップし始めたCDを回復したかったのです。オンラインで回答を検索しましたが、役に立ちませんでした。しかし、実験をしてみると、復元されたファイルを生データとしてAudacityにインポートできることがわかりました。その後、必要に応じてトラックを分離して再エンコードできます。

おすすめ記事