[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Disk Space for OS and such



-----Original Message-----
From: BSmith
Subject: RE: [cobalt-users] Disk Space for OS and such

-----Original Message-----
From: Mike At Spy 
Subject: [cobalt-users] Disk Space for OS and such

Is there a way to increase the disk space that the Operating System and
Programs are allowed?

Thanks,

-Mike
_____________________________________



cli to your box

mkdir /home/usr
cd /usr
tar -c * | tar -C /home/usr -xf -
# Go do something for a 10-20 minutes or so
mv /usr /us
ln -s /home/usr /usr
rm -R -f /us

_____________________________________


Use this at your own risk.  Should anything majorly bad happen, you 
may not want to delete the /us directory. That way, it is there incase 
"shit hits the fan".  And remember, be a smart sysadmin.  Make sure you 
have everything backed up prior to proceeding!!!  You use this at your 
own risk!

~Brian