From owner-freebsd-questions@FreeBSD.ORG Wed Jul 18 06:24:18 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A63B16A400 for ; Wed, 18 Jul 2007 06:24:18 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7A08913C442 for ; Wed, 18 Jul 2007 06:24:17 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l6I6O77P005049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Jul 2007 13:24:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l6I6O7BC030999; Wed, 18 Jul 2007 13:24:07 +0700 (ICT) Date: Wed, 18 Jul 2007 13:24:07 +0700 (ICT) Message-Id: <200707180624.l6I6O7BC030999@banyan.cs.ait.ac.th> From: Olivier Nicole To: youshi10@u.washington.edu In-reply-to: <469DB02E.30407@u.washington.edu> (message from Garrett Cooper on Tue, 17 Jul 2007 23:16:14 -0700) References: <200707180546.l6I5kaS9025869@banyan.cs.ait.ac.th> <8b9a9ca79ee8718d603bd36a80fcaa94@szalbot.homedns.org> <469DB02E.30407@u.washington.edu> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: zbigniew@szalbot.homedns.org, freebsd-questions@freebsd.org Subject: Re: moving /home to new drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 06:24:18 -0000 > 4. Drop into single user mode (if production machine), and login as root > (just to avoid possible errors in programs :)..). on production machine I woul deven copy in single user mode, just to prevent a user to be modifying a file when copying. Olivier