From owner-freebsd-questions Thu Nov 18 8:51: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id 64FC715167 for ; Thu, 18 Nov 1999 08:51:02 -0800 (PST) (envelope-from richard@cogsci.ed.ac.uk) Received: (from richard@localhost) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) id QAA27745; Thu, 18 Nov 1999 16:50:54 GMT Date: Thu, 18 Nov 1999 16:50:54 GMT Message-Id: <199911181650.QAA27745@rhymer.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: "whiteouts" in rm manpage To: Dann Lunsford , questions@FreeBSD.ORG In-Reply-To: Dann Lunsford's message of Thu, 18 Nov 1999 06:20:46 -0800 Organization: just say no Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > WHITEOUTS??? What is this? IIRC, whiteouts are (would be?) used for the union filesystem (similar to Sun's "translucent" filesystem). The union filesystem allows one filesystem to be mounted "over" another, where you see files in both filesystems with those in the "upper" filesystem overriding those in the (typically read-only) "lower". A whiteout in the upper filesystem hides one in the lower, allowing you to delete files from the union. Undeleting such a whited-out file would just be a question of removing the whiteout to expose the original again. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message