[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Root almost Full on Raq4
- Subject: RE: [cobalt-users] Root almost Full on Raq4
- From: "Ken Duffield" <xebec@xxxxxxxx>
- Date: Fri Jan 25 06:36:03 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi To ALL,
Please could someone advise as to what I am doing wrong here as I am trying
to move some files using the example as hereunder but I am getting this
error and I do not see where I am going wrong.
[root@mail /root]# mv /usr/local /home/usr/local
mv: cannot move `/usr/local' across filesystems: Not a regular file
Thanks in advance,
Ken
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Steve Werby
Sent: Friday, January 25, 2002 3:22 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Root almost Full on Raq4
"Paul-Hus Diane" <dph@xxxxxx> wrote:
> My root disk is looking pretty full 87% .
> I look to remove some files but I could not see any I could safely
removed.
Then consider moving files to a partition with more space and creating a
symbolic link at the old location. /usr is on the root partition and there
should be directories you can safely move to /home which has plenty of space
on your server. Quick example:
mkdir /home/usr
mkdir /home/usr/local
mv /usr/local /home/usr/local
ln -s /home/usr/local /usr/local
Backup the files first and verify that it worked as expected. Do a 'df -h'
afterwards and you should have plenty of space.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users