Problem regaining memory space after deleting photos

While on vacation, I copied 9 mb photos, in iPhoto albums, from a family member's Mac to my iPad 2 . Once back home, I deleted the albums and photos using my own computer.
Even though the photos are now gone, my iPad still shows that I have 9 mb of photos.  So, even though the photos are not showing up on my iPad, the disk space is still reserved for the deleted photos.  How do I get it to give me the disk space back?  I no longer have access to the other Mac (that uploaded the photos).
It was difficult to delete those photos as there were several thousand in a variety of folders.  I ended up syncing to my own iPhoto which had very few photos. That did remove the albums & photos, but did not give back the 9 mb of memory they resided in.
Any ideas?
Thanks.

Not related ... but may be related ...  Here's my problems:
Okay ... so, because I had less than a 1 Gig left (as reported by iTunes) on my 64Gig iPad, and the majority of the space was being used by "Photos" ... I decided to not keep my PC photos directory in sync with my iPad (Windows 7). So, in iTunes, I unchecked the option to sync computer photos to the iPad. I got the standard popup warning message that my iPad would not contain those albums after the next sync. I clicked OK and proceeded to sync expecting to have lots of space freed up.
But weird things happened after syncing.
(1) I still have all my photos on my iPad .... nothing disappeared at all. (And performed multiple syncs to try to force the change ... still nothing has been removed from my iPad.)
(2) Somehow, I gained 20 Gigs of free space, as reported by both iTunes and my iPad as well.
Anyone know what's going on here?
I do have iMovie and another movie making app, Avid. Both of these contain projects that refer to photos in albums that were supposed to be removed after the sync ... but I can't imagine that would keep them there. Anyone have any ideas?
I also installed the iPad app, iPhoto. I noticed that it build a directory listing and continuously want to update that listing from time to time.
Would any of these things cause the iTunes photo sync changes to be ignored? And, how did I get free space to report back with an additional 19Gig or so, when there's no change at all.
Unsure what's going on ...

Similar Messages

  • Unable to free storage space after deleting photos on iphone 4s and ipad mini

    Four hours later and I give in.
    I've downloaded, then deleted all photo and video content from devices - including from 'recently deleted' etc.
    Deleted and disabled icloud backups on both devices.
    Still, the usage remains on both devices, and itunes.
    But there are NO photos on either device.
    Anyone. ANYONE OUT THERE HAVE A SOLUTION????? AAAAAAAARRRRRRGGGGGHHHHHHHhh...........!!!!

    Thanks AmishCake.
    But, yes i've already tried the ol' trusty reset, to no avail

  • After deleting photos, memory in my iPad is still used. WHY?

    When connecting my iPad mini to iTunes on my MacBook Air it shows that I have 2489 pictures on the iPad and am using 28.4 GB for all those pictures. When I open the Photos app on my iPad it shows that I do not have ANY pictures on the iPad, which would be correct, as I have deleted them all. So why are they still using up all that memory? How can I clear the memory to make it available again? BTW, My iPad Settings>General>About agrees with iTunes. It shows that I have 2452 pix (why not 2489 as above?), and am using 28.4 GB for them. So again, HOW CAN I CLEAR THE UNUSED MEMORY, or get rid of the pix if they are indeed still hiding somewhere on my iPad?
    My iPad mini is running iOS 8.1.1
    Thanks for any help....

    Hi, Tahunga,
    May be you need to do a comprehensive first.
    Firstly, be aware that the phone can sometimes take a while to update free space after deleting large items. I have often wondered whether iOS is making the user experience a bit 'nicer' by reporting the item deleted instantly, while doing the actual deleting in the background. Or perhaps its just the time taken to update databases used to record/report used/free space. In any case, try giving it a few minutes (maybe an hour) and see if its 'settled down'.
    Next up, in the Photos app, check the albums 'tab'. Is the camera roll reporting entirely empty? Are there any other albums?
    Finally, plug the iPad into your computer, and open up an app like Apple's Image Capture or whatever you use on Windows/Mac/Linux to import photos from a camera. Check that there's actually no photos in the 'camera' that is your iPad. After clearing out my pad, I found a bunch of small, unreadable movie files and a few photos left over in this app. I don't know how or why, given the iPhone wasn't showing them, but they were clearly taking up space. You may have somehow ended up with a lot of these.

  • Exfat drive does not free up space after deleting files

    My external exfat formatted drive does not free up space after deleting files using a mac....however if I delete files using a PC, it will free up space.
    I've even tried the *erase free space* using Disk Utility, but nothing.....
    Thoughts/Suggestions??

    Thanks for the suggestion.
    I ran WhatSize and here is the result. Oddly, it says there is 40.2 GB used (in the top-left) which conflicts with the information directly below it: "Capacity 108 GB, Used 103GB, Available 4.27 GB". Not so helpful.
    Disk Inventory X solved the problem, however. Much thanks! I wasted most of my weekend troubleshooting this sad issue. Anyway, Disk Inventory X revealed a bug where my external hard drive for photos was still appearing as a mounted volume, even though the HD was no longer connected. Freaky.
    After moving it to the trash and deleting it, I've recovered the space.
    Again, thanks! Contact me if you're curious about the details, as this might help you diagnose similar problems in the future.
    - Mike

  • How do I remove a movie from my library to regain memory space?

    I need to regain memory space and have a movie that I can remove.

    Click on it from the library.
    Press the delete key on your keyboard

  • Nas drive does not recalculating space after deleting files on Nas Drive??

    Greetings to Respected expert,
    Actually we have configure Window server 20082 Storage server.We have NAS drive configured which have 300GB quota limit. The actual data in the folder is 185 GB but it shows only 15 GB free and shows a warning .Please assist me why NAS server does not re-calculate
      the space after deleting files or does not leave space. Pardon me if I am not able to clear you my problems.this is very urgent for me.
    Thanks And Regards
    Rajnish Singh

    Hi Rajnish,
    As you mentioned "quota limit", it is set via FSRM or specific function on NAS?
    Meanwhile could you confirm the number 185GB is accurate? Sometimes a part of used space is just not calculated. You can confirm with checking the total space on NAS locally.
    If the number is correct and quota is set via FSRM, check if it is the Disk Quota which not re-calculated the released space. Try to clear the Quota setting and reconfig with 300GB limitation and see if issue still exists.
    If you have any feedback on our support, please send to [email protected]

  • Release of space after delete/truncate table

    Hello,
    How does release of space after delete/truncate table works? Is the space used before deletion released once delete is complete or not? Will I see the space occupied by deleted table as free in dba_segments or will I need to reorganize the table (drop and recreate again?). Reason why I am asking is that I can see table with 0 rows, but in dba_segment I can see it is occupying few gigabytes....
    Thank you

    Here is a little illustration for you;
    SQL> conn ogan/password
    Connected.
    SQL> create table ogan_deneme as select * from all_objects;
    Table created.
    SQL> select count(*) from ogan_deneme;
      COUNT(*)
        228470
    SQL> set line 1000
    SQL> set pagesize 1000
    SQL> select * from dba_segments where owner='OGAN';
    OWNER    SEGMENT_NAME        PARTITION_NAME           SEGMENT_TYPE       TABLESPACE_NAME                HEADER_FILE HEADER_BLOCK      BYTES     BLOCKS    EXTENTS INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE  FREELISTS FREELIST_GROUPS RELATIVE_FNO BUFFER_
    OGAN      OGAN_DENEME          TABLE              SYSTEM                                 854       319981   *30408704*       *1856*         *44*          65536                       1  2147483645                       1               1          854 DEFAULT
    SQL> truncate table ogan_deneme;
    Table truncated.
    SQL> select * from dba_segments where owner='OGAN';
    OWNER    SEGMENT_NAME        PARTITION_NAME           SEGMENT_TYPE       TABLESPACE_NAME                HEADER_FILE HEADER_BLOCK      BYTES     BLOCKS    EXTENTS INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE  FREELISTS FREELIST_GROUPS RELATIVE_FNO BUFFER_
    OGAN      OGAN_DENEME           TABLE              SYSTEM                                 854       319981      *65536*          *4*          *1*          65536                       1  2147483645                       1               1          854 DEFAULT
    SQL>Hope it Helps,
    Ogan

  • External HD won't free-up space after deleting files

    Hello. My old Maxtor 500 Gb external hard-drive won't free-up any space after deleting many, many files. I'm using a late 2009 iMac i5 desktop with Snow Leopard. I had 6 Time Machine backups of my old MacBook Pro on the drive - each taking up roughly 70-80 Gb of space. I deleted 3 of the Time Machine backups as they were close enough in date to other backups so I wasn't going to lose any data. This should have freed up more than 200 Gb of space on the external hard drive. However, the hard drive still shows having only 10 Gb of space available. I deleted the Trash from the Dock. The Trash is empty. I unmounted the hard drive, turned it off and reconnected it. I restarted the computer. Still no change. Please help me. Thanks!

    Welcome to Apple Discussions-
    Are you using FileVault? If so, you have to log out or restart in order for the disk space to be reclaimed.

  • Freeing space after deleting files

    Has anyone tried to free the LOB space after deleting a file? We've been using the aging feature but none of the space utilized by files that have been migrated to disk was freed after the file was moved to BFILE.

    Hi,
    there is old posting from you,
    Questions with Third-Party Access Management Systems
    I am trying integration of Oracle SSO and Oracle EBS but headers are not reaching in custom java file. Would be very thankful if you could help
    thanks in advance.
    prakash

  • Regain hard drive space after deleting partition

    Hello all,
    I had a lot of issues after updating to Snow Leopard so I ended up doing a clean install of SL rather than the update to fix all the issues. It works great now with no lag or any issues of the sort. However I was following a tutorial on how to do the clean install and it had me first partition the hard drive then install. Later I went to erase the old partition of the hard drive and now I cannot regain the space with the new partition. (P.S. sorry if I am not explaining this well.)
    Here is a picture showing my issue. 30 gb of my hard drive is just greyed out and I cannot figure out how to recover that.
    Thank you guys if you can help me resolve this!

    I don't think you can without starting from scratch and re-partitioning the drive with 1 partition.
    Had the unused space been at the bottom of the window, I understand you could have dragged the divider down to regain the space, however it doesn't work dragging the top up.

  • Reclaim disk space after delete an index

    Hi ,
    I have deleted unused indexes from a history table to reclaim the disk space was allocated for these indexes , yet the size on the disk is the same , any steps I can follow to achieve this would be greatly appreciated..
    indexes size is 70 GB
    table size is 45 GB , # of rows is above 200 Million
    Thanks in advance

    in order to reclaim space after your big delete.  Don't shrink your data files unless you have no other choice.
    The space will automatically go back to SQL server. You don't have to do anything.
    The database size will be the same plus the growth of your log file due to logging the transactions. However, internally, SQL server knows that it still has that space to play with.
    Other wise you can go for  update the statistics and rebuild indexes . but I think it would be the part of your normal weekend nightly maintenance plan
    Please click "Propose
    As Answer" if a post solves your problem, or "Vote
    As Helpful" if a post has been useful to you

  • Reuse of freed space after DELETE statement (ASSM)

    Dear Members,
    After DELETE of records in tables, the USED SPACE in tablespace still grows when new records are inserted. So the freed space is apparently not reused!
    DB is Oracle 9.2. and ASSM is used.
    Does anyone knows how to solve this problem?

    1) Table (heap) space will continue to grow after deletes if the new rows are appended (APPEND HINT). Appending rows does not reuse free space in existing blocks.
    2) Index space will continue to grow after deletes if the leaf blocks could not be reused. Index leaf blocks will be reused only if a) new data index keys will fit in on of the existing leaf blocks that still has entries after the delete completes; b) all of the entries in the leaf block were deleted and a new leaf block needs to be added to the index. It is possible to shrink/coalesce or rebuild an index to cure this phenomenon.

  • Recovering disk space after deleting files.

    Hello,
    I am used to using Panther and now I'm using Leopard. When I deleted files then emptied the trash and later logged out or shut down it would ask me do I want to recover the disk space on my drive, then once this is finished I could see the more space on my hard drive. I find now that with Leopard I have deleted a lot of old music etc that I copied over and I have emptied the trash but the file space doesn't get reclaimed. So, my question is: does emptying the trash really delete the fills or is there something I need to do additionally to get the disk space back once I delete something.
    Thanks in advance for any help.

    I have the same problem. I transferred and deleted several gigs of music and photo files but the hard drive is not recognizing the free space. any help would be greatly appreciated. thanks.

  • Camera roll not reducing size after deleting photos

    My camera roll stays the same size even after deleting 600 photos - I'm trying to still keep the roll included in my iCloud backup but had to size it down because the backups were too large and stopped without upgrading my storage. Why is this happening?

    PhotoStream does not use up your iCloud storage.
    Transfer your photos to your computer.  Then delete them from the iPhone.
    What steps are you having issues with?

  • How to reclaim the space after delete

    Hi All,
    Today we deleted large number of rows from one table, but we didn't get free space after that. So for testing purpose, I have created one test tablespace with 5mb size .Created a table and inserted n number of rows in that table and made the tablespace full.I checked in dba_segments(5mb) and dba_free_space tables.It shows perfectly.After that I deleted all the records and try to create a simple table,but it returns (ORA-01658: unable to create INITIAL extent for segment).I read some time back in tom's forum that delete willn't reclaim the space ,instead it will go to freelist of table..Is there any way to reclaim the space?(after delete)
    and also I used to see the tablesize by using dba_segments table.but now it shows 5mb of size for the empty table.Is there any query to get the exact table size?Please help me to understand the concept.
    Thanks,Jvel

    880401 wrote:
    Hi All,
    Today we deleted large number of rows from one table, but we didn't get free space after that. So for testing purpose, I have created one test tablespace with 5mb size .Created a table and inserted n number of rows in that table and made the tablespace full.I checked in dba_segments(5mb) and dba_free_space tables.It shows perfectly.After that I deleted all the records and try to create a simple table,but it returns (ORA-01658: unable to create INITIAL extent for segment).I read some time back in tom's forum that delete willn't reclaim the space ,instead it will go to freelist of table..Is there any way to reclaim the space?(after delete)
    and also I used to see the tablesize by using dba_segments table.but now it shows 5mb of size for the empty table.Is there any query to get the exact table size?Please help me to understand the concept.
    Thanks,JvelDELETE simply deletes the specified rows. The blocks/extetents that were allocated to hold those rows remain allocated. The theory is that if the table once needed sufficient blocks/extents to hold 'x' rows, it may need so again at some time in the future. Allocating and de-allocating extents is a pretty expensive operation, so oracle is not going to waste time and resources constantly doing that just because you delete rows, which is a perfectly normal DML operation. Unless you don't expect that table to grow again, I'd not waste my time trying to reclaim the space.

Maybe you are looking for

  • Error MESSIGE Help please

    Hello, i am copying this code straight out the book and i still get a error message: this is th code and the error messige please help me fix it.... -the program is saved under the correct name and it compiles fine but when it runs this happens : imp

  • Embed images

    Hi all! Is there a way to embed images directly in the jar file? Thanks Enrico

  • Update to iOS 4.2.1 failed

    i own an ipod touch 2g, 16gb and i tried to update but happened an error... after that the option update wasn't available anymore, only restore... so i selected restore but it does not complete, it's 95% and it does not finish the restoring process.

  • Rman backup query

    db 10.2.0.4 AIX 5.2 if I require to restore full backup or some of datafiles from previous date backup example today is 19th march 2012 and I need to restore 8th march 2012 backup how could I get this using rman? Thanks

  • Text tone keeps going to default instead of new choice

    I changed my text tone from the default tri tone to another (ding) and it only works when I get a text from an iPhone.  Otherwise, if I get a text from a non-smartphone it is the tri tone.  It also goes to tri tone when i say NONE for sound.  This is