DD is not working

Scott Ehrlich scott at MIT.EDU
Wed Aug 1 17:49:11 UTC 2007


Also check /var/log/messages and see if it gives any indication of what 
might be going on.

If the drive is mounted, and you do a df, the left column shows the /dev 
device the system is using.   Verify that, then as root umount the volume 
(far right column), then, either as root or yourself, dd 
if=/dev/whatever_it_said of=blah

This is provided you have proper disk space and proper permissions to 
write to the volume you want to save the data to.

Scott

On Wed, 1 Aug 2007, cj wrote:

> Scott Ehrlich wrote:
>> On Wed, 1 Aug 2007, cj wrote:
>>
>>
>>> the subject says it all.
>>>
>>> I need to make some CD images because im borrowing some cds.
>>>
>>> I used "dd if=/dev/cdrom of=/home/debian/name.iso" and it gave me:
>>>
>>> dd: reading `/dev/cdrom': Input/output error
>>> 0+0 records in
>>> 0+0 records out
>>> 0 bytes (0 B) copied, 0.0023667 seconds, 0.0 kB/s
>>>
>>> I mounted the cd rom before running the DD command
>>>
>>> what do i do? i googled it with absolutely no results (or any results
>>> pertaining to ubuntu 7.04)
>>>
>>
>> Try one of these:
>>
>> - sudo or su and then dd
>>
>> - umount the mount point and try again
>>
>> Scott
>>
>>>
> Scott, it still gave me the same thing. tried both steps
> --cj
>>>
>>
>>
>
>
> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list