[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube 2 filesystem is getting full



> >I heard somewhere that is possible to solve this problem by two ways:
> >1/ remove the disk to a pc and use magic partition to change the
partition
> >size
> >2/ create a link to the second partition
> >
> >Is there someone who tested theses solutions ?
> >Could you preicse me how to proceed ?
>
> I use the second method -- especially useful with the /tmp directory.
>
> mv -a /tmp /home/tmp
> ln -s /home/tmp /tmp
>
> Frostie
>
> (the commands might be a little off, but you should get the idea)

A slight note of caution: I believe this particular link may cause a problem
on rebooting if the partition on which /home/tmp resides is not mounted when
/tmp is first required by any process - I seem to recall I had that once
when I was running out of space in /tmp and tried the above to overcome it.

Others, more knowledgeable than I, may be able to verify or correct this.

Rob E.