Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 21:56:16 +0200
From:      Christoph Kukulies <kuku@kukulies.org>
To:        freebsd-questions@freebsd.org
Subject:   dd: /dev/cd0: Invalid argument
Message-ID:  <B0B4F1EA-8BAC-467F-A399-A0DC2720C149@kukulies.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B0B4F1EA-8BAC-467F-A399-A0DC2720C149>