K9Copy – DVD backup tool
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.
 
 
 
Go to file
Michele Calgaro 29a4044046
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
2 weeks ago
doc Replace Qt with TQt 5 months ago
icons Drop autotools support 9 months ago
k9Mplayer Replace Q_SIGNALS and Q_SLOTS 6 months ago
k9author Replace Q_SIGNALS and Q_SLOTS 6 months ago
k9decmpeg Drop autotools support 9 months ago
k9devices Drop autotools support 9 months ago
k9vamps Use strlcat from libc instead of custom one. This resolves issue #29 2 months ago
libdvdnav Drop autotools support 9 months ago
libk9copy Replace Q_SIGNALS and Q_SLOTS 6 months ago
src Replace Q_SIGNALS and Q_SLOTS 6 months ago
translations Added translation using Weblate (Spanish (Argentina)) 1 month ago
AUTHORS Removed unnecessary executable flag. 6 years ago
CMakeL10n.txt Use centralized cmake version 4 months ago
CMakeLists.txt Use centralized cmake version 4 months ago
COPYING Removed unnecessary executable flag. 6 years ago
ChangeLog Removed unnecessary executable flag. 6 years ago
ConfigureChecks.cmake Use strlcat from libc instead of custom one. This resolves issue #29 2 months ago
INSTALL Removed unnecessary executable flag. 6 years ago
NEWS Removed unnecessary executable flag. 6 years ago
README Removed unnecessary executable flag. 6 years ago
TODO Removed unnecessary executable flag. 6 years ago
config.h.cmake Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY 2 weeks ago

README

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