LinuxQuestions.org
Help answer threads with 0 replies.
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 09-26-2004, 07:33 PM   #1
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Support for dvd writing under linux?


How is support for dvd writing under linux doing? Are all formats handled, dvd-r, dvd+r, dvd+rw, dvd-ram, dvd-rom etc..? What programs? K3b? What about dual layer 9GB discs?
Any online resource about it?

Thanks!
 
Old 09-26-2004, 08:26 PM   #2
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
This will answer some of your questions:

http://fy.chalmers.se/~appro/linux/DVD+RW/

It would be good if someone with 1st hand experience could comment tho'.
 
Old 09-27-2004, 12:43 AM   #3
fairbanksak
LQ Newbie
 
Registered: Sep 2004
Location: Fairbanks AK
Distribution: Fedora Core 3
Posts: 11

Rep: Reputation: 0
certain burners work better than others in linux. I use an LG GSA-4120B. It supports all formats and DVD-RAM. I've read that the LG (in Linux) performs best.

xcdroast seems to prefer cdrecord-ProDVD to write to DVDs. I have not installed ProDVD yet so I can't report how well it works.

K3B uses growisofs. I have used it to format & write a DVD+RW. It performed very well with no hassle.

Both ProDVD & growisofs will burn DVD-R/RW & DVD+R/RW.

DVD-RAM does not require any special program to be used.
It's been a while since I formated and used the DVD-RAM, and had some problems with the setup, use & unmounting. Information on the web as to how to use this format is mostly nonexistent. I'll review the procedure tomorrow & post here after I have a procedure to post, unless someone else would like to take this one.
 
Old 09-27-2004, 07:32 AM   #4
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Original Poster
Rep: Reputation: 46
This is very good news, as LG is the most common drive in brazilian market.
IŽll wait for your further posts! Thanks!
 
Old 09-27-2004, 08:04 AM   #5
minm
Member
 
Registered: Jun 2003
Location: Canada
Distribution: suse 9.2
Posts: 582

Rep: Reputation: 30
I have an LG DVD burner (multi burner, dvd-, dvd+ etc) and it seems to only burn at 2xspeed instead of 4speed... kinda a draw back cause it runs better on windows.. i use k3b

Last edited by minm; 09-27-2004 at 08:13 AM.
 
Old 09-27-2004, 08:08 AM   #6
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
i too recommend growisofs for burning dvd's - had no probs so far ('bout 100 dvd's written). iirc it's important that the drive can handle the mmc command set correctly. my burner is a dvd+rw noname product (should be an ricoh 5240, but it definitely isn't), anyway it works great.

sl mritch.
 
Old 09-29-2004, 12:26 AM   #7
fairbanksak
LQ Newbie
 
Registered: Sep 2004
Location: Fairbanks AK
Distribution: Fedora Core 3
Posts: 11

Rep: Reputation: 0
DVD-RAM

Extension of last post regarding DVD-RAM

Format and use of DVD-RAM:

first make sure your DVD-RAM capable drive is listed in fstab as
/dev/hdc /mnt/dvd ext2,udf,iso9660 noatime,noauto,users,rw 0 0

(the /dev/hdc is for kernel 2.6, for kernel 2.4 use /dev/scd0; the "/mnt/dvd" description can be whatever directory you have made in the /mnt directory, I choose to keep it simple but different from /mnt cdrom)( the first "auto"reference is for file system to be mounted, the second "auto/noauto" is for automatic mounting of this file system, as in on boot)

Format the DVD_RAM disk with ext3 journaling file system:
"mke2fs -j /dev/hdc"

After format is complete, the disk can be mounted with the usual command, and written to using drag & drop from any file viewing window.
"mount /mnt/dvd"
And unmounted with
"umount /mnt/dvd"

DVD+RW also can be used with no problems thru K3B, but can also be mounted for reading, and unmounted using the above commands

commands above have been edited, that was a late night when it was posted

Last edited by fairbanksak; 10-09-2004 at 07:09 PM.
 
Old 09-29-2004, 01:47 AM   #8
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
Very important if you use a DVD as a big floppy: mount should use the noatime option!!!
Else the disk will age very fast.

Yves.
 
Old 09-29-2004, 02:27 AM   #9
christhom
Member
 
Registered: Sep 2004
Distribution: Debian sarge/sid
Posts: 41

Rep: Reputation: 15
I've had quite a lot of success using xcdroast with the ProDVD stuff, burning DVD+R and cdroms, using my philips SDVD6004 laptop drive (although I'd beware of these drives - they're a bit flaky). You have to get a non-commercial key every now and then, but it works like a dream and it's not a big hassle.

prodvd info is here:
ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
 
Old 09-29-2004, 06:26 AM   #10
scoops98
Member
 
Registered: Nov 2001
Location: Cornwall
Distribution: Gentoo, Debian,Knoppix
Posts: 85

Rep: Reputation: 15
Ricoh DVD burner R-

Hi,
I used the latest version of knoppix and was able to use my DVD Burner with it. Sorry if i cant be more specific.
 
Old 09-29-2004, 11:48 PM   #11
fairbanksak
LQ Newbie
 
Registered: Sep 2004
Location: Fairbanks AK
Distribution: Fedora Core 3
Posts: 11

Rep: Reputation: 0
DVD-RAM

problem solved regarding writing to DVD-RAM from any user profile.

From root I placed a folder on the dvd-ram disk named after my user id. then gave the folder owner permissions to the user and set the group field also to the user profile. now when mounted from within the user profile I can write or delete any file I choose to this folder without any protest from the system. DVD-RAM does not require any software to be used, can be written to by drag & drop from any folder window.

Thanks to Yin Yeti for the point to the "noatime" option. the DVD+RW is rated for 1000 reads and/or writes before going to the trash can. The DVD-RAM is rated for 100,000 read/writes.

Last edited by fairbanksak; 10-01-2004 at 09:15 PM.
 
Old 10-08-2004, 01:23 AM   #12
dodgecharger
LQ Newbie
 
Registered: Aug 2004
Posts: 6

Rep: Reputation: 0
The /dev/scd0 thing is not working for me. I don't know much about /dev things, could you help me out? I have 2.4.26, SCSI emulation is turned on for /dev/hdc, an IDE DVD-RAM drive. When I use your command with /dev/scd0, it returns, that /dev/scd0 is not a valid block device. Do I need to create a /dev file or something?
 
Old 10-08-2004, 06:43 AM   #13
mritch
Member
 
Registered: Nov 2003
Location: austria
Distribution: debian
Posts: 667

Rep: Reputation: 30
maybe it's called /dev/sr0. check for this device or google for "linux kernel ide.txt" or look into your kernel source documentation.
 
Old 10-09-2004, 07:02 PM   #14
fairbanksak
LQ Newbie
 
Registered: Sep 2004
Location: Fairbanks AK
Distribution: Fedora Core 3
Posts: 11

Rep: Reputation: 0
Quote:
Originally posted by dodgecharger
The /dev/scd0 thing is not working for me. I don't know much about /dev things, could you help me out? I have 2.4.26, SCSI emulation is turned on for /dev/hdc, an IDE DVD-RAM drive. When I use your command with /dev/scd0, it returns, that /dev/scd0 is not a valid block device. Do I need to create a /dev file or something?
Check your /etc/fstab file for a line linking your dvd drive device to a mount point
for kernel 2.6 the line should be something like:
/dev/hdc /mnt/dvd ext2,udf,iso9660 noatime,noauto,users,rw 0 0

For kernel 2.4 it should look like:
/dev/scd0 /mnt/dvd ext2,udf,iso9660 noatime,noauto,users,rw 0 0

Next make sure your /mnt directory has a subdirectory /dvd. If not, start a terminal, log in as su (superuser), and type the command "mkdir /mnt/dvd" (without the quotes).

Now put a dvd-ram disk in the drive and mount it with
"mount /mnt/dvd"

unmount it using
"umount /mnt/dvd"

Sometimes after writing to this disk, you will be unable to unmount it. When stuck at this point, I'll log out of my user profile, and log back in as root, then, usually the drive will unmount. You can then log out of root and back into your user profile. This is a bug in linux that needs to be fixed.

For more clarification as to what the fields in the fstab file entries mean, from the terminal type "man mount". the first field is the device, the second is the mount point, the third are file systems that can be mounted, the fourth are options.

hope this helps
sorry for any confusion, in post #7, I typed an incorrect mount command.

Last edited by fairbanksak; 10-09-2004 at 07:20 PM.
 
Old 10-12-2004, 10:40 AM   #15
dodgecharger
LQ Newbie
 
Registered: Aug 2004
Posts: 6

Rep: Reputation: 0
Thanks, guys, but I couldn't get it together with 2.4, so I switched to 2.6 yesterday, now it works fine without the slightest problem. It's a little sloppy, however. Is 0.8-1.0 MB/s write speed OK for a 3x speed DVD-RAM (both drive and disc)?
Is there a way to speed things up?
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
CD/DVD-R Disc Drive support in Linux firefly2442 Linux - Hardware 1 06-17-2005 03:11 AM
DVD writing & duplication on Linux reddazz Linux - General 5 04-27-2005 01:52 PM
LG DVD+-RW/RAM won't mount after writing DVD (growisofs/k3b) jaws_tas Linux - Hardware 1 03-25-2005 01:52 AM
Linux USB DVD/CDRW Support dicroce Linux - Hardware 0 11-30-2004 12:55 PM

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

All times are GMT -5. The time now is 01:51 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