Resizing partitions
Carl Parrish
plug-discuss@lists.PLUG.phoenix.az.us
Sat, 14 Apr 2001 03:13:15 -0700
> 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.