LinuxMCE Forums
May 19, 2013, 08:38:54 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 [2]
  Print  
Author Topic: How to get the Quick install DVD  (Read 3429 times)
atreidae
Regular Poster
**
Posts: 35


View Profile
« Reply #15 on: September 21, 2007, 04: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.
Logged
jhelwig
Making baby steps

Posts: 3


View Profile
« Reply #16 on: September 21, 2007, 05: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.
Logged
atreidae
Regular Poster
**
Posts: 35


View Profile
« Reply #17 on: September 24, 2007, 11:44:29 pm »

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
Logged
jhelwig
Making baby steps

Posts: 3


View Profile
« Reply #18 on: September 25, 2007, 01:51:55 am »

Code:
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.
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!