dd: /dev/cd0: Invalid argument

Christoph Kukulies kuku at kukulies.org
Sun May 3 20:45:42 UTC 2020


Aah, I got it:

dd if=/dev/cd0 of=cd0_dump ibs=2048

—
Christoph


> Am 03.05.2020 um 21:56 schrieb Christoph Kukulies <kuku at kukulies.org>:
> 
> I got a bit further with seeing my old SCSI-Periphals on the external SCSI bus connected to the sym0 (ASUS SC-200 Interface).
> 
> I can dd one of the disks connected there (/dev/da0) completely (2GB)
> 
> But I cannot dd if=/dev/cd0 of=cd_dump 
> 
> Doing this, I’m getting 
> 
> $ dd if=/dev/cd0 of=cd_dump
> dd: /dev/cd0: Invalid argument
> 0+0 records in
> 0+0 records out
> 0 bytes transferred in 0.000199 secs (0 bytes/sec)
> $ 
> 
> What’s wrong? /dev/da0 and /dev/cd0 are both character devices. I can well cat /dev/cd0 >dump .
> 
> 
>> Christoph
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list