Slashdot Mirror


NeroLinux vs. K3b

An anonymous reader writes "Flexbeta.net compares NeroLinux to K3b under Fedora Core 3. The review notices how NeroLinux does nothing with the eye candy while K3b's GUI is no comparison to NeroLinux. The article also mentions how cumbersome it is to navigate through NeroLinux, also taking note of how long each application takes to accomplish burning tasks."

47 of 283 comments (clear)

  1. Re:NeroLinux ? by Ender_Stonebender · · Score: 5, Informative

    No, it isn't what you think. It's just a Linux version of the Nero software, made by the same people who made Nero for Windows. You probably missed it because there weren't very many dupes of it.

    --Ender

    --
    Loose things are easy to lose. You're getting your hair cut. They're going there to see their aunt.
  2. Image writing by LiquidCoooled · · Score: 4, Informative

    The article says that:

    NeroLinux completed the image in 9 seconds. The file name was saved as music.iso, which I had to add the file extension manually, though it was by default set to .NRG.

    Isn't the NRG image format different to ISO, and therefore just renaming the created image just like renaming a jpeg image to GIF?
    The burning software may assume the format from the data, but that sounds like bad practice, and definately not advisable.

    So, my question, does NeroLinux create true ISO images?

    --
    liqbase :: faster than paper
    1. Re:Image writing by northcat · · Score: 2, Interesting

      Parent is not redundant. NRG files may look like ISO files (don't know, haven't tried), but I've seen that NRG files are bigger than a corresponding ISO file. Maybe NRG files contain an ISO + additional information. BTW, on Windows, whenever I've tried renaming NRG files to ISO it hasn't worked.

    2. Re:Image writing by zipn00b · · Score: 3, Informative

      NRG is apparently sort of an ISO with some Nero-specific header info. I've heard you can strip the header and get a real ISO but I found a nrg2iso rpm that makes it real easy. Google is my friend....

    3. Re:Image writing by rebel · · Score: 5, Informative

      .nrg files are .iso files with a 300kb header. I use the following simple script to convert:

      #!/bin/bash
      #
      # Convert Nero .nrg format to .iso format.

      error()
      {
      echo "${@}" >&2
      exit 1
      }

      INPUT="${1}"; OUTPUT="${2}"
      [ -z "${OUTPUT}" ] && OUTPUT="${INPUT%.*}.iso"

      [ ${#} -ne 1 -a ${#} -ne 2 ] &&
      error "Usage: $(basename ${0}) file.nrg [file.iso]"

      [ ! -e "${INPUT}" ] && error "${INPUT}: file does not exist"
      [ ! -s "${INPUT}" ] && error "${INPUT}: file is null"

      TYPE=$(file -b "${INPUT}"); TYPE="${TYPE%% *}"

      [ "${TYPE}" = "ISO" ] && error "${INPUT}: file is already in .iso format"
      [ "${TYPE}" != "data" ] && error "${INPUT}: file is not in .nrg format"

      dd if="${INPUT}" of="${OUTPUT}" bs=1024 skip=300

    4. Re:Image writing by Anonymous Coward · · Score: 5, Informative

      .NRG files are NOT .iso files. There is a program, nrg2iso, that will strip the NRG header and leave you with a plain .iso, but only for some (data) .NRG image types.

      If you create a multisession/CD-EXTRA style .NRG file, you cannot just rename it to .iso, and nrg2iso will NOT work.

      Lastly, if it's an audio CD, calling the .NRG an .iso image is plain wrong! It's not ISO-9660 or anything else. It's CD-AUDIO. .Iso is for data CDs only, and even then it doesn't have all the info in it the cd writer actually needs. NRG has more info in it than just .iso. It needs to in order to support more image types than just data cds.

      Disclaimer:

      I write cd burning software professionally. I have the official phillips/sony cd specs right in front of me, and have used the NeroAPI, Primo HPCDE and Goldenhawk extensively. ;)

    5. Re:Image writing by arodland · · Score: 4, Informative

      Almost true... a .nrg is either an ISO with a 300kB header, or it's some other stuff with a 300kB header, in which case you can't convert it to an ISO. If you understood the format of the header, you could convert most Nero images to bin/cue or cdrdao TOC format, but as far as I've seen, progress on figuring it out has been limited. On the other hand, your script is quite useful for when you have a Nero image and you know (or hope) that it contains a single Mode 1 Data track. I'd just recommend adding a little bit of extra detection logic so that it can bail informatively when the result isn't an ISO, instead of wasting the time and space to do a useless conversion :)

  3. Long story short.... by carlmenezes · · Score: 5, Informative

    NeroLinux - less options, poor GUI, faster sometimes.
    K3B - more options, better GUI, either same speed or slower by a few secs.

    Winner - K3B

    Conclusion :
    Author has no idea why Nero wants users to buy the Windows version so they can use NeroLinux - bad decision because K3B is much better and learning NeroLinux is not worth the time and the money.

    --
    Find a job you like and you will never work a day in your life.
    1. Re:Long story short.... by LiquidCoooled · · Score: 4, Insightful

      Do not underestimate the power of Brand recognition.

      People moving over from Windows will see the name and know what they are getting.
      Lack of options is only a problem for those of us who bother with fussing around.

      Most people want to simply create a cd.

      --
      liqbase :: faster than paper
    2. Re:Long story short.... by mysticwhiskey · · Score: 5, Insightful

      I agree with your conclusion - K3B > NeroLinux. However, one wouldn't criticize their newly-born child for not being able to run like his years-older brother. See this for what is is - more Linux support from predominantly MS Windows-based vendors.

      --

      Stuck down a hole! In the middle of the night! With an owl!

    3. Re:Long story short.... by Apreche · · Score: 4, Insightful

      The reason they want users to buy windows version to use nerolinux is simple. They don't want to go through the effort of making a new scheme to prevent piracy. Instead of having separate buy linux version and buy windows version things with different keys and such. They will just sell keys. You can even think of it as you're not buying the windows version. You're buying a key from ahead that lets you use either version. Also, this way people who already have a windows key can get the linux version for free.

      You crazy people think too much into this.

      As for k3b and nero yeah, I can see the guys point. But the fact is that nero, unlike the open source burning tools on linux, works no matter what. And it takes advantage of features your burner may have if say, its a fancy plextor. Also, for some things the linux software just doesn't do it. Like mastering and burning video DVDs, in linux there is no easy tool.

      Neros advantage is that it works, period. If you think that k3b works period with a full featureset on all hardware then feel free to peruse any distro mailing lists and forums for people who can't get burning to work. Especially of DVDs.

      --
      The GeekNights podcast is going strong. Listen!
    4. Re:Long story short.... by RenatoRam · · Score: 2, Informative

      "works no matter what" ???

      Several people trying the NeroLinux beta reported of multiple ruined cds... when was the last time this happened using native linux tools?

      Years ago, I'd guess.

      If that's the quality of the fabled NeroAPI I think I'll just stay with cdrecord, thank you...

      --
      Ciao, Renato
    5. Re:Long story short.... by agurkan · · Score: 2, Interesting
      Analogies should be used to illustrate and explain a point, not to extrapolate from it or to come to conclusions or to give advice.

      It is natural that the GNU/Linux community has higher expectations, and is more critical. Higher expectations is usually what makes people part of this community in the first place. If you want to appeal to this community, you have to play a better ball game. IMHO, the criticism is just and well placed. Most of us will not be content with what Windows users are content with, and it is good to let our voice be heard as much as possible.

      --
      ato
    6. Re:Long story short.... by halivar · · Score: 2, Insightful

      Neros advantage is that it works, period. If you think that k3b works period with a full featureset on all hardware then feel free to peruse any distro mailing lists and forums for people who can't get burning to work. Especially of DVDs.

      So if K3b works on all my systems (and it does), then Nero really doesn't have an advantage at all, does it? I don't really give a crap if Joe-Bob on the Debian list can't get K3b to work; for me, it works, period.

    7. Re:Long story short.... by swillden · · Score: 5, Informative

      But the fact is that nero, unlike the open source burning tools on linux, works no matter what.

      Is that a fact? Have any evidence? Because what you say makes no sense. Unless Nero bypasses the operating system somehow, it has to use the same Linux APIs that k3b et al have to use, and the problems people have with burners are related to the OS-level configuration -- device nodes, permissiones, etc. (well, I suppose some may have problems because they installed k3b but omitted cdrecord, but that's the distro's fault; decent distros do automatic dependency management).

      And it takes advantage of features your burner may have if say, its a fancy plextor.

      Like what? I may be out of touch here, but the last significant innovation I know of in burner APIs is Burnproof, and k3b etc. support that just fine.

      Like mastering and burning video DVDs, in linux there is no easy tool.

      And with NeroLinux there is still no easy tool, because NeroLinux doesn't do DVD mastering. k3b burns DVDs just as well as NeroLinux does (k3b also doesn't do mastering).

      Neros advantage is that it works, period. If you think that k3b works period with a full featureset on all hardware then feel free to peruse any distro mailing lists and forums for people who can't get burning to work. Especially of DVDs.

      Well, if you RTFA, you'll see that the author had trouble getting Nero to work on his hardware, whereas k3b worked, period.

      In summary: None of your arguments hold water. Got any others?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    8. Re:Long story short.... by ookaze · · Score: 2, Insightful

      So I think the MS zealot modders are out, for this to be deemed insightful.

      So you explains why they want us Linux users to buy a Windows version. OK, well, a lot of vocal people whine about installation woes on Linux, you just added one harder way to install software on Linux. Given the difficulty of installing NeroLinux on Linux, even I would not install it (I say even I because my custom Linux is based on LFS, you know what that means ? I can endure a lot).
      And then you say "you crazy people think too much into this" ? I wonder who is the crazy one. You say we are crazy for not wanting to go through all of this, when K3B comes with any distro ?

      And you should not do astroturfing, you are very bad at it.
      Unlike what you say, K3B WORKS no matter what. That means if you have no recognised driver for your burner, no device, no I do-not-know what, K3B will still work, you will still be able to do ISO. But I will not lie like you did, and say that it will burn the CD when you are in any of the situation I described. Actually, there is an option in latest Linux 2.6 kernels preventing you from burning when non-root. I'm pretty sure NeroLinux can not bypass that. K3B can't.
      When people who can't burn on the forums like you said, that is not because of K3B, but I see your red herring quite well. It's easily dismissed, I can tell you to go see the forums for people that can not burn on Windows (or lose a lot of CD, like I did on Windows), there are far more.
      I know 10+ clueless users, they could not burn with Nero (too complicated), they can barely with K3B (still sometimes asking me if they should create audio CD or data CD), so I know K3B is more usable. But you would want them to master and burn VIDEOs ?!! I guess you slipped to the case of the power user on purpose, thinking we would not notice.

      Then, as we are in the case of power user, let me tell you there are several well known mastering and burning tool for DVDs on Linux. Mastering a DVD is not an easy task, or if it is, then you talk about very simple mastering. I can tell you then that dvdrip on Linux is more than enough for that task. If your argument is that K3B does not integrate that, then I understand even more why K3B is more usable : it is a burning tool, and only a burning tool. DVDRip include the burning mastering anyway.

      3 years of using K3B tells me it just works, and you, with some weeks of NeroLinux, you dare tell me it just works ?!!!
      I can never understand you arrogant people, calling us crazy.

    9. Re:Long story short.... by dahlek · · Score: 2, Interesting
      They may both use the same API, but k3b does this indirectly - it uses cdrecord and cdrdao for CD operations at least - it doesn't speak directly to the API - at least not the last time I looked into it.

      I just RTFA, it seems clear that Nero has a way to go in Linux, however, if it speaks directly to the API, that is, runs without calling upon cdrdao and cdrecord, then it has the possibility of surpassing k3b in the future, since there are a few things that these tools cannot currently do - writing Karoke CDs or writing an mp3 on the fly in DAO mode, for example.

      Further, Nero could very well use transcode and the other movie-tools that k3b uses. I hope this happens - I want the competition of alternatives to cdrecord and cdrdao - they are wonderful tools, don't get me wrong, but they are incomplete. I can't really speak about the dvd tools, I've hardly used them.

  4. Before the site gets burned...too late by Anonymous Coward · · Score: 5, Informative

    NeroLinux vs K3b
    Posted by Gsurface on 15 Mar 2005 - 18:53 Introduction

    This week Ahead Nero introduced a Linux version of their popular CD burning application dubbed NeroLinux. NeroLinux promises to bring the great features found in the Windows version to the Linux domain. Though the Windows version of Nero is loved by many, how well does NeroLinux stack up against already existing CD Burning applications such as K3b? K3b's user interface is neat and full of eye candy, while Nero leans towards a more standard look; leaving aside looks for functionality. Though NeroLinux is "free" of cost, users still need to purchase version of Nero 6 for Windows to download NeroLinux. NeroLinux is provided as RPM or Debian package where as K3b is completely free and provides multiple Linux installation packages.

    The test machine used for this review consists of the following:
    Fedora Core 3
    Abit Guru AV8 Chipset
    AMD Athlon64 3500
    1GB DDR 3200 RAM
    Sony CD-RW Drive
    Pioneer DVD-RW



    Look and Feel

    Look and Feel
    No doubt about it, K3b offers a more pleasing look by using more eye candy than NeroLinux. Navigating into the preferences of each application, we can see how K3b's user interface is much cleaner and easier to navigate. The options in K3b are aligned as icons on the left hand side of the window, making each task recognizable. NeroLinux preferences window shows each section as tabs on the upper side. Though NeroLinux's GUI is simple, the preferences are still easy to navigate.

    K3b Preferences and NeroLinux Preferences

    K3b's main window presents the user with multiple CD burning scenarios to choose from including Audio CD Project, Data CD Project, DVD Data Project and CD Copying; getting straight to the point by presenting to the user its abilities. NeroLinux however, does not present the user with any type of wizard or options as far as what the user wishes to do. The user is simply presented with the main window to drag and drop files. The Windows version of Nero presents the user with a window of options as to what the user wishes to do: burn a data CD, music CD and so on. Why NeroLinux was not giving this same capability as the Windows version may have been because this is just the first release of NeroLinux. The fact that K3b presents the user with the options noted earlier makes it much easier to navigate than NeroLinux.

    K3b Main Window, NeroLinux Main Window and Nero 6 Main Window


    Features

    Features
    Both K3b and NeroLinux are able to handle both CD-R media and DVD media. K3b goes beyond your regular CD Burning suite by bundling a video encoding feature. K3b lets you rip a DVD movie and convert it into an AVI file for burning on regular CD-R media. NeroLinux does not include any type of video encoding feature. Under the burning properties section of K3b, the typical options are found such as the ability to simulate a recording session, write on the fly, create an image of the compilation only, and the ability to verify the written data; which most of the times is recommended. K3b also allows for multisessions, which means you can keep adding files to the same CD at a later time. NeroLinux's burning option also features the ability to simulate a recording session as well as verifying the written data on the disc. Other options such as creating a bootable disc and the option to finalize a disc are available on NeroLinux.

    K3b and NeroLinux Burning Options

    Both NeroLinux and K3b allow for burning an image of a CD, however, K3b's user interface is much neater and presents the user with more useful options than NeroLinux. K3b options allow for burning multiple copies of the image, setting the speed at which to burn the image and the ability to verify the written data. Though NeroLinux allows for these settings also, they are not presented to the user within the same window such as K3b.

  5. Too Late by maizena · · Score: 2, Insightful

    If Ahead had released NeroLinux 2 or 3 years ago, there would have been a maket for it. At that time there were no easy to use GUI CD/DVD burner apps for linux. Today K3b has the user base that would care for a "nero for linux".

    1. Re:Too Late by flajann · · Score: 2
      A day late, a dollar short. K3b rocks. They should've focused their efforts on new functionality.

      On the other hand, we don't want to discouarge developers from porting their apps to Linux. If anything, we should be encouarging them all the more. Having "too many" apps on Linux would be a Good Thing.

      Yet another search portal

  6. Re:MirrorDot by Anonymous Coward · · Score: 4, Informative

    Try this one, the full article.. when it's available..
    http://www.flexbeta.net.nyud.net:8090/main/printar ticle.php?id=86

  7. K3b on Windows? by QuantumG · · Score: 2, Informative

    Wow, there's almost a good suggestion in that biased review. He wonders why K3b hasn't been ported to Windows. Presumably it is because writing to a CD/DVD on Windows is completely different to Linux. Or simply because the developers of K3b don't care about Windows.

    --
    How we know is more important than what we know.
    1. Re:K3b on Windows? by Jonny_eh · · Score: 5, Insightful

      I doubt the reason is because of CD burning in windows. K3b is merely a frontend for the command line tools cdrecord and cdrdao, and both have been ported to Windows.

      It's probably not on windows for the same reason that hardly any other KDE/QT apps are on windows. And that reason escapes me, I always assumed it's was a Trolltech QT licensing issue (which shouldn't be a problem anymore). Why is it that Gaim is available in windows but K3b is not? Why is openoffice available, but not koffice? I think this hurts the KDE apps quite a bit. GTK is getting much more coverage in windows.

    2. Re:K3b on Windows? by cozziewozzie · · Score: 3, Informative

      There is no GPL version of Qt for windows, that's why many things don't get ported.

      This will change with the new Qt 4.0 and KDE 4.0 which is based on it. Qt4 will come with a full GPL version for windows.

    3. Re:K3b on Windows? by ceeam · · Score: 5, Funny

      I'll definately join. Were do I sine up?

      If you find out let me know too. I would cosine. ;)
    4. Re:K3b on Windows? by Ford+Prefect · · Score: 4, Funny

      If you find out let me know too. I would cosine. ;)

      At which point, the discussion goes off on a tangent...

      --
      Tedious Bloggy Stuff - hooray?
  8. Switching Platforms by N8F8 · · Score: 3, Insightful

    I would surmise the purpose of NeroLinux is to give an alternative to platform switchers so they can use somthing similar to their Windows product. It would a be a prudent move for Nero to keep their base for the cost of doing the parallel development. A better comparison would be between the Windows version and the Linux version from a user's standpoint.

    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
  9. Re:What is K3b? What is NeroLinux? by advocate_one · · Score: 4, Funny
    Another submission with no information. Keep up the good work.

    You must be new around here... if you don't know what K3b is then you can't be a true geek...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  10. Don't beat up on Ahead. . . by episodic · · Score: 5, Insightful

    1st - this isn't about the article submitted to Slashdot. This is more a response to individual comments that I've seen posted here so far and across the internet: As I've used open source products, I keep seeing the same old arguments. One of those arguments is that we need commercial developers for Linux. Lo and behold when a commercial developer ante's up and makes product for Linux - they are beat up for their decision. Suddenly we hear about the commercial software: 1. That's fine but it isn't open sourced. 2. Bahhh we have an opensource equivalent already. 3. It doesn't work on my weird (read low marketshare) version of Linux. I'm sure there are other reasons, but it is early. Why can't we be positive? Why can't we embrace Ahead for their efforts and simply say - Good Job on your (read) 1st version? I'm sure if they didn't get bad press and beat up over their decision, there might be 'future' versions. Also, for all you 'we need to convert the windows world' - having NERO available is like a warm familiar blanket to many windows users. Don't worry ppl - other developers read slashdot - and they are probably thinking - why even bother to develop for the platform when they are likely to get negative press for their effort. Remember, it's not about comparison to existing free as beer linux apps - this is a commercial prodcut that will live or die on it's own merits.

    1. Re:Don't beat up on Ahead. . . by Grishnakh · · Score: 2, Interesting

      We shouldn't "embrace Ahead for their efforts" because their product is sub-par, and not Free. What compelling reason is there for any Linux user to fork their money over to Ahead for a sub-par product when K3b is so much better, and costs nothing?

      When Linux users complain about commercial developers not supporting Linux, they aren't complaining about a lack of applications like Nero, where there's already Free and superior equivalents available. They want Linux versions of applications which have no Free equivalent, have a sub-par equivalent, or in fact may never have one at all.

      Many people (rightly or wrongly) complain about the lack of Photoshop on Linux, because GIMP isn't clearly better. Now is the time for Adobe to make a Linux version of Photoshop; if they wait around and GIMP improves a lot, they'll miss their window of opportunity to dominate the market on Linux.

      More importantly, Linux is missing a lot of specialized software, such as AutoCAD, or various other applications which are industry-specific and people outside the industry will not have heard of. Companies that would like to move to Linux desktops are frequently bound to Windows by applications such as these.

      It's really simple. When people complain about a lack of applications on Linux, they're really complaining about specific applications which they absolutely need which are only available on Windows, and are preventing them from moving to Linux. This doesn't mean they want Linux versions of every dinky Windows program out there. If you're a commercial software developer, you should look closely at the Linux market before making a Linux version of your software. If there's Free software on Linux which is already better than your sorry application, then don't bother. You might want to look for a new market too, because sooner or later Microsoft is going to build that functionality into Windows, rendering you obsolete. If, however, there is no Free equivalent, because your market is just too narrow, then by all means port your application to Linux. You'll probably get a lot of buyers who are now able to ditch Windows.

    2. Re:Don't beat up on Ahead. . . by Mishura · · Score: 2, Insightful

      I completely favor the idea of commercial software on Linux--especially games.

      Now that I got that out-of-the-way, let me go on and say that, in order for any commercial application as trivial as CD/DVD burning to compete with what we already have, it needs to be beyond kick-ass. I mean, it has to beat the crap out of the F/OSS alternative.

      Windows switchers may use this program, sure. Judging by how they want you to "pay" for it, it seems that they are giving this software away if you buy the windows version. I see this targeted to dual-booters who either already own Nero or planning on buying it. And that, is actually a good idea.

      Side by side, K3b most likely (I haven't tried nerolinux yet) owns. Because of that, Nero cannot compete with that financially. So they sell the Windows version, and offer a Linux-port to those who dual-boot or have Linux and Windows boxen for free.

      For the rest of us, this isn't too much to get excited about. Keep using K3b until NeroLinux starts doing things cdrecord/cddao/k3b cannot do. Or better yet, use what you feel comfortable with, I don't care. For me, I will still continue to use K3b.

  11. NeroLINUX by Silwenae · · Score: 5, Interesting

    I can't complain about NeroLINUX - it worked for me just fine. Because of my job, I have a couple copies of Nero for Windows, so it was easy for me to download the .deb and pop a key in.

    I'm running Ubuntu - as a Gnome only user, I'd rather install Nero than K3B and not have to worry about all the KDE libraries, especially as they're unsupported in Ubuntu. Yes, I know running Ubuntu is my personal choice, as is running only Gnome.

    But you know what? Nero worked, and it worked just fine. I'm either burning audio CDs or ISOs of linux distributions, and it does the job. Most Gnome CD burning apps are still in development (don't get me going on XCDRoast) and Coaster is still in active development. I may be lucky that I had a couple Nero keys laying around, but I'm not going to be disappointed by any commerical company releasing an application for linux if it helps linux as a whole - and I think Nero helps. Sure, it's GTK1 and it's kind of ugly (GTK 2 please!) and it's not HIG compliant, but it IS their first relase version for Linux, and they were kind enough to release RPMs AND debs - usually you only see RPMs from a commerical vendor it seems.

  12. NeroLinux: PI/PO Reporting? by Anonymous Coward · · Score: 5, Interesting

    Does NeroLinux support PI/PO error detection?

    If so, this could be an advantage over K3B. There's no free software that detects PI/PO errors.

    PI/PO refer to when erasure codes need to recover from scratches etc. and also when the erasure codes are not enough.

    Simply reading/MD5ing a DVD is not enough. PI/PO readings will tell you how long you can expect that disk to last. Periodic checking of the disks will tell you when you should reburn/move to different media.

  13. Not a very objective review? by packman · · Score: 5, Interesting

    I read the article, and really got the impression that the author was a frequent K3B user, and didn't give Nero a chance. On windows, I always liked the Nero interface, simple, clean, not too much bullshit (or what the author calls "eyecandy"). It seems the linux version is more limited, but it's a good start, it supports things K3B (cdrecord etc) don't support, like CDwriting without scsi-emulation support, it should support USB writers without too much hassle (don't know what the status is on that-one with CDRecord etc). That has not been covered at all, and basicly the main bad thing about NeroLinux according to the author is that he likes the K3B interface more...

    Also nero's licencing may be strange, but don't forget that a lot of CDwriters bundle Nero 6 with em. Most people using Nero in windows got it together with their writer. I myself have 3 or 4 official Nero cd's. It's nice that they also want to deliver a linux version in such scenario. Also another big point there is, you have to register, so they can very well track how many users are actually interested, it's their first time that they make a linux version, if they have enough interest, they probably will continue the development and start supporting it officially.

    I do like K3B simply because it works, and the whole family can work with it, it's the perfect example for the dummy-user application in Linux, and it simply works, but I remember the times where I still prefered to use cdrecord on commanline than starting K3B, and it had to come a long way... Right now - K3B is high quality software, but there were times where the picture was different.

    This is Ahead's first attempt to release linux software, and no instability was encountered. They should be encouraged, it took balls to do this - but reviews like this won't encourage or convince other software firms to write software for linux. Yes there is a lot of "free" software, but a lot of companies can't go without support or reliable and supported windows interoperability - preferably the same software running on Windows & Linux, so they don't have to train their personell to use new and different software.

    Also a lot of software is almost not available for linux, like project management software, decent cross-platform agenda sharing. PLEASE don't mention Sunbird, it sucks - we tried it - and lost all agenda's doing so, suddenly all files on webdav were truncated to 0-byte size, after which sunbird freaked out and could not recover. Also it's way to complicated to setup, you need to do extensive configuration in apache, webdav and the client side (which is the worst thing). Sure - one day it will be better, but as long as you don't have these things, no company will completely switch over to linux. Yes there are other packages doing this kind of stuff in linux, but the support in windows is or unexisting or extremely limited. This is a giant step forward for Ahead, way to go I say!

    1. Re:Not a very objective review? by gallir · · Score: 3, Informative

      > It seems the linux version is more limited, but it's a good start, it supports things K3B (cdrecord etc) don't support, like CDwriting without scsi-emulation support

      FUD, of course it works without SCSI emulation. I would say right now is already a requirement.

      > Also nero's licencing may be strange,

      Comparing to k3b, of course, the last is free software.

      > Also a lot of software is almost not available for linux

      Off-topic in the Nero/k3b on GNU/Linux issue. You cannot have k3b in Windows, neither kd3, or amarok, lot of software. So, I don't understant you point.

      --
      sgis ddo ekil t'nod i
  14. I'll stick with K3B by ajs318 · · Score: 4, Interesting

    NeroLinux is no good to me, I'm afraid. Not only is my new PC 64-bit, but I have made a conscious decision to run only OSI-certified software on it. Think of it as a kind of software analogue of vegetarianism, without the mortality-denial.

    So I'm sticking with K3B. It's quite simply the most user-friendly piece of software ever written for any platform. If there's any guessing to be done, K3B does it rather than leaving you to do it. And at the end of the burn, it even shows you what commands you could have typed in an XTerm to accomplish the same effect {because of course that's what it's been doing anyway}. I think this is a great way to re-introduce the command line. GCombust, which I used to use on my old Mandrake 8.2 box, did pretty much the same thing, but used GTK1.2.

    As for why there is no Win3B ..... that's anybody's guess. Though an ejectable LiveCD with Linux and K3B probably would suffice {if someone's got a DVD-writer, the chances are good that they will have enough RAM for this to work. Can Linux mount a Windows swap partition?} One day, I've promised myself, I'll get into making bootdisks ..... I've already done a Gentoo Stage One install, there's not much else that can be any harder! Maybe a K3B liveCD would be a good first project.

    --
    Je fume. Tu fumes. Nous fûmes!
  15. Re:What is K3b? What is NeroLinux? by akzeac · · Score: 2, Insightful

    There are some of us happy enough with mkisofs and cdrecord :]

  16. My opinions by agraupe · · Score: 2, Informative
    K3B: I think I finally have all of the options set right to burn a CD, but now it crashes when I try to open the burn dialog.

    NeroLinux: I tried Nero for Windows, and it didn't like my CD burner, so I can't imagine it will be any better for Linux, if not far worse. It also costs more money than I feel like paying

    mkisofs+cdrecord: Ah, the perfect combination of tools to make a data CD. I have never had the urge to burn data CDs with anything else (I only tried k3b for audio cds).

    vcdimager+cdrdao: After getting the video in the correct format, these two tools make quick work of burning a VCD. And even the encoding is easy once you figure out what tool to use.

    cdrecord for music: It works. It's a pain in the ass if you want to get everything in the right order, or if you want custom pregaps, but it works.

    cdrdao for music: I have a suspicion that cdrdao is a very powerful tool, but the syntax boggles me. Someday I'm planning to figure it out enough that I can write a program to generate the CUE file for me. On second thought, there's probably already a program that does that.

    So, in conclusion, if you like GUI, NeroLinux might be an option, but it probably suffers like K3B when it comes to support. For power-users, it will probably not stand up to the power of the command line.

  17. Mastering video DVDs under linux IS easy by FreeUser · · Score: 5, Informative

    Like mastering and burning video DVDs, in linux there is no easy tool.

    And with NeroLinux there is still no easy tool, because NeroLinux doesn't do DVD mastering. k3b burns DVDs just as well as NeroLinux does (k3b also doesn't do mastering).


    Excellent points, but I take issue with the statement "there is still no easy tool."

    I use qdvdauthor, which is quite intuitive, for mastering video DVDs. I put together a DVD of my grandmother's memorial service for the family, complete with fancy menus and all the usual bells and whistles. It was quite easy, and k3b burned the resulting .iso painlessly.

    Is it an all in one monolithic solution? Thankfully, no, and as far as I'm concerned, I hope people who do want to bring the windoze notion of one program doing a mediocre job at everything stay the hell away from *BSD and Linux. I like simple programs that do a focused task well. It means the programs are better, more reliable, and more easy for the developers to maintain, which means I get better software. For burning DVDs under Linux from your camcorder, for example, it's as easy as 1, 2, 3 ...

    1) use kino to import video data from the camera into dv2 format

    2) use qdvdauthor to master the dvd

    3) use k3b to burn the DVD

    each program does what it does very well, none are monolothic, and if something better comes along for any of the steps above I can substitute the new, better tool, without losing the features I'm used to or prefer in the other two steps.

    Nero is dead. These people should have done a little market research before trying to sell a product that, when it matures, won't do any more than the libre software already available does just fine, k3b being just one example.

    --
    The Future of Human Evolution: Autonomy
  18. No... Re:Image writing by templest · · Score: 2, Interesting

    Nero images are ISOs with a different extension. I know this first hand... and either way, my copy of Nero rips directly to either:
    1) BIN/CUE
    2) ISO
    3) NRG

    Dare I say the person that wrote the article doesn't know how to use Nero properly? Yes, yes I dare.

    --
    I'm a signature virus. Please copy me to your signature so I can replicate.
  19. Is the objective of GNU/Linux to recreate Windows? by intnsred · · Score: 4, Interesting

    Am I the only one that is not only not excited but is slightly repulsed by NeroLINUX?

    I don't get it. Is the objective of GNU/Linux to simply invent another Windows? A platform where essential utilities (and IMHO, a CD/DVD burner program is essential) are commercial?

    Looking at NeroLINUX, there are several points to ponder:

    # NeroLINUX is not free as in "free beer". You have to have a registered version of Nero to use the program.
    # NeroLINUX is not free as in "liberty". The software is closed source code and claims to use some sort of a "NeroAPI". (The term "proprietary APIs" simply should not be in a GNU/Linux user's vocabulary.)
    # Nero notes on its web site, "Important note: Nero does not provide Technical Support for NeroLINUX."

    Sorry, I don't see anything to get excited about. To me, it's just another half-step by a commercial company to brag "yeah, we run on Linux" while not really supporting the platform and another way for Nero to generate registrations from its Windows OEM versions.

    Again, is the goal of Linux the porting of the same closed-source, marketing-driven, software gimmickry which is "business as usual" in the Windows world? Or is there another, higher goal which is aimed at providing both developers and end-users a different experience?

    Unless we all want to be hostage to the same software gimmicks that permeate the Windows world, I'd strongly suggest joining the mailing lists of your favorite GNU/Linux-based burning program and participating in the community that is working to develop those programs.

  20. Blah, NeroLinux needs salt by madpuppy · · Score: 2, Interesting

    After using NeroLinux I have to get on my Knees and thank Sebastian Trueg for K3B. I don't get it, Nerolinux is so bland, it doesn't see my burner, so it doesn't work, it is about as enjoyable to look at
    as a letter written in marker on a piece of cardboard.

    and other posters making the statement that people will use NeroLinux over K3B because it is easier is a patent JOKE! and proves that they have never used K3B. it works without the need to configure it. well, in Mandrake I don't have to do anything at all, it just works.

    also, even though I am not a Gnome user, I have tried to use Gnome alternatives to K3B with mixed results, most of them involving not burning anything, but, of course I don't use Gnome, so I consider it a shortcoming on my part to the software.

    That reminds me, I gotta' send some money to the K3B team....they deserve it!

  21. Stop complaining - We got what we wanted by filterchild · · Score: 3, Insightful

    First off, I'm not a K3b person or a Nero person. I'm actually a console mp3burn user.
    I've used K3b in the past and I must say that it's a very formidible opponent to go up against. I don't have a Nero CD key so I have to go with what everyone else is saying about NeroLinux.

    I think it's great that we're finally getting some commercial Linux software, corporate people don't care whether K3b is "better," they just want brand recognition. So now we have some brand reccognition. If Nero gets positive feedback from this, other companies will be likely to follow. If we can prove to Nero that Linux is a viable platform to develop for, they'll keep at it. RMS probably doesn't like this, but it needs to happen.

    If we can give the people what they think they want (brand recognition), we can influence them. E.g. if J.Random Windows User goes to buy EasyToInstallAndUseLinux 1.0 and NeroLinux and perhaps even WordPerfectLinux (sometime in the future), he'd be set. Now, say that ETIAULinux comes with KDE and K3b and J.RWU discovers it one day, likes it, and uses it as his default burning program.

    That's what we'll have to do: lure them with commercial software and win them over with opensource.

  22. Easy way to make ISO by maotx · · Score: 3, Informative

    Easy way to make an ISO from a cd is
    $cat /dev/cdrom > mycd.iso

    --
    I'm a virgo and on Slashdot. Coincidence? Yes.
  23. Re:NeroLinux vs K3B by sjbcfh · · Score: 2, Informative
    The only problem I have with K3B is that it can't copy multi-track CD's. (eg. SVCD disk) This was the case around 3 months ago - has it changed?

    Yes. In 0.11.20, you have the option to make a clone copy (i.e., a raw bit-for-bit copy) of a CD. K3b recommends using this option to copy (S)VCDs.

  24. Too late for Nero by TheLastUser · · Score: 4, Interesting

    A lot of software vendors have missed the boat. If they had ported to Linux when there was no free substitute they might have prevented or slowed the development of the free substitute. Now they are competing against a product that is so mature that it is better than their software.

    Worse yet, the Linux substirutes will eventually be ported to Windows and undercut their core business. All because they didn't want to "waste" money on a small segment of computer users, who, unfortunately for the propprietory software vendors, happen to be developers.

    Painful business lesson. They don't seem to understand that its not about market share in the Linux segment its about market share, period.

  25. Software freedom left out of debate again. by jbn-o · · Score: 2, Insightful

    Nero is asking the user to give up their software freedom in addition to providing a more clumsy UI and charging money for all of this. It's perfectly fair to compare Nero to K3B, just as countless people compare OpenOffice.org to Microsoft Windows or the GIMP to Adobe Photoshop (and never hesitate to point out how the proprietary alternatives are "better" by some standard that usually doesn't include software freedom).

    Nero is not providing "Linux[sic] support", they are using the free software community as a market, not contributing to it.