ubuntu-eee-coders team mailing list archive
-
ubuntu-eee-coders team
-
Mailing list archive
-
Message #02314
Re: [Question #53516]: What if 4GB SSD root disk (SDA2) is full?
Question #53516 on Ubuntu Eee changed:
https://answers.launchpad.net/ubuntu-eee/+question/53516
Status: Open => Answered
Miguel Telleria de Esteban proposed the following answer:
[not owner of an Asus EEE yet...]
Hi Peter,
There are some possibilities to this problem:
* Move /usr/share to a partition in the 16GB SSD disk. /usr/share represents quite a
volume of the installed base of a linux system and it is always read-only (except when you install
or upgrade packages).
* Define /tmp partition in the 16 GB SSD disk. Contents in /tmp are discarded on each reboot and
it is the part that gives more problems when the disk space is gone. However it is heavily
written (as opossed to the /usr/share option above).
* If you really want to have a partition that goes over the two hard disks, you will need to resort to
LVM (Logical Volume Management) that can unify two partitions in separate meda as a single one.
However I don't know how could you control how the contents would be distributed between the
two partitions.
Hope it helps.
Miguel
--
You received this question notification because you are a member of
Ubuntu Eee Coders, which is an answer contact for Ubuntu Eee.