From owner-freebsd-questions@FreeBSD.ORG Wed Dec 5 00:38:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4F2416A417 for ; Wed, 5 Dec 2007 00:38:22 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 3351313C43E for ; Wed, 5 Dec 2007 00:38:22 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8708680pyb for ; Tue, 04 Dec 2007 16:38:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=YnrOeG2kVoWAFZCINL6eI+/9yylVjBuftNj8nCsNyRU=; b=v+1TA/BntBk9nGoRzHIfyd0+ypWtJJEu7rvV1xNrhdhCy3gB8yjnzNFwE9RYwWFmOSYswgZtfssPeNhil5s2mE4uU3/yHcMgeQ1Er1yF9omqzlt9eqjLgGqnmvjs4HF+dTfDErx/voHdFVwlfeEx4vDyopf6wEFoz7JZJSx7xfQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=U8bJV63K3lFHc2ONuFAmyGVUvY3s6NO9nZrm8zKv0GnBCUADRvYjIRcpeO1Q4G8qXKXj6onUVd68dRAmqEDLDivb/y0tdewhAHMTHS2Ismg+3oZPcSmmwRwIgRPhAEVlUrqR/iBnmynuAGAt8QZUzi6CuBPHftMpXzfKq6VmPM0= Received: by 10.142.143.7 with SMTP id q7mr648297wfd.1196815100202; Tue, 04 Dec 2007 16:38:20 -0800 (PST) Received: by 10.142.172.9 with HTTP; Tue, 4 Dec 2007 16:38:20 -0800 (PST) Message-ID: <539c60b90712041638s78b4e40fn67434f2dce5e27e7@mail.gmail.com> Date: Tue, 4 Dec 2007 17:38:20 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: bd6a26c5d2c2e85c Subject: copying just / (not /tmp, /usr, etc) (rsync -x failed) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2007 00:38:22 -0000 I have / on one slice, and [usr,tmp,var] on others. I want to move just / to a new disk, which seemed to be what rsync -x ("do not cross filesystems") was intended for. It failed, however, as df shows 20k blocks in /, and rsync filled up the target slice with 50k blocks, so obviously it blew right past the 'end' of / - did I miss something? Is there no other way except to umount [tmp,usr,var]? Thanks, Steve