Jump to content

Splitting and joining ISO image into smaller files for backup onto FAT32 drive


success2be
 Share

9 posts in this topic

Recommended Posts

What commands do I use to split and join binary files? Please show me the usage of the commands too. Thanks. The 'man' command can be confusing.

 

I think I found 'split', but I'm not sure if 'cat' is what I use to join two binary files. I remembered using 'cat' to display text files to the screen.

Link to comment
Share on other sites

  • 1 year later...
use cat to join the iso segments.

 

cat isopart1.iso isopart2.iso > full.iso

 

Do u mind giving a step by step instruction?

 

i've tried this

 

cat "filename*" > "output file name"

or

cat "filenamea[a-e]" > "output filename"

 

but it just keep saying no such file exist

Link to comment
Share on other sites

 Share

×
×
  • Create New...