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 ...
- 05-06-2009 #1Just 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.
- 05-07-2009 #2
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/
- 05-07-2009 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 31
dd if=/dev/sda of=$HOME/file_name.iso
- 05-08-2009 #4Linux Guru
- 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!
- 05-08-2009 #5
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.


Reply With Quote