LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-07-2004, 02:37 AM   #1
exper
Member
 
Registered: Jul 2003
Location: China
Distribution: Redhat
Posts: 48

Rep: Reputation: 15
Can somebody like share me to write files to DVD disc in command line?


I just tried to burn some file to cd as following, share with you guys.

put all file i want to cd in an iso file.
#mkisofs -o named.iso -J -v -r -V disk_volum_name /filepath

roast cd
# cdrecord -v -eject speed=8 dev=0,1,0 named.iso

but how can i roast a DVD file disk???
I'm no idea


Waiting......
 
Old 08-07-2004, 03:13 AM   #2
Le_coyote
LQ Newbie
 
Registered: Aug 2004
Location: France
Distribution: Mandrake 10.0 (2.4.25-2mdk)
Posts: 23

Rep: Reputation: 15
did you try this ?
Code:
cdrecord driver=mmc_mdvd dev=0,1,0 speed=8 -eject -dao named.iso
 
Old 08-07-2004, 04:26 AM   #3
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
I don't believe cdrecord can burn DVD's without an additional program. You'll need to get Jorg Schilling's extensions called cdrecord-ProDVD.
You can get the binary (assuming i686) from:
ftp://ftp.berlios.de/pub/cdrecord/Pr...6-pc-linux-gnu
but you'll need a licence key (free for personal use) which can be retreived from the readme file:
ftp://ftp.berlios.de/pub/cdrecord/ProDVD/README
Instructions on how to use the key are in the file. I think you'll also need to rename the binary and put it somewhere in your path. I think instructions for that are also provided (the name should be something like cdrecord.prodvd I think)

[Edit: Goodness! How many times did I use 'I think'? That's hideous!]
 
Old 08-11-2004, 07:58 PM   #4
exper
Member
 
Registered: Jul 2003
Location: China
Distribution: Redhat
Posts: 48

Original Poster
Rep: Reputation: 15
hi Le_coyote
I have tried the dvdrecord command as you mention,but it's not work , my box show me the following info, I don't know what happened

[root@dexper root]# dvdrecord driver=mmc_mdvd dev=0,0,0 speed=4 -v -dao aaa.iso
dvdrtools v0.1.3
Portions (c) 2002 Red Hat, Inc.
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.5'
dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 02/01/18 Copyright 1997 J. Schilling').
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'SONY '
Identifikation : 'DVD RW DRU-510A '
Revision : '1.0b'
Device seems to be: Generic mmc2 DVD.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 4718592 = 4608 KB
FIFO size : 4194304 = 4096 KB
Track 01: data 4234 MB
Total size: 4863 MB (481:50.08) = 2168256 sectors
Lout start: 4863 MB (481:52/06) = 2168256 sectors
Current Secsize: 2048
ATIP start of lead in: -150 (00:00/00)
Disk type: unknown
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 130240
Starting to write CD/DVD at speed 4 in write mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is ON.
Performing OPC...
Sending CUE sheet...
Starting new track at sector: 2168422
Track 01: 0 of 4234 MB written.dvdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB: 2A 00 00 21 16 66 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 2C 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.021s timeout 200s

write track data: error after 0 bytes
Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
Writing time: 13.516s
Fixating...
Fixating time: 0.001s
dvdrecord: fifo had 64 puts and 1 gets.
dvdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.


so i'm trying to find cdrecord-ProDVD Komakino said.

Thanks you guys
 
  


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
can't write to dvd-r disc SharpyWarpy Linux - Software 5 12-16-2005 06:06 AM
How write new MBR using command line only lonecrow Linux - Newbie 2 11-02-2005 10:17 AM
share directories from command line tarheel92x Linux - Networking 1 09-07-2004 09:09 PM
Write to MBR while in the command line? EThitop Linux - Newbie 10 05-11-2004 11:04 PM
share a samba directory with the command line Mugatu Linux - Software 2 01-08-2004 01:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:00 AM.

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