hi, i will try to help. --- Prabhu Ramachandran <[EMAIL PROTECTED]> wrote:
> Hi, > > I'm running Debian Sarge on the i386. I am using k3b to burn DVDs. > > K3b Version: 0.11.20 > Kernel: 2.6.8-2-k7 (stock kernel that ships with Debian) > > $ growisofs --version > * growisofs by <[EMAIL PROTECTED]>, version 5.21, > front-ending to mkisofs: mkisofs 2.01-unofficial-iconv > (i686-pc-linux-gnu) > > CD writer information: > > # dvd+rw-mediainfo /dev/hdc > INQUIRY: [SONY ][DVD RW DRU-710A ][BY02] > > I first used k3b's on-the fly mode to burn a data DVD-R (single layer > 4.7 GB). I had over 4 GB worth of files (each file was smaller than > 1GB) that I burnt. k3b reported no problems and underneath seems to > have run the following command: > > growisofs comand: > ----------------------- > > /usr/bin/growisofs -Z /dev/hdc -use-the-force-luke=notray \ > -use-the-force-luke=tty -use-the-force-luke=dao -dvd-compat -speed=4 > \ > -gui -graft-points -volid Prabhu's data3 -volset -appid K3B THE \ > CD KREATOR VERSION 0.11.20 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM > \ > -publisher -preparer K3b - Version 0.11.20 -sysid LINUX -volset-size > \ > 1 -volset-seqno 1 -sort /tmp/kde-prabhu/k3bsTgCCa.tmp -rational-rock > \ > \ -hide-list /tmp/kde-prabhu/k3bVZmxlb.tmp -joliet -hide-joliet-list > \ > /tmp/kde-prabhu/k3bkFrmZb.tmp -full-iso9660-filenames \ > -disable-deep-relocation -iso-level 2 -path-list \ > /tmp/kde-prabhu/k3bddNn2b.tmp > > > There seemed to be no error messages. Unfortunately I was unable to > mount the DVD. When I did try to mount it I'd get the following > error: > > # mount /cdrom > mount: wrong fs type, bad option, bad superblock on /dev/hdc, > ... > > # dmesg | tail > hdc: rw=0, want=68, limit=4 > isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16 when i got errors like this and could not mount, it meant that the files or data was not in ISO format. maybe something in your command created a different file system. another thing, you do need the joliet option. i use joliet-long just in case. here is what i use to collect the data, and then to burn the dvd. rsync -avFur --exclude /tmp --exclude /proc --exclude /sys --exclude /usr / /tmp/data then burn the cd: growisofs -Z /dev/hdd -R -joliet-long -overburn /tmp/data/ *****************************snip*************************** Peace....................ed Edward M Dunagin 514 Sanders Ave Bozeman, MT 59718 406.570-0992 Skype-phone +1 406 662 0179 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

