LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   k3b burn problem (https://www.linuxquestions.org/questions/linux-newbie-8/k3b-burn-problem-304502/)

ksgill 03-21-2005 08:48 PM

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.

JZL240I-U 03-22-2005 08:49 AM

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?

brainiac 03-22-2005 09:09 AM

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.

JZL240I-U 03-22-2005 09:14 AM

That's a valid point. I assumed you had mounted your DVD under /dev/fd0 (unusual but possible). What device is your DVD drive?

ksgill 03-22-2005 09:30 AM

/dev/hdb = my dvd burner

I thought of something like that too.. how to i change that?

JZL240I-U 03-22-2005 09:42 AM

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...

ksgill 03-22-2005 09:45 AM

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.

JZL240I-U 03-22-2005 09:51 AM

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 :(.

ksgill 03-22-2005 09:57 AM

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

JZL240I-U 03-22-2005 10:02 AM

<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>

JZL240I-U 03-22-2005 10:03 AM

I edited the last post from delete to rename. Take care...

Must leave now -- till tomorrow -- good luck.

ksgill 03-23-2005 01:12 PM

Does anyone know where k3b configuration file is?

ksgill 03-23-2005 03:06 PM

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.

mrchaos 04-21-2005 10:07 AM

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.


All times are GMT -5. The time now is 06:22 AM.