mikhmv
|
2009-12-16
, 20:16
|
Posts: 207 |
Thanked: 119 times |
Joined on Nov 2009
@ Pittsburgh, PA, USA
|
#11
|
|
2009-12-19
, 20:07
|
Posts: 118 |
Thanked: 45 times |
Joined on Dec 2009
@ Germany
|
#12
|
|
2009-12-20
, 18:14
|
Posts: 27 |
Thanked: 5 times |
Joined on Dec 2009
|
#13
|
Exist code for "release space" in root.
I didn't try it yet. Cannot give any warranty on it. It is from link:
http://sumoudou.org/%E7%9B%B8%E6%92%...ia%20N900.html
I put explanation in the code after "#" (all line after # don't executable and you can copy code with it)
Code:#Create folder in /opt for /usr/share mkdir -p /opt/usr/share #enter in /usr folder cd /usr/ #cycle. FILE will have different value depend from step for FILE in games include local src var do #move folder (games include local src var) to /opt/usr mv $FILE /opt/usr/ #create soft link for moved folders ln -s /opt/usr/$FILE /usr/ done #end of cycle mkdir -p /opt/var/cache cd /var/cache/ for FILE in apt do mv $FILE /opt/var/cache/ ln -s /opt/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 /opt/usr/share/ ln -s /opt/usr/share/$FILE /usr/share/ done
|
2009-12-20
, 18:25
|
Posts: 207 |
Thanked: 119 times |
Joined on Nov 2009
@ Pittsburgh, PA, USA
|
#14
|
1. How can I create a directory in /home/user and be able to see it with the Maemo filemanager? (with the setup created by guide in the previous post)
2. Is it better to have this "data" directory on the microSD?
|
2009-12-25
, 13:05
|
Posts: 5 |
Thanked: 4 times |
Joined on Dec 2009
@ Italy
|
#15
|
Tags |
radioactive |
Thread Tools | |
|