Author Topic: How to get the Quick install DVD  (Read 11250 times)

atreidae

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Re: How to get the Quick install DVD
« Reply #15 on: September 21, 2007, 05:21:31 pm »
I have had a report that if you use the iso on my site as a base for a torrent, the torrent client will re download the dammaged parts.

jhelwig

  • Making baby steps
  • Posts: 3
    • View Profile
Re: How to get the Quick install DVD
« Reply #16 on: September 21, 2007, 06:19:32 pm »
man split

You definitely want the -b flag, and possibly -a 1 .  I just checked and it should be on most Dreamhost servers.

atreidae

  • Regular Poster
  • **
  • Posts: 35
    • View Profile
Re: How to get the Quick install DVD
« Reply #17 on: September 25, 2007, 12:44:29 am »
I did use the split flag before, maybe i just didnt have enough flags


this was the command i used last time (love you bash)

split -b 1024m LinuxMCE_0704_Quick_Install_DVD.iso

jhelwig

  • Making baby steps
  • Posts: 3
    • View Profile
Re: How to get the Quick install DVD
« Reply #18 on: September 25, 2007, 02:51:55 am »
Code: [Select]
jhelwig@vfb-9:~$ sudo dd if=/dev/scd0 of=lmce.iso
jhelwig@vfb-9:~$ split -b 1024m lmce.iso lmce.iso.
jhelwig@vfb-9:~$ cat lmce.iso.a* > lmce.iso.joined
jhelwig@vfb-9:~$ md5sum lmce.iso*
4ea553952c35f7db5f14ae5b54caab73  lmce.iso
e1248a2d6f1e9b44e0cfd8da09246fe5  lmce.iso.aa
50c695e617187d64c107aad23b29a1cb  lmce.iso.ab
89e90f2b27e28d6d60d9745842adce12  lmce.iso.ac
5781f038cf1c3b6005faa3f8ac5d761a  lmce.iso.ad
4ea553952c35f7db5f14ae5b54caab73  lmce.iso.joined

That's the output I get when I read in the working DVD I had burned from the official torrent.  The split command you had works.  Not sure what was causing the corruption with your parts.