How to merge two .iso images
- by pgrytdal
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.