truelies1
|
2010-01-15
, 16:17
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#71
|
|
2010-01-15
, 16:22
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#72
|
|
2010-01-15
, 16:27
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#73
|
|
2010-01-15
, 17:49
|
|
Posts: 909 |
Thanked: 216 times |
Joined on Nov 2009
@ Bremen, Germany
|
#74
|
|
2010-01-15
, 18:41
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#75
|
|
2010-01-28
, 18:33
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#76
|
I used the following script from one of the many root space threads on here:
It freed me up around 30MB space and if anything, Maemo Maps seems to load FASTER not slower (quite a lot faster). Although its the first time I loaded it since the firmware update so maybe that sped it up?Code:#!/bin/ash mkdir -p /home/root/usr/share cd /usr/ for FILE in games include local src var do mv $FILE /home/root/usr/ ln -s /home/root/usr/$FILE /usr/ done mkdir -p /home/root/var/cache cd /var/cache/ for FILE in apt do mv $FILE /home/root/var/cache/ ln -s /home/root/var/cache/$FILE /var/cache/ done cd /usr/share/ for FILE in fonts icons locale mime nokia-maps pixmaps sounds themes tutorial-applet zoneinfo do mv $FILE /home/root/usr/share/ ln -s /home/root/usr/share/$FILE /usr/share/ done mkdir /home/root/usr/share/games ln -s /home/root/usr/share/games .
Lets not forget, the MMC might be faster for some things as its not using CPU power for compression. Its all a CPU power vs IO performance juggling act, hard to know which is going to be fastest.
Moving the apt cache alone makes a huge difference and its silly it wasting space on root. Just enabling extras-testing and extras-devel but not installing anything, should NOT eat root space. Although I guess its a good idea to disable extras-tests and extras-devel before doing a firmware update anyway, but it was silly I had to do it just to free enough space.
|
2010-02-02
, 16:53
|
Posts: 52 |
Thanked: 54 times |
Joined on Nov 2009
|
#77
|
I used the following script from one of the many root space threads on here:
It freed me up around 30MB space and if anything, Maemo Maps seems to load FASTER not slower (quite a lot faster). Although its the first time I loaded it since the firmware update so maybe that sped it up?Code:#!/bin/ash mkdir -p /home/root/usr/share cd /usr/ for FILE in games include local src var do mv $FILE /home/root/usr/ ln -s /home/root/usr/$FILE /usr/ done mkdir -p /home/root/var/cache cd /var/cache/ for FILE in apt do mv $FILE /home/root/var/cache/ ln -s /home/root/var/cache/$FILE /var/cache/ done cd /usr/share/ for FILE in fonts icons locale mime nokia-maps pixmaps sounds themes tutorial-applet zoneinfo do mv $FILE /home/root/usr/share/ ln -s /home/root/usr/share/$FILE /usr/share/ done mkdir /home/root/usr/share/games ln -s /home/root/usr/share/games .
Lets not forget, the MMC might be faster for some things as its not using CPU power for compression. Its all a CPU power vs IO performance juggling act, hard to know which is going to be fastest.
Moving the apt cache alone makes a huge difference and its silly it wasting space on root. Just enabling extras-testing and extras-devel but not installing anything, should NOT eat root space. Although I guess its a good idea to disable extras-tests and extras-devel before doing a firmware update anyway, but it was silly I had to do it just to free enough space.
|
2010-02-16
, 21:45
|
Posts: 13 |
Thanked: 4 times |
Joined on Nov 2009
@ Netehrlands
|
#78
|
|
2010-02-17
, 13:38
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#79
|
|
2010-02-17
, 13:50
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#80
|
How to make a script file of those command to avoid type errors? Can I run this 2nd times like after a month to increase the rootf?
sh filename
Tags |
fremantle, maemo, maemo 5, n900, opt, optification, optify, root space, rootfs |
|