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

9th January 2007, 09:59 PM
|
 |
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
|

9th January 2007, 10:04 PM
|
|
"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.
|

9th January 2007, 10:08 PM
|
 |
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!!!
|

9th January 2007, 10:23 PM
|
 |
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
__________________
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.
|

9th January 2007, 10:42 PM
|
 |
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!
|

9th January 2007, 10:43 PM
|
 |
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
|

9th January 2007, 10:44 PM
|
|
"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!
|

9th January 2007, 10:51 PM
|
 |
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
|

10th January 2007, 12:04 AM
|
 |
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.
|

10th January 2007, 12:06 AM
|
 |
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:29 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|