Resizing partitions

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Carl Parrish
Date:  
Subject: Resizing partitions
> Kurt Granroth wrote:
>
>>
>> Without resizing, your best bet may be to just create a bunch of
>> symlinks. So, for instance, move all of /usr/share (just an example)
>> to /space/share and do a 'ln -s /space/share /usr/share'
>

Continuning with this example after moving (mv /usr/share/*
/space/share/ ) should I instead set the link to /usr (ln -s
/space/share /usr ) If I understand it correctly that would create a
share dir symbolic link under /usr which is what I want right? Or am I
not understanding this correctly?

Carl P.