Hello,
I've been using an external disk reader to back up my DVDs to ISO files. I started doing so on my Mac, but am hoping to start using my old RPi 1 B+ to manage the process so that I don't need to keep my Mac near the disk reader at all times. However, when I attempt to backup a disk on the Pi it fails after a few seconds. The command I am using is
After a few seconds I receive the error
On both Mac and Pi I am running dd with the disk not mounted. Has anyone encountered this problem before? When I try to search online I can only find people using dd to image the Pi itself.
I've been using an external disk reader to back up my DVDs to ISO files. I started doing so on my Mac, but am hoping to start using my old RPi 1 B+ to manage the process so that I don't need to keep my Mac near the disk reader at all times. However, when I attempt to backup a disk on the Pi it fails after a few seconds. The command I am using is
Code:
dd if="/dev/sr1" of="/home/pi/Videos/test.iso" status=progress
Code:
dd: error reading '/dev/sr1': Input/output error2624+0 records in2624+0 records out1343488 bytes (1.3 MB, 1.3 MiB) copied, 2.71402 s, 495 kB/s
Statistics: Posted by Clibby — Sat Jun 15, 2024 9:01 pm