Carl Parrish 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? Yes. This should about do it: % mkdir /space % mv /usr/share /space/ % ln -s /space/share /usr -- Kurt Granroth | http://www.granroth.org KDE Developer/Evangelist | SuSE Labs Open Source Developer granroth@kde.org | granroth@suse.com KDE -- Conquer Your Desktop