![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | |
|
First Cup of Ubuntu
![]() Join Date: Mar 2008
Location: Manchester, UK
Beans: 5
Ubuntu 7.10 Gutsy Gibbon
|
dd input/output error
hi I'm trying to create an image of a dvd, but struggling with dd
when I try this: Code:
user@rickslaptop:~$ dd if=/dev/hda of=./fandf.iso dd: reading `/dev/dvd': Input/output error 127672+0 records in 127672+0 records out 65368064 bytes (65 MB) copied, 1.76878 seconds, 37.0 MB/s here is the contents of my dmesg: Quote:
|
|
|
|
|
|
|
#2 |
|
Ubuntu addict and loving it
![]() Join Date: Jun 2007
Beans: 4,169
|
Re: dd input/output error
The dvd has structure protection which in most cases includes unreadable sectors - the dd command has no means to skip these sectors
|
|
|
|
|
|
#3 | |
|
Chocolate-Covered Ubuntu Beans
![]() Join Date: Dec 2006
Location: Chicago
Beans: 2,279
|
Re: dd input/output error
Quote:
Code:
dd if=/dev/hda of=./fandf.iso conv=noerror,sync |
|
|
|
|
|
|
#4 | |
|
Ubuntu addict and loving it
![]() Join Date: Jun 2007
Beans: 4,169
|
Re: dd input/output error
Quote:
Straight up dd Code:
dd if=/dev/scd1 of=cd.iso dd: reading `/dev/scd1': Input/output error 1053920+0 records in 1053920+0 records out 539607040 bytes (540 MB) copied, 80.6629 seconds, 6.7 MB/s Code:
dd if=/dev/scd1 of=cd.iso conv=noerror,sync dd: reading `/dev/scd1': Input/output error 898784+0 records in 898784+0 records out 460177408 bytes (460 MB) copied, 59.7194 seconds, 7.7 MB/s dd: reading `/dev/scd1': Input/output error 898784+1 records in 898785+0 records out 460177920 bytes (460 MB) copied, 59.7196 seconds, 7.7 MB/s ........................................... 469167616 bytes (469 MB) copied, 686.307 seconds, 684 kB/s dd: reading `/dev/scd1': Input/output error 905816+10528 records in 916344+0 records out 469168128 bytes (469 MB) copied, 686.4 seconds, 684 kB/s 905816+10529 records in 916344+0 records out 469168128 bytes (469 MB) copied, 686.401 seconds, 684 kB/s Code:
Writing to /home/doug/xxxxxx/VIDEO_TS/VIDEO_TS.BUP 28kB of 28kB written [Info] Writing to /home/doug/xxxxxxx/VIDEO_TS/VIDEO_TS.IFO 28kB of 28kB written [Info] Writing to /home/doug/xxxxxx/VIDEO_TS/VIDEO_TS.VOB 438MB of 438MB written ( 100.0% ) [Info] Writing to /home/doug/xxxxxx/VIDEO_TS/VTS_01_0.BUP 86kB of 86kB written [Info] Writing to /home/doug/xxxxxx/VIDEO_TS/VTS_01_0.IFO 86kB of 86kB written [Info] Writing to /home/doug/xxxxxx/VIDEO_TS/VTS_01_0.VOB 74MB of 75MB written ( 100.0% ) [Info] Writing to /home/doug/xxxxxxxxxxxx/VTS_01_1.VOB [Warn] Had to skip 0 blocks! [Warn] Had to skip 1 blocks! [Warn] Had to skip 2 blocks! [Warn] Had to skip 3 blocks! [Warn] Had to skip 4 blocks! 1MB of [Warn] Had to skip 5 blocks! [Warn] Had to skip 6 blocks! [Warn] Had to skip 7 blocks! 1024MB of 1024MB written ( 100.0% ) In addition all dvd drives will slow down when encountering read errors, some can regain close to full speed when the # of or time spent getting past is limited Last edited by mc4man; April 4th, 2008 at 12:48 AM.. |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|