Complete.Org: Mailing Lists: Archives: discussion: January 1999:
Re: [aclug-L] Partition!!!
Home

Re: [aclug-L] Partition!!!

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Partition!!!
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Sun, 24 Jan 1999 00:07:59 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

On Sat, Jan 23, 1999 at 11:48:56PM -0600, Mohammad Islam wrote:

> My question is..is there any way to shrink the / partition and allocate
> some space to /usr?

Not easily, but one thing you can do is move large files or directories from
one partition to the other, and use symbolic links.

For instance, I might move /usr/doc to /doc like this:

cd /usr
tar -cSpf - doc | tar -xvSpf - -C /
# [ Now check that /doc is OK, and then, while still in /usr.... ]
rm -rf /usr/doc
ln -sf /doc

---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]