Find the answer to your Linux question:
Results 1 to 5 of 5
I have a old.iso already extracted on a flash drive. I replaced few executables (say hello) in the flash drive. Now I want to recopy the modified flash drive contents ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    36

    Help creating. iso

    I have a old.iso already extracted on a flash drive. I replaced few executables (say hello) in the flash drive. Now I want to recopy the modified flash drive contents and create new.iso.

    While trying to copy the contents the symlinks are present. I am not sure if 'cpio' would be of any help, though I tried using it and got incorrect syntax, searched man pages and retried but no luck

    Thanks for any help.

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,393
    The command to do this is 'dd' - it will take a bytewise copy of the media and dump it wherever you like, even to a file if that's what you want. Take a look down its man page.
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    31
    dd if=/dev/sda of=$HOME/file_name.iso

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    See the "mkisofs" command - read the manpage: man mkisofs
    That is the preferred way to make an ISO image that other systems can read properly, or that you can mount as a virtual disc if necessary.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    If I'm reading this right, you just want to pull files from and ISO and replace them with other files... correct? Have you looked at Iso Master?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...