[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DVD Burning



Mike F. wrote:

> Greg,
>
> Doesn't look like anyone solved this glitch yet (unless it was solved
> in a private email.)
>
> I'm experiencing it myself, almost exactly the same. Maybe these
> further details can clarify things and suggest I solution. I'm eager
> to use my new toy in K3b, not just Nero.
>
> "dpkg -l | grep dvd*" shows dvd+rw-tools installed
> "apt-get install dvd+rw-tools" reports no newer version
> k3b configure path does include /usr/bin
> dvd+tools are located at /usr/bin (see dir to follow)
> k3b does not recognize them.
> I created a group 'burning'
> I changed dvd/cdr group ownership to burning (was cdrom for dvd and
> cdr tools)
> I changed permissions (chmod 4755 dvd* cdr* *mmap
> still k3b does not find dvd+rw-tools
> launching k3b as root still gives the same error and doesn't find
> dvd+rw-tools (wish I'd thought of checking this earlier)
>
> Here's the list of the relevant files.
> -rwsr-xr-x 1 root burning 21340 Aug 30 07:18 /usr/bin/dvd+rw-booktype
> -rwsr-xr-x 1 root burning 19920 Aug 30 07:18 /usr/bin/dvd+rw-format
> -rwsr-xr-x 1 root burning 28196 Aug 30 07:18 /usr/bin/dvd+rw-mediainfo
> -rwsr-xr-x 1 root root 11748 Aug 30 07:18 /usr/bin/dvd-ram-control
> -rwsr-xr-x 1 root root 105836 May 3 06:22 /usr/bin/dvdauthor
> -rwsr-xr-x 1 root root 30204 Aug 28 10:34 /usr/bin/dvdbackup
> -rwsr-xr-x 1 root root 943 May 3 06:22 /usr/bin/dvddirdel
> -rwsr-xr-x 1 root burning 249612 Mar 30 04:31 /usr/bin/dvdrecord
> -rwsr-xr-x 1 root burning 4346 Apr 18 08:49 /usr/bin/dvdrip
> -rwsr-xr-x 1 root burning 5001 Apr 18 08:49 /usr/bin/dvdrip-master
> -rwsr-xr-x 1 root root 10776 May 3 06:22 /usr/bin/dvdunauthor
> -rwsr-xr-x 1 root root 6932 Aug 7 05:26 /usr/bin/dvdxchap
> -rws--x--- 1 root burning 566344 Jun 24 15:40 /usr/bin/cdrdao
> -rwsr-xr-- 1 root burning 133 Aug 26 00:58 /usr/bin/cdrecord
> -rws--x--- 1 root burning 347180 Aug 26 00:59 /usr/bin/cdrecord.mmap
> -rwsr-xr-- 1 root burning 347212 Aug 26 00:59 /usr/bin/cdrecord.shm
> -rwsrwxr-x 1 root burning 43968 May 13 2003 /usr/bin/cdrtoaster
> -rwxr-xr-x 1 root burning 40488 Aug 16 05:26 /usr/bin/cdrwtool
>
>
> Any gurus out there know why, and more importantly, how to fix?
>
> Mike F. 


Why not just use growisofs + mkisofs?


Burn the DVD+R or DVD+RW at once:
growisofs -Z /dev/cdrecord -J -r iso-dir(cdrecord is the device node
link to your physical DVD-RW)

Burn the DVD+R with pre-mastered iso:
mkisofs -r -J -o iso iso-dir (the mkisofs in Debian has an unofficial
icon-patch and that is different to the original.)
growisofs -Z /dev/cdrecord=iso

Append datas to the DVD+R:
growisofs -M /dev/cdrecord=iso2


Asho Yeh



Reply to: