E
E
Evgenii Borovoi2021-03-16 18:02:01
linux
Evgenii Borovoi, 2021-03-16 18:02:01

How to copy dvd with errors to hdd in linux?

Video disc. The video itself starts from the disk, but hangs somewhere. It just doesn't copy. How can you, even with jambs in the video, download to hdd.
Linux - Ubuntu.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
unseriously, 2021-03-16
@EugeneOne77

You can use the command dd:

sudo dd status=progress bs=1M if=video.avi of=/dev/sdb
, where
if=video.avi - path to file
of=/dev/sdb - path to hdd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question