Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th January 2007, 09:59 PM
Duli's Avatar
Duli Offline
Registered User
 
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698
How to edit ISO files?

Hello,

Is there a way to edit ISO files? I mean, add or remove files from it, after the image file has been created?

Thanks a lot!
Duli
Reply With Quote
  #2  
Old 9th January 2007, 10:04 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
the little I have looked into it there are indeed apps called iso editors. But I have no experience here. I dont want anyone to do my work for me, but if anyone knows of a good link on creating and editing ISO's I would really appreciate it.
Reply With Quote
  #3  
Old 9th January 2007, 10:08 PM
Duli's Avatar
Duli Offline
Registered User
 
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698
Yep! same problem here.. I find a tool like this to be very important!!!
Reply With Quote
  #4  
Old 9th January 2007, 10:23 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by JN4OldSchool
the little I have looked into it there are indeed apps called iso editors. But I have no experience here. I dont want anyone to do my work for me, but if anyone knows of a good link on creating and editing ISO's I would really appreciate it.

You can use k3b to create a iso file.

all you do is check the box "only create image"

For a iso editor try this

http://littlesvr.ca/isomaster/

For FC6
For FC5
Attached Thumbnails
Click image for larger version

Name:	Screenshot-2.png
Views:	122
Size:	184.0 KB
ID:	11048   Click image for larger version

Name:	Screenshot-3.png
Views:	111
Size:	190.5 KB
ID:	11049   Click image for larger version

Name:	Screenshot-4.png
Views:	103
Size:	96.3 KB
ID:	11050  
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 9th January 2007 at 10:42 PM.
Reply With Quote
  #5  
Old 9th January 2007, 10:42 PM
Duli's Avatar
Duli Offline
Registered User
 
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698
Thanks a lot leigh, that was exactly what I had in mind!
Reply With Quote
  #6  
Old 9th January 2007, 10:43 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Duli
Thanks a lot leigh, that was exactly what I had in mind!
I thought so, its a handy tool
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 9th January 2007, 10:44 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Hey, great Leigh. I will play with that tomorrow.

Did you check out my debian screenshots yet?

http://www.fedoraforum.org/gallery/b...mageuser=54143

The more I play the more I like it. I have XFCE working seamlessly with gnome and kde apps. I might be joining you in deb land real soon now!
Reply With Quote
  #8  
Old 9th January 2007, 10:51 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by JN4OldSchool
Hey, great Leigh. I will play with that tomorrow.

Did you check out my debian screenshots yet?

http://www.fedoraforum.org/gallery/b...mageuser=54143

The more I play the more I like it. I have XFCE working seamlessly with gnome and kde apps. I might be joining you in deb land real soon now!
Hi JN,

You have got your desktop looking great , I love the fonts it adds a nice touch.

Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #9  
Old 10th January 2007, 12:04 AM
jtang613's Avatar
jtang613 Offline
Registered User
 
Join Date: Apr 2004
Location: Ottawa, Canada
Posts: 1,932
You can edit some ISO files by mounting them as you would any other drive.
Code:
mkdir isotmp; mount -o loop -t iso9660 isofile.iso isotmp
The above code will mount isofile.iso in read-only mode to the directory isotmp where you can then copy the filesystem to a normal directory and then manipulate it. Afterwards, just recreate the ISO file using your favorite ISO authoring tool (such as mkisofs).

m2c,
Jason
__________________
There is no 'CTRL' button on Chuck Norris's computer. Chuck Norris is always in control.
Reply With Quote
  #10  
Old 10th January 2007, 12:06 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by jtang613
You can edit some ISO files by mounting them as you would any other drive.
Code:
mkdir isotmp; mount -o loop -t iso9660 isofile.iso isotmp
The above code will mount isofile.iso in read-only mode to the directory isotmp where you can then copy the filesystem to a normal directory and then manipulate it. Afterwards, just recreate the ISO file using your favorite ISO authoring tool (such as mkisofs).

m2c,
Jason
You could use archive manager to do that as well
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
Reply

Tags
edit, files, iso

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit files without logging in dhblewis Using Fedora 2 6th March 2009 12:41 AM
Hex edit large files Botond Using Fedora 5 17th July 2007 08:29 PM
How to edit root files... micxuy Using Fedora 10 15th November 2006 07:14 AM
applic that can edit pdf files? oystercatcher Using Fedora 4 7th February 2006 04:55 AM
How do I edit files in the terminal? edkilp Using Fedora 11 15th July 2004 04:20 AM


Current GMT-time: 01:29 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat