View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#56
Since many applications are moved towards /opt, so-called optified, and only symlinks are still in /usr, there are scenarios, where the 2GB /home partition, that also contains /home/opt symlinked to /opt, is not sufficient.
With some clever methods you can customize the partition setup to your needs.

I like this!
Code:
df -k
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                  233344    181276     47788  79% /
ubi0:rootfs             233344    181276     47788  79% /
tmpfs                     1024        84       940   8% /tmp
tmpfs                      256       100       156  39% /var/run
none                     10240        80     10160   1% /dev
tmpfs                    65536         4     65532   0% /dev/shm
/dev/mmcblk0p2         4737108   2479388   2017080  55% /home
/home/opt              4737108   2479388   2017080  55% /opt
/opt/pymaemo/usr/lib/python2.5
                       4737108   2479388   2017080  55% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
                       4737108   2479388   2017080  55% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
                       4737108   2479388   2017080  55% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
                       4737108   2479388   2017080  55% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
                       4737108   2479388   2017080  55% /usr/lib/python-support
/dev/mmcblk0p1        25587488   3219360  22368128  13% /home/user/MyDocs
/dev/mmcblk1p1        15542416   4647288  10895128  30% /media/mmc1
Reading 2,3 Gb occupied and still 2,2 GB free for /home partition. My Docs reduced to 24GB.