From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qtk53-0000ip-5h for garchives@archives.gentoo.org; Wed, 17 Aug 2011 17:39:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 025A921C317; Wed, 17 Aug 2011 17:38:45 +0000 (UTC) Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AB7721C2F2 for ; Wed, 17 Aug 2011 17:37:07 +0000 (UTC) Received: by eyg24 with SMTP id 24so642299eyg.16 for ; Wed, 17 Aug 2011 10:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=n7PGCIuwa/EITGooAbdz6LkK1moEcmvu8Nj2tjWwaZw=; b=JxF2t4JUJX/aLt2LL9YXDmbnZkdm9HDiA/kaNW31jW47p0GF9IvOWqMxCy7+EvTqQs PQthSSeOQ0A0hXSikQCcF5YS0wDKs4LF9i8w+5K2btcqrlP6FkpwI8mjEawgu82aXaVh EOs9ny/P7Z0Kzgizqr5SJEMQyp15Udqtp2Yyo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.146.15 with SMTP id q15mr440713eej.172.1313602627435; Wed, 17 Aug 2011 10:37:07 -0700 (PDT) Received: by 10.14.100.140 with HTTP; Wed, 17 Aug 2011 10:37:07 -0700 (PDT) In-Reply-To: <2647420.MP29V8M10C@eve> References: <54732072.QyOj10dyxT@eve> <2647420.MP29V8M10C@eve> Date: Wed, 17 Aug 2011 10:37:07 -0700 Message-ID: Subject: Re: [gentoo-user] {OT} rdiff-backup: push or pull? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 20cb24b157d52dc0a66e7846e40cdadd >> Can I reserve 0% for root on my USB hard drive which is only used for >> backups and does not contain an OS? > > Yes: > > mke2fs -m 0 /dev/usb-drive Thank you, is it safe to do so on a disk like that? If I run out of space on the USB hard drive, I'll only need space on the OS disk to fix it, correct? - Grant