You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
262 B
13 lines
262 B
15 years ago
|
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
|