"Other" allocated space keeps growing.

This strange Other space is taking over our phones. I keep having to delete important stuff to be able to backup my phone.
Does anyone know what it is?
I was thinking it might be stuff like e-mails but why backup imap mails that allready are on the e-mail server?
Was also thinking some of it could be imessage/sms/mms history. .. But deleting all message history didn't change anything.
Many people are saying its a feature Apple build in to force us to buy more iCloud storage but how ludicrous would that be :-)
Any help you can offer.

I have 4.52Gbytes of Other storage on my 16Gbyte iPhone 4S - well over 25% of available storage.  I am a well-informed user of technology, but not a geek!  I expect this stuff to work.  This is preventing my from having a smartphone that does everythng I want.......and getting a larger phone is not the answer - Apple sorting out this problem with Other storage is the answer.
I don't want to restore the phone as whilst I can reload music apps etc, I will lose data in the apps.  Apple please help.  There is far more competition in the smartphone space now than when I first purchased an iPhone 3 in 2010.

Similar Messages

  • I have a problem with my iPad, the "other" part of the capacity summary keeps growing like ****

    Dear all: I have a problem with my iPad, the "other" part of the capacity summary keeps growing like ****, every time I sync the iPad gets bigger and bigger. What is this "other" and what do I do to keep it from getting bigger? Thanks to all!

    Marcos,
    I did not try your trick, didn't see your post until after i visited the Apple store.  The tech at the genius bar did not know why my "Other" memory had grown so huge.  It was over 24GB, which only left me with 1 GB free on my 32GB iPad.   I had been loading and unloading video's yesterday thru itunes to try various compression settings.  I did not notice the other categrory growing until I tried to load a 3 GB movie file and it told me I was out of memory.
    I probably loaded and unloaded 30 different times, trying different compression settings.  In the process of doing this, it apparently loaded up the "Other: stuff.  To me it seems like recycle bin in windows, but no one knows how to free it up. 
    So here is what he did and it worked.  He reset the iPad.  Press and hold both the Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears.  Then he hooked it up to itunes on his computer.  Fortunately I have everything backed up on my home computer.  When my iPad showed up on iTunes at the store, it showed the 24 MB of "Other" momentarily, then it reduced to about .7 GB giving me 24.5 GB free.  Resetting it seemed to do the trick, but he still could tell me how this is happening and how to prevent it. 
    I think I'll try to call someone at applecare to get an explanation, hopefully.

  • Other keeps growing

    the Other category under capacity keeps growing even after deleting cache history, bookmarks, songs and emails.
    When I fisrt upgraded to 4.0.1 it went from 20mg to 200 meg,,,now after trying to fix all the problems the new software has caused it has grown to 500meg.
    Can anyone explain what is happening?
    and how to fix it?

    What is "Other" and What Can I Do About It?- Apple Support Communities
    What is the Other on my iPhone and How to Remove It

  • My other section on the sync section keeps growing is there a way to shrink it?

    My other section on the sync section keeps growing is there a way to shrink it?

    I've tried to restore it a few times but it still jumps up to over a GB
    It usually jumps up after I do the the on the actual ipod then jumps again when I add stuff
    to my Ipod

  • Time machine keeps growing in size or backing up a size far greater than it

    Apologies if this is covered elsewhere but after hours of searching I still haven't been able to find a resolution which is actually fixing my problem.
    When my time machine tries to back up the size of the back up just keeps growing and growing - a problem which has been reported several times but none of the solutions are fixing the problem for me. I've completely reset time machine (disconnect external hard drive, deleting the preferences from ~library/preference, then reset up with my exclusions) and the problem just reappeared.
    I've gone through this routine several times and in most cases had no joy. On one occasion I thought the problem had been resolved as it did the initial backup and then a couple of hourly backs and then suddenly it returned a message saying it had insufficient space (trying to back up 470GB but disk only has 300GB available) which was just ridiculous as the full back up size was under 50GB.
    I've verified the disk on several occasions and it always comes up clean. In a fit of desperation I've even tried reformatting the external drive with no improvements
    I'm at the point of deleting time machine from my laptop and going back to the old Backup program. Can anyone offer any thing else I could try.

    Hi, and welcome to the forums.
    Have you Verified your internal HD (and Repaired any externals that are also being backed-up)?
    If so, it's probably something damaged or corrupted in your installation of OSX. I'd suggest downloading and installing the 10.6.4 "combo" update. That's the cleverly-named combination of all the updates to Snow Leopard since it was first released, so installing it should fix anything that's gone wrong since then, such as with one of the normal "point" updates. Info and download available at: http://support.apple.com/kb/DL1048 Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.
    If that doesn't help, reinstall OSX from your Snow Leopard Install disc (that won't affect anything else), then apply the "combo" again.

  • Sparsebundle keeps growing rapidly

    I have 2 macs with 500 GB Drives backing up to a 2TB time capsule, about 250 GB of used space on each.  The spares bundle on one keeps growing until it hogs all the space.  One sparsebundle now it occupies 1.5TB, will not allow further backups, and has deleted all but the most recent backup.  The other one stays at about 370 GB, but still contains several months of backups.  Why does one keep growing, and what can I do to correct this problem.
    Thanks.
    Ray R

    It sounds like more than the internal HD is getting backed-up.  Are there other drives in or connected to the "rogue" Mac?  
    See what it shows for Estimated size of full backup under the exclusions box in Time Machine Preferences > Options.  If that's larger than the 250 GB or so that's on the internal HD, exclude the other drive(s) you don't want backed-up.
    It's also possible that sparse bundle is damaged.   A clue may be lurking in your logs.  Use the widget in #A1 of Time Machine - Troubleshooting to display the backup messages from your logs.  Locate the most recent backup from that Mac, then copy and post all the messages here.
    Either way, your best bet might be to delete the sparse bundle for that Mac, per #Q5 in Using Time Machine with a Time Capsule (via Ethernet if at all possible, as that will take quite a while).
    The next backup of that Mac will, of course, be a full one (so do it via Ethernet, too).   Then see what the next one does.  If it's a full backup, see #D7 in Time Machine - Troubleshooting.

  • Oracle 11g flash recovery keeps growing

    Oracle 11g flash recovery (E:\ partition in a Windows 2003 server) keeps growing. It already used 200GB of disk space and only 46GB of disk space is left in that partition. Can we tell how often Oracle 11g delete the old backups?
    Thanks.
    Andy

    andychow wrote:
    SQL> set linesize 1000
    SQL> select substr(name,1,30) name,
    2         space_limit,
    3         space_used,
    4         space_reclaimable,
    5         number_of_files
    6  from V$RECOVERY_FILE_DEST
    7  ;
    NAME                           SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    E:\flash_recovery_area_11       1.0486E+11 1.6752E+10                 0               5
    SQL> select *
    2  from V$FLASH_RECOVERY_AREA_USAGE
    3  ;
    FILE_TYPE            PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROL FILE                          0                         0               0
    REDO LOG                              0                         0               0
    ARCHIVED LOG                        .09                         0               2
    BACKUP PIECE                      15.88                         0               3
    IMAGE COPY                            0                         0               0
    FLASHBACK LOG                         0                         0               0
    FOREIGN ARCHIVED LOG                  0                         0               0
    7 rows selected.
    SQL>
    It shows only 5 files in E:\flash_recovery_area_11. Can you verify ?

  • Proxy 4 - Cache size keeps growing

    I may have a wrong cache setting somewhere, but I can't find it. I am running Proxy 4.0.2 (for windows).
    Under Cache settings, I have "Cache Size" set to 800MB. Under "Cache Capacity" I have it set to 1GB (500 MB-2GB).
    The problem is my physical cache size on the hard drive keeps growing and growing and is starting to fill the partition on the hard drive. At last count, the "cache" directory on the hard drive which holds the cache files is now using 5.7GB of space and still growing.
    Am I mis-understanding something? I thought the max physical size would be a lot lower, and stop at a given size. But the cache directory on the hard drive is now close to 6GB and still growing day by day. When is it going to stop growing, or how do I stop it and put a cap on the physical size it can grow to on the hard drive?
    Thanks

    Until 4.03 is out, you can use this script..
    Warning: experimental, run this on a copy of cache first to make sure that it works as you want it.
    The firs argument is the size in MB's that you want to remove.
    I assume your cachedir is "./cache" if it is not, then change the variable $cachedir to
    the correct value.
    ==============cut-here==========
    #!/bin/perl
    use strict;
    use File::stat;
    my $cachedir = "./cache";
    my $gc_size; #bytes
    my $verbose = 0;
    sub gc_file {
        my $file = shift;
        my $sb = stat($file);
        $gc_size -= $sb->size;
        unlink $file;
        print "$gc_size more after $file\n" if $verbose;
        exit 0 if $gc_size < 0;
    sub main {
        my $size = shift;
        $gc_size = $size * 1024 * 1024; #in MB's
        opendir(DIR, $cachedir) || die "can't opendir $cachedir: $!";
        my @sects = grep {/^s[0-9]\.[0-9]{2}$/} readdir(DIR);
        closedir DIR;
        foreach my $sect (@sects) {
            chomp $sect;
            opendir (CDIR, "$cachedir/$sect") || die "cant opendir $cachedir/$sect: $!";
            my @ssects = grep {/^[A-F0-9]{2}$/} readdir(CDIR);
            closedir CDIR;
            foreach my $ssect (@ssects) {
                chomp $ssect;
                opendir (SCDIR, "$cachedir/$sect/$ssect") || die "cant opendir $cachedir/$sect/$ssect: $!";
                my @files = grep {/^[A-Z0-9]{16}$/} readdir(SCDIR);
                closedir SCDIR;
                foreach my $file (@files) {
                    gc_file "$cachedir/$sect/$ssect/$file";
    main $ARGV[0] if $ARGV[0];
    =============cut-end==========On your second problem, the easiest way to recover a corrupted partition is to list out the sections in that partition, and delete those sections that seem like odd ones
    eg:
    $ls ./cache
    s4.00 s4.01 s4.02 s4.03 s4.04 s4.05 s4.06 s4.07 s4.08 s4.09 s4.10 s4.11 s4.12 s4.13 s4.14 s4.15 s0.00
    Here the s0.00 is the odd one out, so remove the s0.00 section. Also keep an eye on the relative sizes of the sections. if the section to be removed is larger than the rest of the sections combinde, you might not want to remove that.
    WARNING: anything you do, do on a copy

  • How to delete Ubuntu virtual desktop and free up allocated space in windows 8?

    I have tried out Hyper-V for the first time to install Ubuntu desktop. During the installation process, 10GB of space is allocated. I believe this space would have been  created as a separate partition and formatted
    to linux file system. Please correct me if I am wrong.
    Now I would like to remove the Ubuntu virtual desktop and free up the allocated space. I have deleted the desktop from the Hyper-V manager. Is this sufficient to free up the space?
    Disk partition tool shows following partitions
    Volume
    Layout
    Type
    FS
    Status
    Capacity
    Free
    Volume (C;) Simple
    Basic NTFS
    Healthy(Boot, Page File ...) 218GB
    8GB 
    Volume <nolabel>  Simple
    Basic Healthy(Recovery Partition)
    450MB 450MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Recovery
    Partition)
    350MB
    350MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Recovery
    Partition)
    10.5GB
    10.5GB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(EFI
    System Partition)
    260MB
    260MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Primary
    Partition)
    8GB
    8GB
    I am not sure of the unnamed, unused volume. Hence I listed all.
    However Diskpart tool in command prompt does not show the last one [ 8gb]. Does this mean if this was allocated
    to Virtual desktop? Please help 

    You must delete the VHDx that you created when you created the VM.
    This is the virtual disk that Ubuntu was installed into - you will not see this as a volume, you will see this as a VHDx file.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    I have a large library that I ripped in AIFF using iTunes.  I converted to Mp3 to save drive space, keeping the originals. I have a new computer and want to revert to my original files. iTunes sees the library but is looking for Mp3 files.  Suggestions?

    You're welcome.
    For tips on logical organization within iTunes see my article on Grouping Tracks Into Albums.
    tt2

  • Index size keep growing while table size unchanged

    Hi Guys,
    I've got some simple and standard b-tree indexes that keep on acquiring new extents (e.g. 4MB per week) while the base table size kept unchanged for years.
    The base tables are some working tables with DML operation and nearly same number of records daily.
    I've analysed the schema in the test environment.
    Those indexes do not fulfil the criteria for rebuild as follows,
    - deleted entries represent 20% or more of the current entries
    - the index depth is more then 4 levels
    May I know what cause the index size keep growing and will the size of the index reduced after rebuild?
    Grateful if someone can give me some advice.
    Thanks a lot.
    Best regards,
    Timmy

    Please read the documentation. COALESCE is available in 9.2.
    Here is a demo for coalesce in 10G.
    YAS@10G>truncate table t;
    Table truncated.
    YAS@10G>select segment_name,bytes from user_segments where segment_name in ('T','TIND');
    SEGMENT_NAME              BYTES
    T                         65536
    TIND                      65536
    YAS@10G>insert into t select level from dual connect by level<=10000;
    10000 rows created.
    YAS@10G>commit;
    Commit complete.
    YAS@10G>
    YAS@10G>select segment_name,bytes from user_segments where segment_name in ('T','TIND');
    SEGMENT_NAME              BYTES
    T                        196608
    TIND                     196608We have 10,000 rows now. Let's delete half of them and insert another 5,000 rows with higher keys.
    YAS@10G>delete from t where mod(id,2)=0;
    5000 rows deleted.
    YAS@10G>commit;
    Commit complete.
    YAS@10G>insert into t select level+10000 from dual connect by level<=5000;
    5000 rows created.
    YAS@10G>commit;
    Commit complete.
    YAS@10G>select segment_name,bytes from user_segments where segment_name in ('T','TIND');
    SEGMENT_NAME              BYTES
    T                        196608
    TIND                     327680Table size is the same but the index size got bigger.
    YAS@10G>exec show_space('TIND',user,'INDEX');
    Unformatted Blocks .....................               0
    FS1 Blocks (0-25)  .....................               0
    FS2 Blocks (25-50) .....................               6
    FS3 Blocks (50-75) .....................               0
    FS4 Blocks (75-100).....................               0
    Full Blocks        .....................              29
    Total Blocks............................              40
    Total Bytes.............................         327,680
    Total MBytes............................               0
    Unused Blocks...........................               0
    Unused Bytes............................               0
    Last Used Ext FileId....................               4
    Last Used Ext BlockId...................          37,001
    Last Used Block.........................               8
    PL/SQL procedure successfully completed.We have 29 full blocks. Let's coalesce.
    YAS@10G>alter index tind coalesce;
    Index altered.
    YAS@10G>select segment_name,bytes from user_segments where segment_name in ('T','TIND');
    SEGMENT_NAME              BYTES
    T                        196608
    TIND                     327680
    YAS@10G>exec show_space('TIND',user,'INDEX');
    Unformatted Blocks .....................               0
    FS1 Blocks (0-25)  .....................               0
    FS2 Blocks (25-50) .....................              13
    FS3 Blocks (50-75) .....................               0
    FS4 Blocks (75-100).....................               0
    Full Blocks        .....................              22
    Total Blocks............................              40
    Total Bytes.............................         327,680
    Total MBytes............................               0
    Unused Blocks...........................               0
    Unused Bytes............................               0
    Last Used Ext FileId....................               4
    Last Used Ext BlockId...................          37,001
    Last Used Block.........................               8
    PL/SQL procedure successfully completed.The index size is still the same but now we have 22 full and 13 empty blocks.
    Insert another 5000 rows with higher key values.
    YAS@10G>insert into t select level+15000 from dual connect by level<=5000;
    5000 rows created.
    YAS@10G>commit;
    Commit complete.
    YAS@10G>select segment_name,bytes from user_segments where segment_name in ('T','TIND');
    SEGMENT_NAME              BYTES
    T                        262144
    TIND                     327680Now the index did not get bigger because it could use the free blocks for the new rows.

  • Mod_wl_ohs_0202.log keep growing

    Grid control 11.1.0.1.0 installed on Redhat 5.2. The reposotory database is Oracle 11.2.0.2 on the same Linux box.
    File /u01/app/gc_inst/WebTierIH1/diagnostics/logs/OHS/ohs1/mod_wl_ohs_0202.log keeps growing, 6.5 gb after 6 months. renamed the file and created a empty mod_wl_ohs_0202.log. But the the old file still gets writing. Not sure if I should remove the file.
    What is the best practice to manage this file to prevent it grow too big?
    Thanks

    please check article-ID
    11G Grid Control Performance: Webtier log - mod_wl_ohs.log in the OMS Home is very Large in Size and not Rotated [ID 1271676.1]
    in MOS...
    HTH

  • Mac os x lion installation give negative times and keep growing?

    Why my mac os x lion installation give negative times and keep growing?
    Please help me since i've already try to install more then 10 times and wait until -2 hours but the problem still persist.

    On the bottom of your MBP should be a serial number.  Enter it here and post back the model/year information:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Do you already have Lion installed or are trying to install it to replace another OSX?  If you are replacing, which OSX is currently installed?
    Ciao.

  • Allocated space without DBA_DATA_FILES

    Hello good folks,
    I'm building a process that will check the space of the tablespaces and send feedback. So my question is this : how can I have the allocated space of a tablespace without using dba_data_files?
    My user account doesn't have access to dba_data_files and will not have select permission granted any time soon.
    So how can I circumvent this restriction?
    Thanks everyone,
    Frank

    Helio : I don't see how creating a table would help my situation. I'm not planning on having access to that view.
    Paul : I don't want to enter in too many details, but basically, the DBA departments wants us to monitor the tablespace usage without giving us the tools to do it so they can bash my department for blowing quotas. They give us reports indicating the allocated space, which is how I know my information is higher than supposed.
    I want to create a process that will check daily and give us feedback so we can act on it if need be.
    I could always just check the Free space, but I would prefer having a complete solution that includes the allocated space.
    Asking to the DBA for rights on the views is always possible, but I would rather do without if it's possible.
    Eduardo : I'm beginning to think that this may well be the final answer to this question, meaning there is no solution without asking for help. Damn things can be complicated for no just reason sometimes.

  • Disk space keeps dropping for no clear reason

    Lately I have noticed that my disk space keeps dropping. At first I just thought I had more stuff than I realized, but it's getting ridiculous.
    I only have about 12 gigs of music, which is my largest use of space.
    Today I did an archive and install and as I delete the previous system components my memory keeps changing. A few minutes ago it was 675 MB left, now it's 617! And this is after DELETING some applications!
    Does anybody know why this is happening?

    You used the term "memory". We're not sure if you're referring to virtual memory or hard disk storage space. If your VM usage is dropping that is actually a good thing because it is freeing up space on your drive, and VM in the six hundreds for Tiger is pretty good. If you're talking about free disk space on your hard drive you are really pushing it close to the edge and are inviting serious computer problems. OSX requires a lot of free space to function properly; that's space it needs to write temporary files, etc. For example, my VM right now is about 4.7GB but I have seen it at 5.7. If I only had 0.6 GB left like you might only have, my computer would crash if I did something that made it need an extra 1 GB and it couldn't find it. You can check VM with the activity monitor application.

Maybe you are looking for

  • How can i create  Jar file using Eclipse IDE.

    Hi Guys Am new to java. I want convert my project into executable jar file. In my project am using itext.jar.And some other folder. already i create jar file.But its not working.only its working 4 modules after that its say file cannot found exceptio

  • Text sending problems - random texts getting through

    Has anyone had this problem? i have a 3g and have the latest software 3.1.3. one particular number is not receiving all my texts. I get no error message, the bar shows the message was sent and my friend simple does not receive all the message. it is

  • Files will not open in garage band

    Hey guys, I recently bought a new Macbook Pro (10.7.3) It's past it's 90 day warranty period. I just started using Garage Band to record some audio with music bed. I opened a new project, began setting my levels and effects etc "saved it" ready to st

  • Why are certain features deemed uncompatible when upon forced installation...they work?

    All revisions since 3.0 do not load foxkeh theme,foxkeh everywhere,lolifox,etc.because they are deemed incompatible. When a forced installation is done using nightly tester tools, lo and behold! they work just fine!! So what makes these add-ons incom

  • I need email whenever database state change in mirroring.

    Hi, I  am using SQL server 2005 SP1 in Windows server 2003. I need email whenever database state change in mirroring. As per below link I cannot enable Service Broker setting for user database while its enable for msdb. http://www.mssqltips.com/sqlse