Find the answer to your Linux question:
Results 1 to 9 of 9
I've been goggling for software that can be used to edit ISO images in Linux, but I'm not getting anywhere. Does anyone know of any ? A GUI is not ...
  1. #1
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284

    ISO editing

    I've been goggling for software that can be used to edit ISO images in Linux, but I'm not getting anywhere.

    Does anyone know of any ? A GUI is not necessary.

    Thanks,

    Geese.

    Registered Linux user # 395739
    direplay.com

  2. #2
    Linux Enthusiast carlosponti's Avatar
    Join Date
    Dec 2004
    Location
    Oklahoma
    Posts
    560
    i used to use a program for windows called iso buster. in linux i created a iso with a command line tool that i then used cdrecord to burn to a cd. i imagine if you find that program, maybe like mkisofs, you could possibly undo an iso. but mkisofs doesnt unpack the iso file.
    Blog
    Registered Linux user 396557

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    You can mount an iso as you would any other file system. Provided you know which file is the boot record you can rebuild as mentioned with mkisofs. I believe sometimes the boot file is modified and needs to be rebuilt though.

  4. #4
    Linux Enthusiast deltaflyer's Avatar
    Join Date
    May 2005
    Posts
    577
    you need to mount the iso as a loopback device,
    Code:
     mount -o loop -t iso9660 discimage.iso /mnt/loop/
    you can then copy the entire contents of the iso to a temp folder of your choice & make all the files writeable
    (think thats the code,working from memory,could be wrong)

    andy
    SLOMO: acer extensa 5235 2.2ghz,2gb ram 160gb hdd wireless
    SPEEDY: homebrew desktop,Amd x2 dualcore,2gb ram,500gb +1tb( 2x500gb) hdd suse 11.3,32mb fibreline
    registered linux user #401845

  5. #5
    Just Joined!
    Join Date
    Jan 2006
    Posts
    77
    yep, that's it

  6. #6
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284
    thanks guys !
    Registered Linux user # 395739
    direplay.com

  7. #7
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284
    I'm able to mount the image, but unable to make the files writable.

    any advice ?
    Registered Linux user # 395739
    direplay.com

  8. #8
    Just Joined!
    Join Date
    Jan 2006
    Posts
    77
    i think you have to copy the files elsewhere and after you're done with the editing and all, use mkisofs as mentioned above.

  9. #9
    Linux User geese's Avatar
    Join Date
    Jan 2005
    Location
    Florida / Trinidad W.I.
    Posts
    284
    oh ok, I got it.
    Registered Linux user # 395739
    direplay.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •