Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Frequent Input/Output errors using DD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Sat Feb 05, 2005 2:24 am    Post subject: Frequent Input/Output errors using DD Reply with quote

I have been having a lot of problems using DD to create ISOs from DVDs. Most often than not, I get:

Code:

dd: reading `/dev/hdd': Input/output error
4235728+0 records in
4235728+0 records out


It varies however. Sometimes it errors right away, other times I can get up to 3.6 G and other times it works. Same DVD (original) everytime, same drive.

Perhaps I am doing something wrong? It just seems really odd.

I am using "dd if=/dev/hdc of=/home/DVD.iso"
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Sat Feb 05, 2005 2:28 am    Post subject: Reply with quote

Try setting the blocksize right, first; a DVD normally uses a 2048 byte blocksize.
Then see if dd supports any sort of retry mechanism; all normal optical readers do this, since it is obviously necessary.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Sat Feb 05, 2005 2:42 am    Post subject: Reply with quote

like this right?

Code:

dd if=/dev/hdc of=/home/DVD.iso bs=2048


Still odd that it works some of the time and not others...will give it a try though. Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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