From owner-freebsd-questions Mon May 8 8:57:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f28.law4.hotmail.com [216.33.149.28]) by hub.freebsd.org (Postfix) with SMTP id 600F337B713 for ; Mon, 8 May 2000 08:57:51 -0700 (PDT) (envelope-from adam_hefetz@hotmail.com) Received: (qmail 1246 invoked by uid 0); 8 May 2000 15:57:51 -0000 Message-ID: <20000508155751.1245.qmail@hotmail.com> Received: from 62.0.165.147 by www.hotmail.com with HTTP; Mon, 08 May 2000 08:57:50 PDT X-Originating-IP: [62.0.165.147] From: "Adam Hefetz" To: freebsd-questions@freebsd.org Subject: /var Date: Mon, 08 May 2000 15:57:50 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I tried to move the /var directory like it says in the file book.txt with the following commands: # mkdir /usr/var # cd /var # tar cf - . | (cd /usr/var; tar xf - ) # cd / # rm -rf /var # ln -s /usr/var /var the problem is that whem I type the rm -rf /var command it says: rm: /var: Device busy I hope you can help me, thanks, Adam ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message