LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-24-2007, 06:49 PM   #16
linuxpokernut
Member
 
Registered: Jul 2007
Distribution: Slackware 14
Posts: 237
Blog Entries: 8

Rep: Reputation: 59

I am having pretty much the same problem because my drives are all vfat. when i mount something to a mountpoint its read only.I had another thread somewhere on how to mount my hard drives and partitions themselves and it works fine

Code:
# mount -t vfat /dev/sdb1 /home/jp/hdd2 -o rw,uid=0,gid=104,umask=000
i cant seem to get -o rw to work with loop?

So i guess my question is how do i mount my .iso with rwx permissions to my vfat drive? thanks.
 
Old 05-19-2008, 10:20 AM   #17
Jamesh0317
LQ Newbie
 
Registered: Nov 2005
Location: Baltimore
Distribution: Gentoo AMD64 kernel 2.6.20
Posts: 4

Rep: Reputation: 0
Editing an ISO

I realize that this may be a necropost,but it is the first topic/link that pops up in google with the keywords "linux edit iso image"
Try:
sudo aptitude install isomaster
 
Old 07-03-2010, 07:58 AM   #18
graysky1
LQ Newbie
 
Registered: Jul 2010
Posts: 4

Rep: Reputation: 1
ISO9660 filesystems can only be mounted read only because the filesystem is read only by definition. Rockridge, Joliet, UDF, etc are in the same boat. You'll need to copy to a new dir structure and recreate the ISO. You'll probably lose the boot record in the process.
 
Old 07-04-2010, 04:13 PM   #19
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by Jamesh0317 View Post
Try:sudo aptitude install isomaster
Dude, we're in the Fedora forum, not the forum for Debian or some derivation thereof
What you should have suggested is:
Code:
sudo yum install isomaster
 
Old 10-05-2010, 05:42 AM   #20
satellit
LQ Newbie
 
Registered: Nov 2007
Location: Bend, Oregon
Distribution: ubuntu 9.04 on Dell E520n
Posts: 1

Rep: Reputation: 0
==How to Make your own .iso==

collect the files you want in a folder
burn them to a CD or DVD
use the following cammand in terminal as root:

dd if=/dev/sr0 of=xxxxxxx.iso
 
Old 10-05-2010, 06:15 AM   #21
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by satellit View Post
==How to Make your own .iso==

collect the files you want in a folder
burn them to a CD or DVD
use the following cammand in terminal as root:

dd if=/dev/sr0 of=xxxxxxx.iso
Waste of a CD, maybe you should have a look at this
Code:
man mkisofs
 
Old 10-05-2010, 06:35 AM   #22
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
this is what I'd do

mount and copy the iso contents to a folder as linuxnewbie said

Quote:
cp -a /media/FC5 /tmp/
Make all changes in /tmp/FC5. ( this i'm able to modify successfully ), probably bcoz its no longer a image & is just a directory....
then, after editing you have to recreate iso as best you can like original
and because it's Fedora you gotta "label" the iso too
it says in the isolinux.cfg what the label is

so, assuming iso is extracted to a folder named "ISOTMP"

mkisofs -r -V "LABEL" -cache-inodes -J -l \
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot \
-boot-load-size 4 -boot-info-table -o NAME-OF-ISO.iso ISOTMP/

thats if there is a isolinux folder in iso, instead of /boot/isolinux
?
 
Old 09-10-2018, 04:27 AM   #23
neasy
LQ Newbie
 
Registered: Sep 2018
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by kevkim55 View Post
What if there is no bin/cue file ?
What should you do if you still have this problem today?
To edit ISO image or file , you can follow this program :https://www.iseepassword.com/iso-editor.html

Last edited by neasy; 09-13-2018 at 03:10 AM.
 
  


Reply

Tags
burn, dvd, iso, loop, mount



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
editing iso images (mounting read-write?) aesahaettr Linux - Software 5 11-16-2006 07:51 PM
Editing ISO image Guignol Linux - Software 2 02-28-2006 03:27 PM
Mounting iso image batev Slackware 11 10-20-2005 09:24 AM
Mounting iso image chadturner Linux - Newbie 11 09-08-2005 10:28 AM
mounting ISO from an image true_atlantis Linux - Newbie 2 01-20-2004 10:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration