Click to See Complete Forum and Search --> : Question


ansivirus
03-19-2001, 03:55 PM
OK I know this is the wrong place but you all seem to have a very wide knowledge base.. I am looking for a utility that will run in Windows that will take an ISO for a bootable cd and open it allow me to make a few changes to files and then save Still as a bootable ISO basically i tried using ISOBuster and then makeing the changes and then rebuilding an ISO from that but it is nolonger bootable.

-ansiVirus

ansivirus
03-20-2001, 03:50 PM
^any ideas?

-ansiVirus

bdg1983
03-21-2001, 09:36 AM
You could try the FAQ here http://www.linuxnewbie.org/cgi-bin/faq/faqw.py?req=all#6.11 on installing from a ISO on HD. Could the ISO be mounted as 'rw' to allow modifications?

ansivirus
03-21-2001, 01:31 PM
I know i can mount it in linux but I need to know if there is an application in windows?

bdg1983
03-21-2001, 02:02 PM
Sorry. Should have paid more attention when reading your post.

Does Adaptec CD Creator have the ability? Their website may list the capabilities of the software or maybe someone has asked the same question in Adaptec's knowledgebase or have suggestions.

ansivirus
03-21-2001, 02:16 PM
thanks.. i'll check.. but btw just out of curiosity you asked if it could be mounted in rw mode in linux.. how might i go about mounting an iso in rw mode in linux.. i always just mount it and everything is readonly so i copy all the files out... :)

-ansivirus

bdg1983
03-21-2001, 03:29 PM
I'm just guessing that it's possible.

mount -t iso9660 -o ro,loop=/dev/loop0 /path/to/image /mount/point

Change the 'ro' to 'rw'?