D405n Half Internal Storage Space Missing - LG Optimus L90

Hey guys,
So I flashed CM 12.1 finally and its AWESOME Really loving it! Big ups to Quarx and contributors.
I do however have an issue with my internal storage now. I keep checking and its freaking me out actually. I only see 3.9GB space usable all in all. I have the 8GB model and before it used to show me 8GB. But since doing Lollipop update I can only see 4GB.
I ran various tools like Disk Usage etc and it still only shows 3.9GB.
I connected via terminal and ran 'df' and I see all the normal partitions, but then /data and /mnt/shell/emulated are both the same stats showing 3.9G total size.
Can anyone confirm this is correct?
If not, what can I do to fix it? I found this howto for a Nexus, is it a similar procedure?
Even under Settings -> Storage I only see 3.87GB total space, is that right? After moving almost all my apps to the SD Card the internal storage is almost full already. WTF.
Thank you for the assistance

Related

[Q] Use full Nook eMMC capacity for CM internal storage?

Just got my Nook Color tonight. I booted it from a CWM microSD card, installed CM 7.1 stable, gapps, and ran ROM Manager to install CWM to internal memory.
When I go to Menu, Settings, Storage, under the 'Internal Storage' heading, it says "Total space" of 5.09 GB and "Available space" of 4.68 GB. (One app installed so far)
Looking farther down the screen, it shows /mnt/eemc to have 1.00 GB of space.
Is there a way to combine them so that I have 5.68 GB of usable internal space to install apps to? Also, are those two the full available capacity of the eMMC storage? If not, can it be enlarged to maximum?
Also, further down the screen, it shows /mnt/usbdisk, with no space. Should it be left intact, or can it be safely removed to limit my confusion?
Thanks!
+1 to your question.
I'm gonna use my NC only as a tablet not any book reading so I don't think that 1GB is required.
Still let's wait for a dev. to give expert advice about this and possibly a how-to...
I would leave /mnt/usbdisk alone as it will be useful if you decide to use flash drives through nook tweeks in the usb section. As for the emmc data area, you can store data there with no problem if you are not going to use the nook as an e-reader.
By downloading the nook tweeks app, you will have access to the micro usb port (through an adapter) to transfer data between the nook and a flash drive or (using a powered hub) a card reader. You can also transfer data between the nook and a camera to directly save photos to the nook or view them. Usb host mode opens the nook up to another level and makes it a very functional tablet.
I use my nook with a digital camera on photo shoots so that I can preview my shots on a larger screen than that of the camera. You can check out my threads here concerning host mode. PM me if I can be of any assistance.
Sent from my NookColor using Tapatalk
SweetBearCub said:
Just got my Nook Color tonight. I booted it from a CWM microSD card, installed CM 7.1 stable, gapps, and ran ROM Manager to install CWM to internal memory.
When I go to Menu, Settings, Storage, under the 'Internal Storage' heading, it says "Total space" of 5.09 GB and "Available space" of 4.68 GB. (One app installed so far)
Looking farther down the screen, it shows /mnt/eemc to have 1.00 GB of space.
Is there a way to combine them so that I have 5.68 GB of usable internal space to install apps to? Also, are those two the full available capacity of the eMMC storage? If not, can it be enlarged to maximum?
Also, further down the screen, it shows /mnt/usbdisk, with no space. Should it be left intact, or can it be safely removed to limit my confusion?
Thanks!
Click to expand...
Click to collapse
Hey there, I know long time but iI have some info to share since I'm having the same configuration as yours.
The 'Internal Storage' you're seeing isn't exactly the emmc. Its just that cm7 doesn't know its put on an SD. And it thinks the second or third partition of the SD (i.e. cm7 system partition) is internal.
Also that /mnt/eemc is the actual internal memory and thus these 2 can't be linked. However, the nook has another 5gb emmc internal partition callednmedia which you can possibly combine with emmc.
Sent from my NookColor using Tapatalk
there are many threads about the NC partition layout and changing it. do a search. the 5g partition basically won't be used by your cm7 NC. the apps will go on the 1g. I repartitioned mine for 4g instead of 1g and 2g for /emmc. then you can set cm7 to swap the /emmc and /sdcard and then use the NC without an SD installed.
mr72 said:
there are many threads about the NC partition layout and changing it. do a search. the 5g partition basically won't be used by your cm7 NC. the apps will go on the 1g. I repartitioned mine for 4g instead of 1g and 2g for /emmc. then you can set cm7 to swap the /emmc and /sdcard and then use the NC without an SD installed.
Click to expand...
Click to collapse
I was thinking something else.....
I wanted to merge internal data and media so as to get combined partition. I'm running CM7 off the SD card so I don't need to switch them. I was just thinking of merging them.
Sent from my NookColor using Tapatalk
therkr said:
I was thinking something else.....
I wanted to merge internal data and media so as to get combined partition.
Click to expand...
Click to collapse
Yes, I understand that's what you want to do. However, those partitions are not contiguous space. Search on Nook Color partitions and you will quickly see why.
Specifically, look here:
http://forum.xda-developers.com/showthread.php?t=1094371
which links to here:
http://forum.xda-developers.com/showpost.php?p=13971291&postcount=110
/dev/block/mmcblk0p6 is the "data" partition
/dev/block/mmcblk0p7 is the "cache" partition
/dev/block/mmcblk0p8 is the "/mnt/emmc" partition
You are wanting to combine "data" and "/mnt/emmc". Problem is the "cache" partition is stuck in between them.
The other problem is your NC uses these two partitions for different things.
I think the suggestion I made before, which is to repartition for 2GB+4GB as in the first link, then do Settings -> CyanogenMod Settings -> Application -> Use internal storage to get them to swap, is the best, simplest solution with the lowest risk. This uses the 2G partition for whatever normally is used for /sdcard by most apps (downloads, misc. files, temp storage, etc.) and 4G partition for your apps, and leaves your whole SD card for use solely for your side-loaded media content. This schema will not interfere with further CM updates or unnecessarily change the default partition scheme for which most of the devs are writing code.
If you want to become a Linux & Android master of partitioning and storage management, then you can probably implement a more custom scheme. In my last job I was a software engineer working on a Linux-based network-attached storage appliance and I wrote most of the system code dealing with disk and partition management, so you could say I know a lot about it, but still I chose the easy path for my NC.
mr72 said:
If you want to become a Linux & Android master of partitioning and storage management, then you can probably implement a more custom scheme. In my last job I was a software engineer working on a Linux-based network-attached storage appliance and I wrote most of the system code dealing with disk and partition management, so you could say I know a lot about it, but still I chose the easy path for my NC.
Click to expand...
Click to collapse
Thanks for the info. But I'm just a highschool sophomore who loves technology. Can't do this unless someone has ever tried (and succeeded) before.
I'll probably use your method when I install CM7 (or CM9) onto emmc.
Sent from my MB502 using XDA App

[Q] Gallery - not enough memory

HI, first of all thank you for a great forum that i have visited a lot of times the last 5 years.
I have one major problem with my samsung galaxy note. I can't run gallery because then i get 'not enough memory, Delete some items'.
If I start camera and then click on one image gallery starts without any problems.
Storage on my note:
SD Card: Available 11,40 GB
USB storage: 0
System memory: 1,47 GB
Please tell me how to fix this. I have tried a few memory optimizer apps from the marked but nothing...
Regards
Noeinstein
After 2-3 days of experimenting and studying loads of internet posts I finally managed to solve this problem:
Your Gallery needs space on ur internal SD-Card to work, even if you store all ur videos and photos on the external SD-Card. And as you posted there is 0 kB Space on your USB-Storage and thats the point.
Go to Menu - Own Files and find the largest Files and Folders. Now you have to find out, which Files may be deleted. For example I deleted Game Folders that took up to 0.5 GB and also deleted some old BackUp Files of CWM.
Be careful with this deleting and watch out not to delete any system relevant files!
I did not deleted them but moved them to my external SD-Card so I could move them back if my Android would be messed up afterwards.
I hope this helped you and others!
as said it more than likely because you have no free space on your internal memory, free some up and im sure it will start working
Hi everyone,
I have issued the same problem newly on these days with my SGN. But on the contrary, when I look at my storage levels:
Storage Name: Used / Total
System storage: 0.92GB / 1.97GB
USB storage: 1.42GB/11.07GB
SD card: 8.00GB/14.89GB
I'm using Android version 4.1.2 with N7000XLSA Baseband and the device is rooted. I have deleted some files to free up more space in internal SD (which is denoted as sdcard0 in JB) but it seems that it didnt work out, because the problem continues. Am I doing smthg wrong or is there another solution or workaround for this?
Regards,
Same problem here
I have same problem. Almost same memory usage. I mean lots of megabytes exist on every unit (phone, phone sd, ex t sd)
But cannot open gallery, s note, etc with same "not enough memory" message.
N7000/4.0.4
Just clear cache from in gallery app from settings>application and reboot. Also you need some minimum space in your internal sd storage. Also do not install unnecessary apps. Try to uninstall the apps that you don't use. Some apps tend to use more ram & storage.

[Q] How is memory managed on my Note?

I have to be honest and say I am a bit baffled when I look at the 'Storage' breakdown on my Note. So I have a few questions as to how RAM and flash memory work together.
From looking at some threads on the forums here I understand of the 16GB of flash memory on my Note :
2GB is reserved for the ROM
2GB is reserved for apps, actually my phone says I have 1.97GB
The rest (11.06 GB) as general storage e.g. music, movies, documents, etc.
Wondering what happened to the other c1MB as I have only accounted for 15GB?
So in settings when I go to 'Storage' it is broken down into 2 sections, 'Device Memory' and 'USB Storage' now I find this screen a little bit confusing. So, is the 'USB Storage' the 11.06GB flash memory I have for general storage and the 'Device Memory' the 2GB (1.97GB) of flash memory for storing apps I download?
I find it strange that my phone says I have 1.97GB device memory (flash memory) total for apps, and my apps seem to be taking up 1.47GB but I only have 228MB available. That doesn't add up?? Even more confusing is the fact that when I try to download a 40MB app I am told 'Can't download to default location'!!
Also do I ever see what the 1GB of RAM is up to on my phone or is this managed secretly by Android?
Thanks for anyone willing to set me straight
*Bump*
Anyone willing to help pls
Ram can't be accesed by u that's what your device uses to store processes so u can't save files or anything on it but anyways assuming your on gingerbread to "see what your ram is up to" go into system settings/applications/running services this what u see is runnning processes stored on your ram
Your note then has system internal and external memory
System memory is where your rom and system apps are installed (platystore youtube etc) you can't access this unless your rooted
Internal memory is the memory u get with your phone where u can store pics movies files etc and install apps I don't own this device but i doubt that it allocates a section of internal memory for apps
Then there's USB or external storage which is your memory card or flash drive (yes u can do that) u can store apps (which have app2sd support unless your rooted then u can move everything) movies files whatevever you want
_____________________________________
This post uses the patented TingTingin®™ method I would teach it to you but you are not yet worthy (come back in a hundred years)
Ferg8080 said:
I have to be honest and say I am a bit baffled when I look at the 'Storage' breakdown on my Note. So I have a few questions as to how RAM and flash memory work together.
From looking at some threads on the forums here I understand of the 16GB of flash memory on my Note :
2GB is reserved for the ROM
2GB is reserved for apps, actually my phone says I have 1.97GB
The rest (11.06 GB) as general storage e.g. music, movies, documents, etc.
Wondering what happened to the other c1MB as I have only accounted for 15GB?
So in settings when I go to 'Storage' it is broken down into 2 sections, 'Device Memory' and 'USB Storage' now I find this screen a little bit confusing. So, is the 'USB Storage' the 11.06GB flash memory I have for general storage and the 'Device Memory' the 2GB (1.97GB) of flash memory for storing apps I download?
I find it strange that my phone says I have 1.97GB device memory (flash memory) total for apps, and my apps seem to be taking up 1.47GB but I only have 228MB available. That doesn't add up?? Even more confusing is the fact that when I try to download a 40MB app I am told 'Can't download to default location'!!
Also do I ever see what the 1GB of RAM is up to on my phone or is this managed secretly by Android?
Thanks for anyone willing to set me straight
Click to expand...
Click to collapse
you are a lil bit lucky than me.. my 1.97GB device memory is only used around 0.8GB but the available space is only around 200mb:crying:... and the droid started to give me storage space running out error...
Ram can't be accesed by u that's what your device............
Click to expand...
Click to collapse
Yes I guessed that, but when I view RAM stats I get:
604MB used and 260MB free, yet I have 1GB RAM. Does anything add up memory wise on this phone?!
System memory is where your rom and system apps ...
Click to expand...
Click to collapse
Again I guessed there was an area reserved for Rocket ROM and the associated system apps, I assume this is called the system partition. And I believe this is 2GB!?
Internal memory is the memory u get with your phone where u can store pics movies files etc and install apps I don't own this device but i doubt that it allocates a section of internal memory for apps
Click to expand...
Click to collapse
I seem to have 'device memory' which is some kind of App partition of about 2GB but again its telling me I have over 200MB free but when I try to install another app I am told I have run out of space!?
I also seem to have USB storage which is referring to the remaining general storage partition which is about 11GB which I can't install apps to.
Thank you for trying to answer my query but I'm afraid I'm none the wiser. I though it would be easy to find a Wiki on the device which would explain how the 16GB is partitioned up and used like a memory map but I can't find anything. And the figures don't add up.
Isn't anyone else curious?
Anyone else ain't curious because they use the search tool
But since xda is all about helping eachother, here you go :
http://forum.xda-developers.com/showthread.php?t=1667886
All info you seek is in that thread
friedje said:
Anyone else ain't curious because they use the search tool
But since xda is all about helping eachother, here you go :
http://forum.xda-developers.com/showthread.php?t=1667886
All info you seek is in that thread
Click to expand...
Click to collapse
Okay smart ass let me point out a few things....
I am a complete novice to Unix and how their filesystems are organised but I am trying.
Pointing me to a thread of partition tables with what I presume are hex values that I've never seen before is a bit too low level and confusing.
I am not asking for a programmers spec table for the Note memory just a simple breakdown of partitions, GB/MB sizing and what the purpose of the partition is?
And if you don't know enough to do that then don't bother posting because your not being helpful and your post has as much value as a troll
Actually my post was extremely helpful, and just saved you the bother to search for yourself. However 'mr. smart ass' assumed you had a bit of basic knowledge of the subject, which you just made clear isn't exactly the case.
So to try and tell it disney style :
Your phone has 1Gb of ram, used to run system and apps in realtime.
Android manages it and you can look at what is currently running and
if that makes you happy, even kill processes in taks manager.
Then your phone has flash memory, in general 16Gb, allthough 32Gb
devices exist.
Your Total 16Gb of memory actually has 12 partitions that each have
their proper reason of existence.
Number Size Name
1 21.0MB EFS: Holds device specific info like imei number
2 1311kB SBL1 : 1st bootloader, the devices uses this to boot
3 1311kB SBL2 : 2nd bootloader, see above
4 8389kB PARAM : Forgot what they put inside, guess you will have to read up.
5 8389kB KERNEL : Here goes your Hardware layer, drivers etc....
6 8389kB RECOVERY : here goes the little program to recover your phone when it's messed up
7 210MB CACHE : guess the name says it all
8 16.8MB MODEM : here goes the radio program for voice+data
9 893MB FACTORYFS : here go your android system files
10 2147MB DATAFS : here goes the data for your android system, like your apps
11 11.9GB fat32 UMS : your famous internal storage free to fill with disney movies
12 537MB HIDDEN : space reserved for samsung to put their bloatware
Hope the above is mashed enough to understand

[Q] Storage being used up somewhere?

Hey guys, I don't know how much available storage I had prior, however it was easily a GB free at LEAST as I put most of my media on my external sd-card.
I went to make a cwm backup before I flashed the latest CM nightly but stupidly forgot to tell it to backup to external storage.
Lo and behold, the backup failed and when I rebooted the phone I got notifications telling me that my storage is very low.
http://imgur.com/zjMiyGc - this screenshot shows that despite there being around 1/4 memory free (or otherwise uncategorised), I only have 229MB available.
I've looked in the clockworkmod folder and there's nothing there, but I can't figure out where all this memory has been taken up from?!
Is there any way I can locate the files/folder taking up the most storage on my device or has anyone encountered this issue before and know a fix?
I can't even download any new apps atm as they won't be installed due to low memory
are you using 4.2?
clear unused backup data from recovery.
also, disk usage from Play

[Q] KitKat Partitioning Issue

At the risk of sounding like a complete n00b, I come to you all with an issue I'm experiencing. I know it's an operator error, so bear with me;
I just recently flashed Milaq's KK build. I increased the /system partition using the new CWM w/ data/media to 512 mbs. Everything is running well, but all the apps I install are installed to the internal memory, which maxes out around 1.4 gbs. My question is, how do I make the default install location the virtual ext SD card?
I hope this makes a bit of sense to you all - because I'm about to pull my hair out here.
Thanks for any/all input on my current situation.
I understood the partition/directory structure in my previous CM7/CM9 installs.
But with the new datamedia storage configuration I'm confused to all the various labels for the memory storage areas.
I've read the document at http://teamw.in/DataMedia
but the situation is still not very transparent.
• Under Android settings I see "Internal Storage" and "SD Card" and "USB Storage".
• In ES File Explorer I observe:
/sdcard ->
/external_sd -> /storage/sdcard1
/usbdisk -> /storage/usbdisk
/storage/emulated
/storage/sdcard0 ->
/storage/sdcard1
/storage/usbdisk
• In X-plore I also observe:
/storage/0
/storage/legacy
• CM File Manager app top level directory is labeled as "0":
It appears there is various crossover in directory mappings. Is there a definitive guide as to the partitions, directory structures/mappings and symlinks that apply to the above memory areas. There is already enough contradictory posts in various development threads on this so not asking for assumptions/presumptions. Hoping to hear from an expert/developer who knows this stuff on back of their thumb.
And what controls/manages where new apps are installed?
Good Question I also would like to know
While looking around the internet, I found this as a potential option;
In terminal;
su
pm set-install-location 2
I attempted it, but haven't noticed any difference.
/bangshead/
Stryeguy said:
While looking around the internet, I found this as a potential option;
In terminal;
su
pm set-install-location 2
I attempted it, but haven't noticed any difference.
/bangshead/
Click to expand...
Click to collapse
I think you are looking at this wrong. Instead of making Android use the external storage by default, you just need to make the data partition bigger and use that as your default storage. Milaq himself suggested this partition layout:
system - 600mb
cache - 200mb
media - 400mb
data - [remaining space] (i.e. ~11.5gb for 16gb TouchPads)
If you are going to go with Milaqs builds, The best way to do it is to move all your stuff from your sd card to your computer, wipe your sd card, use tailor in webOS to repartition to match what Milaq suggested and move all your stuff back onto your device in, I think, the sdcard0 folder (which should now have the majority of the space).
jsgraphicart said:
I think you are looking at this wrong. Instead of making Android use the external storage by default, you just need to make the data partition bigger and use that as your default storage. Milaq himself suggested this partition layout:
system - 600mb
cache - 200mb
media - 400mb
data - [remaining space] (i.e. ~11.5gb for 16gb TouchPads)
If you are going to go with Milaqs builds, The best way to do it is to move all your stuff from your sd card to your computer, wipe your sd card, use tailor in webOS to repartition to match what Milaq suggested and move all your stuff back onto your device in, I think, the sdcard0 folder (which should now have the majority of the space).
Click to expand...
Click to collapse
Thank you for your response - it was exactly what I was looking for. I knew I was overlooking a step.
I'll get around to doing that tonight.
Again, thanks so much.
:cheers:
I had the same question. But I just used tailor to resize the partitions. If it says file system error, let it fix it. As long as there are free space, all your files will stay.
Just posting a follow up;
Installed Tailor and repartitioned as per Milaq's instructions, and everything is working as it should be.
Thanks for the help, guys. Glad to know it was just my reading skills that were lacking.

Categories

Resources