![]() |
Formatting the internal MMC to native format for using it for libraries - possible?
As the internal memory of the n810 is very limited and gets full when many apps are installed I thought of doing the following:
mkdir /media/mmc2/libs/ mv /usr/lib/[large library file] /media/mmc2/libs/ ln -s /media/mmc2/libs/[large library file] [large library file] so the OS 'thinks' the file is still in /usr/lib but physically on mmc2. But in most cases this does not work: the mmc2 is FAT formatted. Can I reformat the mmc2 to native unix file system in order to make this work ? Any experiences on this ? |
Re: Formatting the internal MMC to native format for using it for libraries - possibl
I have both the internal and external cards on my n810 formatted as ext3 and am perfectly happy. It may prevent me from using the cards as USB drives on a PC, but I've never done that anyway.
Code:
/dev/mmcblk0p1 on /media/mmc2 type ext3 (rw,data=ordered) (For grins I just moved a random library to the card on my n810, symlinked it, ran ldconfig, and loaded it via LD_PRELOAD. Seems to work just fine.) But, what's the problem when you try to put libraries on a FAT-formatted card? The file size limit on FAT is 2GB, and I doubt any libraries exceed that. If it's a problem with permissions you should be able to overcome it with appropriate mount options. If you connect to a PC via USB though, the card will be unmounted from the n810. Depending on the library that could cause some real problems. |
Re: Formatting the internal MMC to native format for using it for libraries - possibl
Booting from a flash card is the recommended solution to the space problem. Anything else is generally less stable and less safe.
|
Re: Formatting the internal MMC to native format for using it for libraries - possibl
Quote:
|
Re: Formatting the internal MMC to native format for using it for libraries - possibl
Quote:
|
Re: Formatting the internal MMC to native format for using it for libraries - possibl
Really? I find SSU works fine with a flash card setup and reinstalling bootmenu is trivial.
|
All times are GMT. The time now is 16:58. |
vBulletin® Version 3.8.8