blob: ea5b96d514215f0cc9d52afe1ec0f73b0b89f2fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
install from sources:
make -f Makefile.cvs
./configure --prefix=/usr
make
make install (as root)
k9copy can now copy dvd with bad sectors.
for a faster copy from a dvd with bad sectors : reduce the readahead for the drive :
as root: hdparm -a8 /dev/dvd
|