diff options
Diffstat (limited to 'README')
-rwxr-xr-x | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,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 |