Burn DVD RW in Ubuntu or Debian GNU/Linux
|
|
I know some of you might already familiar with k3b, gcombust or xcdroast for burning DVD in GNU/Linux. But this time i’m going to show you how to burn a DVD using command-line tool in Linux using Ubuntu or Debian GNU/Linux as reference.
Why use command-line tool to burn DVD RW ?
- Because you might want to save space by not installing unnecessary gui application that takes up a lot of libraries.
- You don’t have Xwindows installed
- You just want to impress your friends (and enemies), you surely look 1337 infront of them.
What do you need ?
- A GNU/Linux distro (preferably Debian GNU/Linux or Ubuntu)
- dvd+rw-tools package
- DVD Writer drive is highly recommended though not required
- Some positive attitude
Getting the required tools to burn DVD
Install dvd+rw-tools. As root (in Debian or Ubuntu) execute this command,
#apt-get install dvd+rw-tools
Initialise the DVD+RW
Do this only when you want to clear out all contents.
#dvd+rw-format /dev/scd1
Copy some files/director from local directory to DVD RW
#growisofs -Z /dev/scd1 -R -J /home/mypapit/somestuffs
Write some more stuff to an initialized DVD+RW
#growisofs -M /dev/scd1 -R -J /home/mypapit/books
There you go, how to burn DVD RW under GNU/Linux.
Final question, I don’t run Linux. What are my options?
dvd+rw-tools is also available in OpenBSD/NetBSD and FreeBSD from port contributed by Matthew Dillon.
[Source]
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Get Ubuntu Repositories on DVD
- Download Ubuntu DVD iso images
- Burn CD images in Linux command line
- Burn DVD video using any video files (avi, mpg, etc) under Linux
- Download Ubuntu Gutsy Gibbon DVD Repository
- Why I prefer Debian GNU/Linux for my web server…
- How to create a black console background in your blog


June 4th, 2006 at 7:01 pm
[...] Recently, one of the blog readers asked me about how do I create a black console background to illustrate command-line in some of my posts (ie : 1, 2 , 3) [...]
September 2nd, 2006 at 11:39 am
usually, i just use dvd burner to burn dvd, but it’s so interesting for the method that you teaching use burn a DVD using command-line tool in Linux using Ubuntu or Debian GNU/Linux as reference.!
November 16th, 2006 at 5:10 am
Thanks this seems to work well under ubuntu 6.10. Not sure what I was doing wrong with dvdrecord…
June 6th, 2007 at 10:14 pm
[...] [...]
May 27th, 2009 at 5:53 pm
Thanks for the clues on the dvd-rw. What’s more it worked :-)
I just burnt a dvd-rw with the default burner that comes with Ubuntu-9.04 and it ‘finalized’ it, no obvious options.
Any way, all back to square one, the dvd is read writing happily
January 29th, 2010 at 7:36 pm
[...] option is the command line. I found this nice little article which outlines how to do [...]
June 22nd, 2011 at 11:33 pm
[...] Here is a good tutorial show you how to Burn DVD RW in Ubuntu: I know some of you might already familiar with k3b, gcombust or xcdroast for burning DVD in GNU/Linux. But this time i’m going to show you how to burn a DVD using command-line tool in Linux using Ubuntu or Debian GNU/Linux as reference. [...]