<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splitted files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979571#M65955</link>
    <description>Hola, i have downladed an image of linux, however is splitted, how can i join to the original file:&lt;BR /&gt;&lt;BR /&gt;the files are:&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split00&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split01&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split02</description>
    <pubDate>Wed, 11 Apr 2007 15:31:35 GMT</pubDate>
    <dc:creator>Alberto T. Tepox</dc:creator>
    <dc:date>2007-04-11T15:31:35Z</dc:date>
    <item>
      <title>Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979571#M65955</link>
      <description>Hola, i have downladed an image of linux, however is splitted, how can i join to the original file:&lt;BR /&gt;&lt;BR /&gt;the files are:&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split00&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split01&lt;BR /&gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso.split02</description>
      <pubDate>Wed, 11 Apr 2007 15:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979571#M65955</guid>
      <dc:creator>Alberto T. Tepox</dc:creator>
      <dc:date>2007-04-11T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979572#M65956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the 'cat' command:&lt;BR /&gt;&lt;BR /&gt;cat RH*split* &amp;gt;RHEL4-U5-re20070328.12-i386-ES-DVD-ftp.iso&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 15:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979572#M65956</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2007-04-11T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979573#M65957</link>
      <description>IÂ´ve tried to do that however when burn the DVD is not bootable.&lt;BR /&gt;&lt;BR /&gt;I test the files download and are not corrupt, what can i do?</description>
      <pubDate>Wed, 11 Apr 2007 19:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979573#M65957</guid>
      <dc:creator>Albert Tlapa Tepox</dc:creator>
      <dc:date>2007-04-11T19:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979574#M65958</link>
      <description>make sure the order you use in cat is correct. for instance use&lt;BR /&gt;for i in 0 1 2 ; do cat RHEL$i &amp;gt;&amp;gt;image.iso;done</description>
      <pubDate>Wed, 11 Apr 2007 20:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979574#M65958</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2007-04-11T20:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979575#M65959</link>
      <description>... make it RHEL*$i, of course</description>
      <pubDate>Wed, 11 Apr 2007 20:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979575#M65959</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2007-04-11T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979576#M65960</link>
      <description>Shell glob expansion will do the ordering for you.&lt;BR /&gt;&lt;BR /&gt;The 'rc' boot-up process also relies upon this shell feature.</description>
      <pubDate>Wed, 11 Apr 2007 21:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979576#M65960</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-04-11T21:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979577#M65961</link>
      <description>oh.. dur.. futher.. ;)&lt;BR /&gt;&lt;BR /&gt;What did you use to burn the ISO image to disk?&lt;BR /&gt;&lt;BR /&gt;If you used 'cdrecord', plese show us your command-line.</description>
      <pubDate>Wed, 11 Apr 2007 21:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979577#M65961</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-04-11T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splitted files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979578#M65962</link>
      <description>As already said, shell globbing takes care of correct odering during cat if the provider of the ISOs hasn't used some arcane locale specific file names (but which distributer would do this?).&lt;BR /&gt;&lt;BR /&gt;After you concatenated the split ISO file to a single file (thus the command's name cat, though most of the times it is used on a single file)&lt;BR /&gt;try to mount the catted ISO through a loopback device.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# cat RHEL4*iso*split* &amp;gt; rhel4_dvd.iso&lt;BR /&gt;# mkdir /mnt/tmp&lt;BR /&gt;# mount -t iso9660 -o ro,loop rhel4_dvd.iso /mnt/tmp&lt;BR /&gt;# ls -l /mnt/tmp&lt;BR /&gt;&lt;BR /&gt;I am not sure if there is a general pattern how RHEL ISOs are mastered.&lt;BR /&gt;But generally there should be a boot image and catalogue on the disk, probably in a dir like /isolinux.&lt;BR /&gt;&lt;BR /&gt;You can burn this image like&lt;BR /&gt;(asuming your DVD burner uses /dev/dvd)&lt;BR /&gt;&lt;BR /&gt;# umount /mnt/tmp&lt;BR /&gt;# growisofs -Z /dev/dvd=/path/to/catted/file/rhel4_dvd.iso &lt;BR /&gt;&lt;BR /&gt;If however this isn't bootable you can mount the ISO file via loopback on some NFS/FTP/HTTP server and make it accessible to your installation client.&lt;BR /&gt;Somewhere in the ISO there should be small boot images for starting the installation only (some rudimentary miniroot installation kernel).&lt;BR /&gt;Then during the install there should come a screen where you are asked for the installation source.&lt;BR /&gt;There you could name your repository.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 04:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/splitted-files/m-p/3979578#M65962</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-04-12T04:40:21Z</dc:date>
    </item>
  </channel>
</rss>

