Date: Thu, 29 Nov 2007 10:06:59 -0800 From: "Derrick Ryalls" <ryallsd@gmail.com> To: "Wojciech Puchar" <wojtek@wojtek.tensor.gdynia.pl> Cc: questions@freebsd.org, Bill Moran <wmoran@potentialtech.com>, Mark Evans <mbe2@bayou.com> Subject: Re: ls -l takes a forever to finish. Message-ID: <d5eb95fc0711291006p6b620a7as17036b7df54edeb5@mail.gmail.com> In-Reply-To: <20071129185547.K20307@wojtek.tensor.gdynia.pl> References: <005901c8313f$f7048b70$0d00a8c0@bayoucshaffer> <474CA49D.50306@FreeBSD.org> <002001c831d5$80ad8670$0d00a8c0@bayoucshaffer> <a969fbd10711280752v7d38070x5f34d9d652ec4f7f@mail.gmail.com> <003101c831da$a405bc50$0d00a8c0@bayoucshaffer> <20071129122043.A9040@wojtek.tensor.gdynia.pl> <20071129084244.eaba6f7a.wmoran@potentialtech.com> <20071129185547.K20307@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
> > it is for sure. > > the fix would be > > mv /usr/home /usr/oldhome;mkdir /usr/home;mv /usr/oldhome/* /usr/home > > and after successfull move - rm -rf /usr/home I really hope you meant: rm -rf /usr/oldhome Also, mv just moves pointers around, wouldn't a cp -Rp be needed instead?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5eb95fc0711291006p6b620a7as17036b7df54edeb5>