LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-21-2005, 08:48 PM   #1
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
k3b burn problem


Hi,
I get these errors whenever I try to use k3b to burn the DVD structure. I have tried to burn a couple different DVD's and they used to work before.

growisofs
-----------------------
Executing 'builtin_dd if=/dev/fd/0 of=/dev/hdb obs=32k seek=0'
:-( write failed: Input/output error

growisofs comand:
-----------------------
/usr/bin/growisofs -Z /dev/hdb=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=dao -dvd-compat -speed=4

mkisofs
-----------------------
/usr/bin/mkisofs: Warning: -follow-links does not always work correctly; be careful.
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
/usr/bin/mkisofs: IFO is not of correct size aborting.
/usr/bin/mkisofs: Unable to parse DVD-Video structures.
/usr/bin/mkisofs: Unable to make a DVD-Video image.

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.15cvs (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.15cvs -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-gill/k3b3M9oUb.tmp -rational-rock -hide-list /tmp/kde-gill/k3b4dTWOa.tmp -full-iso9660-filenames -follow-links -iso-level 2 -path-list /tmp/kde-gill/k3bFTrCbc.tmp -dvd-video /tmp/kde-gill/k3bVideoDvd0 /home/gill/.kde/share/apps/k3b/temp/dummydir0/

Could someone tell me how I can fix this problem.
 
Old 03-22-2005, 08:49 AM   #2
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
I have no real clue but one thing I noticed was

Executing 'builtin_dd if=/dev/fd/0 ...

shouldn't that read perhaps

Executing 'builtin_dd if=/dev/fd0 ...

What is your directory structure like?
 
Old 03-22-2005, 09:09 AM   #3
brainiac
Member
 
Registered: Jan 2005
Location: middle of a cornfield, IL
Distribution: Kanotix HD Install, Debian Testing, XP Pro,Vista RC1
Posts: 145

Rep: Reputation: 15
I am not sure but isn't /dev/fd a reference to a floppy drive. If so it could be the reason it says not correct size and it appears to be sourcing the floppy for it's input. Just a guess. Good luck.
 
Old 03-22-2005, 09:14 AM   #4
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
That's a valid point. I assumed you had mounted your DVD under /dev/fd0 (unusual but possible). What device is your DVD drive?
 
Old 03-22-2005, 09:30 AM   #5
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
/dev/hdb = my dvd burner

I thought of something like that too.. how to i change that?
 
Old 03-22-2005, 09:42 AM   #6
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Well, dd is a program to low-level reading data (from block devices, man dd). It wants to read from the device "if=/dev/fd/0" and to write to "of=/dev/hdb".

Does /dev/fd/0 even exist? Whatever, use the setup of K3b to straighten the paths and/or make sure that you copy files from devices that do exist. Also, make sure of sensible burning parameters...
 
Old 03-22-2005, 09:45 AM   #7
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
linux:/home/root/.Azureus/downloads/RAY_DVDR_SWESUB_NTSC/VIDEO_TS # ls -l /dev/fd/0
lrwx------ 1 root root 64 2005-03-22 11:51 /dev/fd/0 -> /dev/pts/1

Apparently it does exist. Is there any way I can reset everything to default? I looked at the paths in the k3b setup and they all seem to be okay. Thanks for the help.
 
Old 03-22-2005, 09:51 AM   #8
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Um, oh, that is a (symbolic) link. I seem to remember that /dev/pts has something to do with the mouse / serial port(s)?!? That doesn't seem to be a valid devide to read data from . This path won't work, you have to change it but I dunno how, not enough data on K3b .
 
Old 03-22-2005, 09:57 AM   #9
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
What you are saying makes sense. I dont remember making any changes to the configuration files. I also tried to burn as root, doesnt work. It was working fine last week. Anyways, do you know where I can find instructions to burn video dvd through commandline? Also, would removing k3b and reinstalling it help?

Thanks
 
Old 03-22-2005, 10:02 AM   #10
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
<long shot mode on>

Search for a .K3b directory (probably in your /home/<your-user-name>) and delete or better rename it (This is DOTK3b!). This should reset K3b. Else I'm out of my depths here...

<long shot mode off>
 
Old 03-22-2005, 10:03 AM   #11
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
I edited the last post from delete to rename. Take care...

Must leave now -- till tomorrow -- good luck.
 
Old 03-23-2005, 01:12 PM   #12
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Does anyone know where k3b configuration file is?
 
Old 03-23-2005, 03:06 PM   #13
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Turns out that the .IFO file in the VIDEO_TS that I downloaded off the net was corrupted. It was corrupted for 2 movies and I thought there was a problem with K3B. I used ifoedit (using wine) to correct the IFO's and it works fine now. Thanks everyone who replied.
 
Old 04-21-2005, 10:07 AM   #14
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
ksgill, I have the exact same problem, down to the very same error message. If you don't mind, would you tell me how you used ifoedit to fix the problem? I dled the program off the internet and installed using wine. But what do I do next?

Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
k3b font change problem after burn. bruse Linux - Newbie 1 08-08-2005 02:18 AM
k3b problem, can burn, cannot read ksmj Linux - Software 0 02-01-2005 07:34 AM
under 0.5x burn in k3b BluetoeN Linux - Newbie 1 01-04-2005 04:41 AM
k3b error with audio cd burn (no prob with iso burn) bluem Linux - Newbie 1 04-16-2004 08:05 AM
Can't burn CD via K3b DarkDrive Linux - Hardware 2 08-19-2003 09:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration