From owner-freebsd-questions Mon Mar 25 3:11: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.slightlystrange.org (icarus.slightlystrange.org [62.190.193.173]) by hub.freebsd.org (Postfix) with ESMTP id F127C37B404 for ; Mon, 25 Mar 2002 03:10:55 -0800 (PST) Received: from danielby by icarus.slightlystrange.org with local (Exim 3.12 #1 (Debian)) id 16pSNE-0005YK-00 for ; Mon, 25 Mar 2002 11:10:48 +0000 Date: Mon, 25 Mar 2002 11:10:48 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Subject: Re: /home is full... it's mounted under / Message-ID: <20020325111048.GA5047@icarus.slightlystrange.org> Reply-To: dan@slightlystrange.org Mail-Followup-To: freebsd-questions@freebsd.org References: <000b01c1d3ec$521672b0$da8ea392@zeus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000b01c1d3ec$521672b0$da8ea392@zeus> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 25, 2002 at 05:00:48AM -0600, William Michael Grim wrote: > Hi, my /home directory is full; I found the cause to be because it?s > mounted under /. / is the default 100 MB size (or something that FBSD > 4.4 automatically sets up during installation). I am trying to move > /home to /usr, but when I perform either "mv -f /home /usr" or "cp -R > /home /usr", I get the following errors: > > mv: /home/mbreeding/.esd/socket: Operation not supported > mv: /home/wgrim/.esd/socket: Operation not supported > mv: /bin/cp: terminated with 1 (non-zero) status: Cross-device link The file it barfs on is a socket - and cannot be moved or copied, it seems. Simply delete these problematic files - the socket will be recreated next time you run esd. > > Part of /home is copied, but nothing more. > > This is just kind of frustrating because there is development I want to > perform on this server. In advance, I appreciate any help that is > received. :) > I hope I _did_ help ;-) Cheers, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message