Results 1 to 5 of 5

Thread: How to manipulate an ISO images

  1. #1
    Join Date
    Jul 2010
    Posts
    35

    How to manipulate an ISO images

    Who wants to carry data on CD and DVD's, which can be easily taken nowadays to a USB stick or if it needs more capacity, a portable hard drive. CDs and DVDs typically use the ISO 9660 file system that does not allow for future changes. With the right tools, the user can, however, many cases, the costly and error-prone re-create in savings. But it is useful if we can manipulate an ISO images. I am not having any idea about manipulating an ISO images. So thought to post over here. Please tell me how to manipulate an ISO images? Any more information regarding the topic would be helpful.

  2. #2
    Join Date
    Oct 2008
    Posts
    101

    Re: How to manipulate an ISO images

    Who wants to carry data easily takes nowadays to a USB stick or if it needs more capacity, a portable hard drive.
    Sometimes it is useful to resort to less expensive optical media such as CD-R and DVD-R, such as for distributing software and documents. The fact that the media can not override may even offer advantages. Boots, for example, the firewall from a CD, have it much more difficult for attackers to inject malicious code into the system permanently. Will the administrator change the configuration or install an update of the software, it must modify or create a new CD available by adding another session. Which can be easily done with the pen-drive or hard drive. So, in some scenarios CD's and DVD's are better when compared to other portable devices.

  3. #3
    Join Date
    Apr 2009
    Posts
    65

    Re: How to manipulate an ISO images

    With the usual mastering tools like mkisofs is a rather tedious and error-prone task. It's as easy as using the graphical isomaster. The program reads an existing image file in ISO format, NRG or proprietary format from Nero Burning ROM. Then the user can rename files, add, edit, delete and modify their access rights. Also can be a CD or DVD to do to get bootable. The modified image can save the user in the ISO format. Who is too cumbersome mkisofs that can start with a blank image and full CD or DVD image to create the isomaster. For Linux and BSD variants it under the GPL version 2 is available in source code and the Windows version is unfortunately a fee. Considerably less comfortable, but offers more features xorriso. Dating back to allow the project libburnia command line program is not only to manipulate the ISO 9660 file system. On Linux, FreeBSD and (Open) Solaris can read CDs, DVDs and Blu-ray discs directly and write. In fact, its incarnations and xorrecord in many cases as a replacement for mkisofs and cdrecord are xorrisofs. In addition, xorriso able to the changes made to a session not completed as an additional disk write ("growing").

  4. #4
    Join Date
    Aug 2008
    Posts
    129

    Re: How to manipulate an ISO images

    xorriso distinction between input and output device. Options inDev <device> and outdev <device> can the user with the different devices or files indicate, for example to copy from one drive to the other. Will it complement existing volume one, he must with-dev <device> and output with the same drive connection. Serves a multi-media session as input loads, the program usually the last session. With the-load session <number> but you can also access an earlier session. What Sessions are available shows the command-xorriso inDev <device>-toc. Analog users can track <number>-load any track of the load. In addition, the program offers the possibility of sessions and tracks with load-lba <sektor> to address directly or select on the basis of the volume ID.

  5. #5
    Join Date
    Dec 2008
    Posts
    87

    Re: How to manipulate an ISO images

    The contents of the file system can be changed almost at will. The option-add adds files or entire directory trees added;-path_list does the same, however, reads the names of the objects to be added from a prepared file. If, instead of-add-map, can be in a single pass of the file name or path of change. The-file update brings in the ISO file system on the same level as its counterpart on the hard disk-updated update_r whole directory trees. Existing files can rename users with-mv the / delete with rm. Deletes empty directories rmdir-stuffed-rm_r. Analogously, with chown (_r)-chgrp (_r) _r and chmod) owner and permissions change (.-Hide hidden files in the directory. Particularly useful is the option-find, the same as the Unix command works similarly, and allowing operations to apply only to certain files. With-find /-type f-name "*.bak"-exec rm - such as the user can remove all files whose name ends bak.. The double minus sign at the end is necessary only if followed by other options.

Similar Threads

  1. How to Manipulate XML with XPath in VBScript
    By Zavier in forum Software Development
    Replies: 4
    Last Post: 18-04-2010, 03:05 AM
  2. How to Manipulate DOM of Applet's Web Page?
    By shivendra in forum Software Development
    Replies: 5
    Last Post: 18-02-2010, 01:53 AM
  3. How to manipulate JavaScript text?
    By Juaquine in forum Software Development
    Replies: 4
    Last Post: 11-02-2010, 05:46 PM
  4. How to manipulate Webpage Images in Firefox?
    By samualres in forum Technology & Internet
    Replies: 5
    Last Post: 11-02-2010, 09:47 AM
  5. Manipulate jQuery with PHP
    By Zecho in forum Software Development
    Replies: 5
    Last Post: 16-06-2009, 02:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,108,372.85764 seconds with 17 queries