How to create an ISO image with k3b

Solved
spirodu86 Posted messages 27 Status Member -  
 Vincent38 -
Hello,

I would really like to know how, if possible, to create—note: to create, not to burn—an image ".iso" with K3b (I've seen on many forums that it could be done, but I haven't found anything that actually does it).

Thank you very much for your help...;-)
Configuration: Linux Ubuntu/Kubuntu Firefox 2.0.0.8

14 answers

  1. Herr Dr von Apfelstrudel Posted messages 199 Status Member 182
     
    Hi,

    in k3b, create a data project and in the "Burn" dialog / "Burn" tab, select "Create only an image".
    9
    1. jipicy Posted messages 40842 Registration date   Status Moderator Last intervention   4 898
       
      Hi,

      Thanks for the info ;-))

      --

      Z'@+...che.
      JP : Zen, my Nuggets ! ;-) Knowledge is only good if it is shared.
      0
    2. Vincent38
       
      Simple and effective: thank you :-))
      0
  2. jipicy Posted messages 40842 Registration date   Status Moderator Last intervention   4 898
     
    Hi,

    Personally I don’t think that’s possible, or at least I haven’t seen such an option in K3B’s menus. Nevertheless, creating an ISO image from GNU/Linux remains relatively very simple:

    Create an ISO image under Linux

    ;-))

    --

    Z'@+...che.
    JP: Zen, my Nuggets! ;-) Knowledge is only good if it’s shared.
    0
  3. spirodu86 Posted messages 27 Status Member 2
     
    Yes, I had indeed understood that... but thank you anyway... ;-)
    0
  4. spirodu86 Posted messages 27 Status Member 2
     
    Yes, thank you very much :-)
    0
  5. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
     
    Hi,

    Yes, I had that, you know... but thanks anyway... ;-)
    Better to do it in the command line than with k3b, think of the system resources.

    If you take shell completion into account, the command you type is quicker than the operations you’ll do with the mouse (opening k3b + finding the Menu, etc + the time for k3b to open)

    ...
    --

    lami20j
    0
  6. aruju Posted messages 2219 Registration date   Status Contributor Last intervention   403
     
    hi,

    If it were up to lam i20j we would have PCs with that instead of mice :-D

    ------------------------------------------------------------------------------------------------->
    --

    Experience is the name everyone gives to their mistakes.
    Oscar Wilde
    0
    1. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
       
      well, you're lucky this time, it's not me who decides ;-DD
      --

      lami20j
      0
  7. spirodu86 Posted messages 27 Status Member 2
     
    No I totally agree with him, it's true that it goes faster at the command bar but I just wanted to see the differences...
    0
  8. spirodu86 Posted messages 27 Status Member 2
     
    The problem with this command is that it performs a binary copy... whereas k3b creates a real .iso file.
    0
  9. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
     
    fichier.iso is a binary file crée 2 fichier iso (un avec dd et l'autre avec k3b) ensuite tape et compare les résultats
    file fichier_k3b.iso file fichier_dd.iso
    -- lami20j
    0
  10. spirodu86 Posted messages 27 Status Member 2
     
    yes and then ????
    0
  11. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
     
    well, display the results of the 2 commands and I’ll tell you (with the condition that you have indeed created the 2 files ;-)
    --

    lami20j
    0
  12. spirodu86 Posted messages 27 Status Member 2
     
    Well I deleted them but the dd image was bigger than the one from k3b because it's a binary copy of the CD, so everything is copied, even the spaces, whereas with k3b only the files are copied...
    0
  13. lami20j Posted messages 21506 Registration date   Status Moderator, Security Contributor Last intervention   3 571
     
    Ah, okay.

    In that case you should not use dd but mkisofs
    mkisofs -r -J fichier.iso /repertoire/avec/tes/fichiers

    because it's a binary copy
    it's a block copy after all (dd stands for DeviceToDevice)
    but know that with k3b you always get a binary file
    --

    lami20j
    0
  14. spirodu86 Posted messages 27 Status Member 2
     
    OK thank you
    0