From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vw0-f42.google.com (mail-vw0-f42.google.com [209.85.212.42]) by speech.braille.uwo.ca (Postfix) with ESMTP id 1EE08C1A2D1 for ; Wed, 28 Apr 2010 19:05:05 -0400 (EDT) Received: by vws8 with SMTP id 8so1716273vws.29 for ; Wed, 28 Apr 2010 16:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:message-id:to :subject:in-reply-to:references:comments:date:from; bh=IbGWdHac7TrePciQTWr5gvI/qcL6evi/iq3GTUif6Xs=; b=u+0AW6an1r+GG+p57iZpUgnPuBajSDZegRShqMx70OgkV2DiTB8DFx6XSk75n6n7xe PIw7x9uqIHw6UV+UNsuqnpVvIclexBu7fZPkb4LOQ538wsmhgzjazhFN/g4BvBtMHt1J OwA0OqorSbfHMtlj4QAwn/yDMYaYFJN7UH8AQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:to:subject:in-reply-to:references:comments:date:from; b=hp0Xa3XwPD8uJshHBdLHL+xHiqh1hcC43aPemCq1u5EI1X69PJfQ+O2pwj9NAgNGh4 lCOvyM6t9hwJ1NBfKFApvHFnPa/4u39Ytt6q4Q7JHTmgvdWOn22nXrUWS+0xhTL3pc3a zMKNTPzLw+H0F/Vb1/A3SKhT89ywIFVNokQag= Received: by 10.220.127.22 with SMTP id e22mr5856242vcs.102.1272495873431; Wed, 28 Apr 2010 16:04:33 -0700 (PDT) Received: from main (TBSAUNDE-FRISBEE.WV.CC.CMU.EDU [128.237.233.96]) by mx.google.com with ESMTPS id p36sm950755vcr.19.2010.04.28.16.04.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Apr 2010 16:04:32 -0700 (PDT) Received: from tbsaunde (helo=main) by main with local-esmtp (Exim 4.71) (envelope-from ) id 1O7GIx-0004qw-E6; Wed, 28 Apr 2010 19:04:31 -0400 Message-Id: To: "Speakup is a screen review system for Linux." , "JP Jamous" Subject: Re: Parted Not Found In-reply-to: References: <20100428194844.GA23186@romuald.net.eu.org><9E4AB14D503D4043A3239017A04F3E03@Jepelsy.local><20100428215931.GB26335@romuald.net.eu.org> Comments: In-reply-to "JP Jamous" message dated "Wed, 28 Apr 2010 18:48:14 -0400." Date: Wed, 28 Apr 2010 19:04:31 -0400 From: trev.saunders@gmail.com X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 23:05:05 -0000 Hi, > Trev, > > > Get yourself both an IDE and SATA enclosures. You just need the box. Plug > the hard drive in and through USB plug it as an external drive to your > laptop and you are good to go. > > If it is a desktop, you can use an IDE or a SATA cable. Just make sure with > the IDE you move the jumper to slave the hard drive. yeah, I deal with the hard ware end all the time, and am good at copying daata between disks with linux machines. The problem came when the machines immediately at hand all ran windows, I needed to copy the data from hard drive a to drive b, but couldn't find any thing for windows that would just copy the data, without caring about what that data was. I had to just copy the data byte for byte, because there is no good windows drivers for linux file systems. SO I solved this by soucking it up and going to a linux machine, pluging the drives into spare sata cables, and used DD to copy / image the drive, but a windows program that could do the ame thing as dd would be a nice thing to know about, and it seems like have something like that? > > On my LAN server, I have 2 internal hard drives. One has a primary partition > that runs the OS and all of my server applications. As to the other, I only > made it an extended partition and generated 4 logical partitions. So jumpers > here do not matter at all. The BIOS looks for the hard drive with the > primary partition where the MBR is. It ignores the rest. > Here is my experience as to how linux servers are often setup. you use 3 disks for raid 5. You partition each disk to use all but about 64 megs for the raid. Finally you put /boot, where things neccessary for boot go on one of those 64 meg partitions, and then you install the boot loader to one of the drives. > I don't create primary partitions unless they are used for an OS. I always > create extended partition and slice it to as many logicals as I want. I've basically just decided to forget partitions, and just use lvm, its a lot more flexible. > > However, with Linux now, I am even seeing much more possibilities that > require less hardware work. I just need to get to learn the system well as I > know Windows. yeah, you can do a lot of nice things. > I would also recommend NLite if you want to make a Windows installation CD > without touching the keyboard through the installation. > > I used to listen to the hard drive and memorize the screens. With NLite, I > boot the computer and run the business or program while Windows installs on > its own. By the time it is done, I have Windows, necessary drivers, and > domain set up. I just install JAWS and continue working. > > I have a business here. I cannot waste precious time anymore listening to > the hard drive cranking, assume, and respond to all of the questions that > Windows ask. interesting, does this work for the server os's two? those are really the only ones I can see any use for right now. Trev