Date: Sun, 3 May 2020 22:45:40 +0200 From: Christoph Kukulies <kuku@kukulies.org> To: freebsd-questions@freebsd.org Subject: Re: dd: /dev/cd0: Invalid argument Message-ID: <620830DD-8E3C-445F-9FF5-5CDE1A51D1D2@kukulies.org> In-Reply-To: <B0B4F1EA-8BAC-467F-A399-A0DC2720C149@kukulies.org> References: <B0B4F1EA-8BAC-467F-A399-A0DC2720C149@kukulies.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Aah, I got it: dd if=3D/dev/cd0 of=3Dcd0_dump ibs=3D2048 =E2=80=94 Christoph > Am 03.05.2020 um 21:56 schrieb Christoph Kukulies <kuku@kukulies.org>: >=20 > I got a bit further with seeing my old SCSI-Periphals on the external = SCSI bus connected to the sym0 (ASUS SC-200 Interface). >=20 > I can dd one of the disks connected there (/dev/da0) completely (2GB) >=20 > But I cannot dd if=3D/dev/cd0 of=3Dcd_dump=20 >=20 > Doing this, I=E2=80=99m getting=20 >=20 > $ dd if=3D/dev/cd0 of=3Dcd_dump > dd: /dev/cd0: Invalid argument > 0+0 records in > 0+0 records out > 0 bytes transferred in 0.000199 secs (0 bytes/sec) > $=20 >=20 > What=E2=80=99s wrong? /dev/da0 and /dev/cd0 are both character = devices. I can well cat /dev/cd0 >dump . >=20 >=20 > =E2=80=94 > Christoph >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?620830DD-8E3C-445F-9FF5-5CDE1A51D1D2>