From owner-freebsd-questions Fri May 16 13:24:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA17431 for questions-outgoing; Fri, 16 May 1997 13:24:11 -0700 (PDT) Received: from r33h142.res.gatech.edu (r33h142.res.gatech.edu [128.61.33.142]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA17425 for ; Fri, 16 May 1997 13:24:08 -0700 (PDT) Received: (from jason@localhost) by r33h142.res.gatech.edu (8.8.5/8.7.3) id QAA01967 for questions@freebsd.org; Fri, 16 May 1997 16:24:08 -0400 (EDT) From: Jason Bennett Message-Id: <199705162024.QAA01967@r33h142.res.gatech.edu> Subject: Directory Overwrite To: questions@freebsd.org Date: Fri, 16 May 1997 16:24:08 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, I had an interesting experience last night. I was installing a package with pkg_add, using the url on command line technique. It tried to fetch the parts to the /var mount, which doesn't have near enough space for xemacs. So it ran out of space, complained, and I aborted with a ^C. It then dutifully cleaned up its mess. Unfortunately, it deleted my home directory in the process. The entire directory, not just the files in the directory. I was su root at the time, which I've been told was my first mistake. Now, I've gone back and recreated myself so I can log in. Is there any possible way to recover my stuff? And why exactly did it kill my files? jason