From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from idea1.anoeticconcepts.com ([64.191.54.245]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DGrXL-0005O9-00 for ; Wed, 30 Mar 2005 23:44:08 -0500 Received: from 70-59-15-202.dnvr.qwest.net ([70.59.15.202] helo=Saidar) by idea1.anoeticconcepts.com with esmtpa (Exim 4.43) id 1DGrXK-0000bp-Ay for speakup@braille.uwo.ca; Wed, 30 Mar 2005 23:44:06 -0500 Message-ID: <000201c535ac$466b95b0$0d00a8c0@Saidar> From: "Raul A. Gallegos" To: "Speakup is a screen review system for Linux." References: <004a01c53564$b3eca7c0$0d00a8c0@Saidar> <20050330214106.GC7525@rednote.net> Date: Wed, 30 Mar 2005 21:44:04 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - idea1.anoeticconcepts.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - asmodean.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: moving /var and /home to a new partition X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 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: Thu, 31 Mar 2005 04:44:08 -0000 Hi Ganina and others; I ended up doing a command like this: mount /dev/hda4 /mnt cd /var rsync -a * /mnt >>From reading the man page on rsync it seems that using the -a parameter is like using recursive, simlinks, preserve owner, group, device. Took some reading on using labels in fstab but I think I got it right. I just don't know where to make the needed modifications so that I don't edit fstab directly to add the new /var partition.