LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-25-2009, 03:58 AM   #1
divyashree
Senior Member
 
Registered: Apr 2007
Location: bbsr,orissa,India
Distribution: RHEL5 ,RHEL4,CENT OS5,FEDORA,UBUNTU
Posts: 1,378

Rep: Reputation: 135Reputation: 135
Writting data DVD


How will I write data DVD in nero linux,as there is no option in there as in nero for windows....do any body know this ??
 
Old 06-25-2009, 04:21 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I don't know about nero but if you use k3b you just click on the DATA DVD button in the startup screen. Any particular reason why you must use nero?
cheers,
jdk
 
Old 06-25-2009, 05:34 AM   #3
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
Yep, I'd like to know that too, since k3b does the job so well.
 
Old 06-25-2009, 07:35 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by wabbalee View Post
Yep, I'd like to know that too, since k3b does the job so well.
What would you like to know? Also, regarding Nero, did you actually buy it or are you using the trial version. If it's the trial version it may be stripped of certain features such as the ability to record data DVD's.
http://k3b.plainblack.com/
cheers,
jdk

Last edited by jdkaye; 06-25-2009 at 07:37 AM.
 
Old 06-25-2009, 10:16 AM   #5
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 873Reputation: 873Reputation: 873Reputation: 873Reputation: 873Reputation: 873Reputation: 873
You could always do it the hard way. K3b does the job, but installing it generally means installing KDE at least in part, and that's a hefty tax for my dialup connection. So...

$ mkisofs -J -o image.iso ./PATH/
$ growisofs -Z /dev/dvd=image.iso

or take out the middle man.

$ growisofs -J -Z /dev/dvd=./PATH/

Not that I verified the last one. And you're not really taking out the middle man, you're just skipping the temp file AFAIK and doing it as a one liner. -J for long filenames. -R if you want *nix permissions as well, I"m not sure where/if that comes into play for windows users, so I leave it off. And the iso9660 filesystem has a 4GB limit, so be careful there. I'm not sure how/if blueray gets around that. But I don't have any of that yet, so no need to know (just yet).
 
Old 06-25-2009, 07:22 PM   #6
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
to jdkaye:

Quote:
What would you like to know?
I would like to know why divyashree would want to use nero linux and not one of the Linux native apps, just like you, or did I misread here what you meant?

Quote:
Any particular reason why you must use nero?
as you put it.

I have used NeroLinux a few times in a long gone past and it did the job I suppose. At the time I was in a newbie stage of using Linux and getting my head around the ways things were done is entirely different in Linux. Exhausting for the brain is what I remember. Using a program like NeroLinux seemed one way to get something done for me as I did not know what good native Linux apps were around. Then I found one thing strange about NeroLinux that none of the other apps seemed to do and that was the back then familiar prompting for some license code to keep the software working as the trial was over. To get a license code one had to pay full price to Nero and that's what I did not like and I guess that's where I started looking at the native apps more serious. only to find out quickly that they were different, yes, but as intuitive and easy to use as windows counterparts and a large number to choose from.

so in short, pfeww, why the Heck would you want to use or even think about NeroLinux? I don't get it..

cheers
Ron
 
Old 06-25-2009, 11:29 PM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by wabbalee View Post
to jdkaye:



I would like to know why divyashree would want to use nero linux and not one of the Linux native apps, just like you, or did I misread here what you meant?


as you put it.

I have used NeroLinux a few times in a long gone past and it did the job I suppose. At the time I was in a newbie stage of using Linux and getting my head around the ways things were done is entirely different in Linux. Exhausting for the brain is what I remember. Using a program like NeroLinux seemed one way to get something done for me as I did not know what good native Linux apps were around. Then I found one thing strange about NeroLinux that none of the other apps seemed to do and that was the back then familiar prompting for some license code to keep the software working as the trial was over. To get a license code one had to pay full price to Nero and that's what I did not like and I guess that's where I started looking at the native apps more serious. only to find out quickly that they were different, yes, but as intuitive and easy to use as windows counterparts and a large number to choose from.

so in short, pfeww, why the Heck would you want to use or even think about NeroLinux? I don't get it..

cheers
Ron
Sorry I misunderstood you Ron. I agree with you entirely. I suppose the newly converted from Windows want to use software they're familiar and/or don't realise that the equivalents (or better) for just about any app can be found in linux.
Cheers,
jdk
 
Old 06-26-2009, 10:14 PM   #8
divyashree
Senior Member
 
Registered: Apr 2007
Location: bbsr,orissa,India
Distribution: RHEL5 ,RHEL4,CENT OS5,FEDORA,UBUNTU
Posts: 1,378

Original Poster
Rep: Reputation: 135Reputation: 135
Finally I used k3b .
 
Old 06-26-2009, 11:39 PM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by divyashree View Post
Finally I used k3b .
and...?
jdk
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Howto: Linux write (burn) data to DVD or DVD/RW at shell prompt LXer Syndicated Linux News 0 07-11-2006 03:21 PM
Writting data to my PSP is very slow under SuSE Basel Linux - Hardware 3 03-07-2006 12:23 PM
Data Writting Error mhkhalqani Linux - Hardware 1 09-30-2005 06:24 PM
can't read data DVD-R on my DVD-ROM/CD-RW combi drive bruceyboy Linux - Hardware 0 11-17-2004 11:25 AM
Burn Data DVD... Read Data in Linux and Windows SaintStrive Linux - Newbie 3 09-18-2004 05:04 PM

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

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