How to merge two .iso images
Posted
by
pgrytdal
on Ask Ubuntu
See other posts from Ask Ubuntu
or by pgrytdal
Published on 2012-12-05T05:02:09Z
Indexed on
2012/12/05
5:31 UTC
Read the original article
Hit count: 294
I am following this tutorial to install Android onto my computer VIA Virtual Box.
My problem is, they want you to download
- liveandroidv0.3.iso.001
- liveandroidv0.3.iso.002
then they want you to merge these two files with cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso
in the Terminal.
The problem is, when I run the command, I get the following output
cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 > liveandroidv0.3.iso
cat: liveandroidv0.3.iso.001: No such file or directory
cat: liveandroidv0.3.iso.002: No such file or directory
So, I was wondering if there was an alternative way to merge these files? Or if you guy's could help me merge them this way?
Extra info:
OS: Ubuntu 12.10
I downloaded the files to my /downloads folder in my home directory.
© Ask Ubuntu or respective owner