Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#1
Hi,

I would like to ask please if programs can be installed on the memory card? ( I would like to try the extra dictionaries of Gjiten but I only have 80MB free and 44MB is wasted on flash) I assume if you clone os to the memory card, it will obviously be done but I would like to keep my OS in flash. Is there any other way except cloning os?

Thank you.
 
Posts: 24 | Thanked: 9 times | Joined on Jul 2007
#2
*** CAUTION -- THERE IS SOME RISK HERE ***

This is info I posted to the mailing list and I am reproducing it here because there is interest. I added this preface, because I don't want you to do parts 1, 2, and 3 BEFORE reading the caution at the end of the posting. This is working for me, but I make NO claims about suitability for your situation. YOU HAVE BEEN WARNED! :-)

**************************************

I am a new N800 user and I have been experimenting a bit with the
memory cards. I think the terminology is a little muddied when talking
about "internal" memory. I'm not sure if your talking about
the 256 MB flash ram or the "internal" CARD. In any case, here's what I
did to free up flash.

1) Start with an SD card that you would like to dedicate to N800
memory. I used a 4GB SD, but you could use any size. It is
possible to move to a bigger card later if you want.

2) Insert the SD card into a PC (a Linux machine would be easiest)

3) Format the card as type "ext2" (using, for example, mkfs.ext2)

4) Insert the SD card into the internal slot of the N800

The N800 sees ext2 filesystems just fine, so it will recognize and mount the
internal SD as /media/mmc2 (in my case). Now comes the tricky part... :-)
While it is not easy to make the installer INSTALL to the SD card, it is
fairly simple to MOVE things to the SD card, freeing up flash. CAUTION -
not everything can be moved! Fortunately, many (perhaps most) can. I
found (through trial and error) that your home directory CANNOT (well,
without consequences, anyway). Perhaps the card is not mounted soon
enough, but when I moved my entire home directory, the machine was
usable, but the initial desktop was all messed up. HOWEVER, many of
the larger items in the home directory (/home/user) CAN be moved. For
example, all of you media is stored in /home/user/MyDocs. To move
my media to the card, it did:

1) mkdir /media/mmc2/home/user

2) cp -a /home/user/MyDocs /media/mmc2/home/user

3) Make sure everything from MyDocs is stored on the card

4) rm -rf /home/user/MyDocs

5) ln -s /media/mmc2/home/user/MyDocs /home/user/MyDocs

Now, your media files are stored on the card and NEW media that is
automatically placed in MyDocs will automatically go to the internal
SD card.

Another place you can save a lot of storage is the /usr/lib
directory. The N800 uses Python for many of the programs that it runs.
I have successfully moved the python library to the card with no ill
effects.

1) mkdir /media/mmc2/usr/lib

2) cp -a /usr/lib/python2.5 /media/mmc2/usr/lib

3) Verify that python library copied correctly

4) rm -rf /usr/lib/python2.5

5) ln -s /media/mmc2/usr/lib/python2.5 /usr/lib/python2.5

You should be getting the "drift" of this by now. MANY things
can be easily and safely moved to the memory card and linked in. I have
linked many of the binaries in /usr/bin to the memory card. For example,
I made a /media/mmc2/usr/bin directory, moved FBReader to it and linked
to the binary from /usr/bin with no problem. The app still loads from the
menu and launches just fine.

To sum up (sorry for the long post), I have reduced the usage on
my flash to 61% (down from 90+%) and still have over 3GB available on my
4GB card! Just be careful to test everything when you move it. Generally
if it causes any problems, it is not TOO difficult to move it back. Be
careful about moving anything that MIGHT be used during the boot process as
you could leave the N800 unable to boot.

Gary Walborn
gwalborn@gmail.com
 

The Following 6 Users Say Thank You to gwalborn For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
Thank you very much for that. I will try it (and of course, not blame you etc )
 
MoridinBG's Avatar
Posts: 70 | Thanked: 1 time | Joined on Sep 2007
#4
ext2 is totally not suitable for flash based memory. Why do you think jffs2 is used for the internal flash?
You should try reiserfs, as it is way more friendly for the flash memory.
__________________
Signature goes here.
 
Posts: 76 | Thanked: 15 times | Joined on Feb 2008
#5
So is this the only way to get applications installed directly to an external memory card on the N810? I kind of hoped the option to install on the external card would be available at the time of installation. Any new information or threads I should look into about this. For example, I'd like to install canola2 directly on the miniSD, anyone succcessfully accomplish this?
 
Posts: 473 | Thanked: 141 times | Joined on Jan 2009 @ Virginia, USA
#6
Originally Posted by MoridinBG View Post
ext2 is totally not suitable for flash based memory. Why do you think jffs2 is used for the internal flash?
You should try reiserfs, as it is way more friendly for the flash memory.
I just ran across this thread. I tried reiserfs, and it the N810 did not recognize the card. What foo did you do to get it recognized?

--vr
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:09.