LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usr space from /usr for /home ? (https://www.linuxquestions.org/questions/linux-newbie-8/usr-space-from-usr-for-home-86120/)

chanys 08-26-2003 10:44 PM

usr space from /usr for /home ?
 
Hi,

I'm quickly running of space on /home
Lots of space left on /usr

How can I "map" space from /usr to /home without reinstalling?

Your help will be greatly appreciated!
Yee Seng.

Imyrryr 08-26-2003 11:06 PM

This is strictly a really cheezy way to accomplish that, you could create a link in the /home directory to the directory you've set aside in your /usr directory.

--Create a subdirectory in the /usr directory
e.g. mkdir home2
--Create a link in the /home directory to the subdirectory you created in /usr
e.g. ln -s /usr/home2 newhome


Or if you get another hard drive you can mount that drive and create links to that drive or partion(s) on that drive.

A more complex way of doing it is by using a tool called FIPS; but that is for the most part left up to some more guru-like folks.

I'm sure there will be more ideas to follow this one and possibly better ones but hopefully this one willl at least get you started until something better comes along

exodist 08-26-2003 11:11 PM

in your case I would also do what imyrryr sais... he beat me to it.


All times are GMT -5. The time now is 11:53 PM.