View Single Post
Posts: 145 | Thanked: 88 times | Joined on Nov 2009 @ Copenhagen
#52
Originally Posted by 白い熊 View Post
Based on my exploits, a guide to "repartition" the N900:

http://sumoudou.org/0/5.html

BEWARE: if you mess up in any single step, you'll brick your N900, and will have to reflash, so not for the meek. You're on your own.

But I did it this way, so it works.
If I don't want to partition right away, could I without problems just do this part:

Code:
   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
If this is ok and doesn't cause any speed issues, it would at least give me some extra MB in / to play with.