Wondering how to know free space before burning CD

So far I've found it tedious trying to determine how much space is free when creating a playlist to burn to CD (regardless of the type of CD). While I understand that iTunes needs to examine the blank CD to determine the amount of storage, I wish it would indicate what % is used and the amount of KB would be free.

Yes, I guess I should have said I was burning audio CD's so the info at the bottom of iTunes doesn't help me as much as I'd like. It would be better it iTunes displayed minutes (or at least make this configurable). Also, this display does not change if one unchecks one or more of the songs even though this does change what songs are burned to the CD. This really needs more refinement.
While I'm on the checkboxes, is there a way to quickly find unchecked songs and toggle the checkbox?

Similar Messages

  • To know free space in database files

    Hi all,
    how to know free space and used space in individual database files by sql quer or command not from oracle enterprise manager.please can any body tell me query.quick response will higly appreciated.thanks a lot in advance.

    Hi;
    column file_name format a42
    column tablespace_name format a15
    column status format a3 trunc
    column t format 999,999.000 heading "Total MB"
    column a format a4 heading "Aext"
    column p format 990.00 heading "% Free"
    SELECT df.file_name,
    df.tablespace_name,
    df. status,
    (df.bytes/1024000) t,
    (fs.s/df.bytes*100) p,
    decode (ae.y,1,'YES','NO') a
    FROM dba_data_files df,
    (SELECT file_id,SUM(bytes) s
    FROM dba_free_space
    GROUP BY file_id) fs,
    (SELECT file#, 1 y
    FROM sys.filext$
    GROUP BY file#) ae
    WHERE df.file_id = fs.file_id
    AND ae.file#(+) = df.file_id
    ORDER BY df.tablespace_name, df.file_id;
    column file_name clear
    column tablespace_name clear
    column status clear
    column t clear
    column a clear
    column p clear
    ttitle off
    Sample Output:
    FILE_NAME TABLESPACE_NAME STA Total MB % Free Aext
    /usr/ORACLE/u02/data/example01.dbf EXAMPLE AVA 153.600 49.13 YES
    Edited by: emre baransel on Sep 30, 2009 10:11 AM

  • HT1657 I had rented a movie on my IPhone5 and after downloading almost all of it, I get an error that there is no enough space. Why doesn't the store check to see if I have enough free space before proceeeding with the order?

    After downloading almost all of it, I get an error that there is no enough space. Why doesn't the store check to see if I have enough free space before proceeeding with the order?
    How do I get a refund?

    Well, with apps genneraly you do get told ahead of time. I'm not sure of the current algorithm with movies though.
    Why not just clear up some space? You can check your usage in your settings btw.

  • How do you free space on the startup disk

    how do you free space on the startup disk

    If your disk is 80% full that is normal.  Time Machine uses up to 80% of the disk space for local snapshots.  To get rid of these snapshots simply plug in your Time Machine backup drive and run a backup. 
    If you have less than 20% disk space then it is time to roll up your sleeves and search for what you can delete and what you can offload to another disk.
    If you have less than 10 GB you definitely need to delete or offload some files.  You may want to maintain at least 20 GB of free space so when your disk starts filling again it will have some room before it hits that 10 GB mark again.  More headroom is better.  If you let the space fall much below 9 GB you might not be able to boot your machine.
    Initial easy steps to gain disk space:
    - Delete all files in the Downloads folder.
    - Empty the trash.
    - Start iPhoto, empty its trash and restart the computer.
    Deleting files:
    Run a Time Machine (or other) backup since you are about to delete and move files and you may need to recover from any inadvertent mistakes or decisions.  You will need one external hard drive for your Time Machine (or other) backup and a second one onto which you will offload some files.
    Then use the free application OmniDiskSweeper http://www.omnigroup.com/more to explore your volume in descending order by size so you can attack the problem from the top down, deleting the largest unwanted files first.  Delete with caution and do not delete any system files.  Remember to empty the trash after trashing the files.
    Moving files:
    Consider moving some of the no-often-used large files or directories to an external disk.  Use ODS again to find them. 
    As noted above this will be at least your second hard drive.  Your first one(s) is/are for your Time Machine (or other) backup(s).  Do not offload files onto a Time Machine disk.
    Format the second drive as Mac OS Extended (journaled).  Using OWS to find large files/folders and copy them from the system drive to the external hard drive and delete them from your internal drive.
    Then  > System Preferences > Time Machine > Options… > Remove the offload HD name from the exclusions list.
    Now both your system disk and your external offload disk will be backed up onto your Time Machine disk.
    For more about backups:
    Time Machine Basics: http://support.apple.com/kb/ht1427
    Most commonly used backup methods:
    https://discussions.apple.com/docs/DOC-3045
    Methodology to protect your data.  Backups vs. Archives.  Long-term data protection:
    https://discussions.apple.com/docs/DOC-6031
    From: http://www.thexlab.com/faqs/freeingspace.html
    To move your iTunes Music folder to another disk or partition:
    To change the location of your iTunes Music folder, carefully follow the instructions in the AppleCare® Knowledge Base document "iTunes for Mac: Moving your iTunes Music folder."Additional information can be found in iTunes Help.
    http://webcache.googleusercontent.com/search?q=cache:http://www.thexlab.com/105/ 00000849.html
    Laptop users may want to consider having two iTunes libraries: a small library of current favorites on their computer, while their complete library resides on an external hard drive. Utilities like iTunes Library Manager enable you to easily have multiple iTunes libraries you can use with your account.  https://www.macupdate.com/app/mac/7689/itunes-library-manager
    To move your iPhoto Library folder to another disk or partition:
    To move the iPhoto Library folder to a new location, employ the instructions in the AppleCare Knowledge Base document from http://support.apple.com/kb/PH2506 corresponding to the version of iPhoto you are using. Additional information can be found in iPhoto Help.
    Laptop users may want to consider having two iPhoto libraries: a small library of current, favorite photographs on their computer, while their complete library, or archives of older photos are saved on an external hard drive. Utilities such as iPhoto Buddy and iPhoto Library Managerenable you to have multiple iPhoto libraries that you can use with your account.
    https://www.macupdate.com/app/mac/12175/iphoto-buddy
    https://www.macupdate.com/app/mac/7158/iphoto-library-manager

  • How SMON coalesces free space in oracle 9i and 10g

    how SMON coalesces free space in oracle 9i and 10g?
    Is it doing same as it was behaving in oracle 7 like looking through free extent table every five minutes (sys.fet$) to see if there are any adjacent free extents that can be coalesced into a single extent, and on every 25th cycle (i.e. every two hours and five minutes) it looks at the segment table (sys.seg$) to see if there are any temporary segments that need to be eliminated, as explained by jonathan lewis?
    what are extent and segment tables available in oracle 9i and 10g like sys.fet$ and sys.seg$ in oracle7?

    >
    how SMON coalesces free space in oracle 9i and 10g?
    Is it doing same as it was behaving in oracle 7 like looking through free extent table every five minutes (sys.fet$) to see if there are any
    adjacent free extents that can be coalesced into a single extent, and on every 25th cycle (i.e. every two hours and five minutes) it looks
    at the segment table (sys.seg$) to see if there are any temporary segments that need to be eliminated, as explained by jonathan lewis?
    what are extent and segment tables available in oracle 9i and 10g like sys.fet$ and sys.seg$ in oracle7?I think you need to go and have a look at the Oracle 9i documentation here
    http://www.oracle.com/technology/documentation/oracle9i_arch_901.html
    and automatic segment management in 10g
    http://www.oracle.com/technology/pub/articles/10gdba/week15_10gdba.html
    HTH.
    Paul...
    Software - OS (+ version), Server,
    Hardware - CPU + Disk configuration.
    Please include all of the above information with database queries.
    This will help those who are trying to help you!
    Furthermore, please do not top-post and do try to trim your replies!

  • I got my first macbook air about a year ago. awhile ago i started getting these notifications saying "your startup disk is almost full" or "your startup disk is full". i was wondering how to get more space on my startup disk, if that is possible?

    i got my first macbook air about a year ago. awhile ago i started getting these notifications saying "your startup disk is almost full" or "your startup disk is full". i was wondering how to get more space on my startup disk, if that is possible?

    Freeing Up Space on The Hard Drive
      1. See Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.

  • HT1222 How do I free  space in my phones memory to down load new os

    How do I free  space in my phones memory to down load new os

    Most with iPhone4 have not been able to delete enough stuff in order to download iOS7 over-the-air.  The easiest thing for you to do is do the update via iTunes.

  • How do I free space on my computer?

    How do I free space on my computer?

    Hello,
    Let's see if we can find out where the big users of space are first.
    How much free space is on the HD, where has all the space gone?
    OmniDiskSweeper is likely the easiest/best, and is now free...
    http://www.omnigroup.com/applications/omnidisksweeper/download/

  • How much free space before updating iPad to 5?

    I have an original, 64gb iPad One.
    from what I am reading here, free disc space seems to be important before doing the upgrade.
    how much free space do those of who have updated suggest, BOTH on then iPad, and on
    my PC hard drive?
    Not looking forward to a bricked-install

    The more stuff you got, the longer the whole update will take...increasing the chances something might not go smoothly.
    So delete movies/videos first as they take up the most space. You can copy them back later. It's worth the small hassle imo.

  • How do I free space on my hard drive in Mountain Lion?

    How can I free up valuable space on my start up disk a/o hard drive space.  I use FCPX a lot and I think there are many temporary files that I could easily get rid of within finder.  I did this once with AppleCare's but as you know using Pro applications cost $100 per incident to get help using AppleCare.  Please help me. Many thanks! My specs are as follows:
                    3.5 GHz i7,
                   16bg DDR3,
                   AMD Radeon HD 6970M with 2GB of Video,
                    OSX 10.8.4,
                   2 TB hard drive with only 10.56 gb free. 

    Hard drive getting full or near full?
    Do a search for and downlaod and install OmniDisk Sweeper and OnyX.
    Here are some of my tips for deleting or archiving data off of your internal hard
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Other things you can do to gain space.
    Delete any old or no longer needed emails and/or archive older emails you want to save to disc, Flash drive/s or to ext. hard drive.
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, Flash drive or ext. hard drive and/or delete any old documents you no longer use or immediately need.
    Uninstall apps that you no longer use. If the app has a dedicated uninstaller, use it to completely uninstall the app. If the app has no uninstaller, then just drag it to the OS X Trash icon  and empty the Trash.
    Also, if you save old downloaded  .dmg application installer  files, you can either archive and delete these or just delete the ones you think you'll never install, again.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its thing initially, then go to the cleaning and maintenance tabs and run all of the processes in the tabs. Let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    If you have any other large folders of personal data or projects, these should be thinned out, moved, also, to the external hard drive and then either archived to disc, Flash drive or ext. hard drive and/or deleted off your internal hard drive.
    Good Luck!

  • How can I free space in my hard disk in air mac

    I have a mac book air 11 in with 2 GB memory and os x 10.6.8 .It got very slow and can no longer save any files in open office since the hard disk is full and it says I must free space but I do not know how to do that ? I want to upload some of my files to icloud but to be able to use i cloud I must also free some space

    dont delete anything, buy a memory stick or external HD and offload the large static files,...pics, vids, movies, etc.
    Find this folders "arrange by size" in your finder window.

  • How to find free space in a Tablespace?

    Hi,
    I have a limited access to objects in my database ( do not have access to many tables).
    I have been allocated 300GB of size in my tablespace which allows me to create my objects.
    Now, I want to find out how much of this tablespace size allocated to me have been used up. I do not have access to dba_data_files or dba_segments.
    Is there a way out for me? Could anyone show me a way please?

    This query will give you the required information but it makes use of DBA tables.
    SELECT B.TABLESPACE_NAME, TBS_SIZE SIZEGB, A.FREE_SPACE FREEGB
    from  (select tablespace_name, round(sum(bytes)/1024/1024/1024 ,2) as free_space
           from dba_free_space
           GROUP BY TABLESPACE_NAME) A,
          (select tablespace_name, sum(bytes)/1024/1024/1024 as tbs_size
           from dba_data_files
           group by tablespace_name) b
    where a.tablespace_name(+)=b.tablespace_name;
    However, you said that you are aware of your tablespace details so the above query can be modified to get the free space in your tablespace. Now I am using user_frees_space and not dba_free_space. Generally user* tables are and should be made accessible to the users.
    select  tablespace_name, round(sum(bytes)/1024/1024/1024 ,2) as free_space
    from    user_free_space
    where   tablespace_name = 'Your tablespace name'
    GROUP BY TABLESPACE_NAME;
    Ishan

  • How to handle free space fragmentation index 30

    hi
    i need help with tablespaces that have free space fragmentation index lower than 30%..
    how will i be able to increase the value to best at 100..
    any suggestions?
    thanks.

    jjwhtn wrote:
    Ok, resizing the boot camp partition failed, but being unable to delete it and resize the os x partition is weird, and I'm thinking there must be a way to get that free space back into that partition. That is the current issue.
    If you don't believe me when I said you have to erase and format your drive then reinstall OSX, search this forum. Your issue has been addressed dozens or hundreds of times.

  • 5.2 Pages, how to create white space before and after paragraphs?

    Hi everyone,
    I'm having a very frustrating time with the new 5.2 version of pages after upgrading from a prior version. In the previous version, you could easily adjust the exact amount of white space before and after each paragraph. You were able to do this from within the inspector, but for the life of me, I cannot find it ANYWHERE in the new version and I'm ripping my hair out trying to find it.
    Surely you must be able to control the amount of space before and after each paragraph? It's totally useless to me if I can't; I want to be able to format my documents how I want; ie. plenty of white space between paragraphs and list points, not all bunched up together.
    Someone please help me! Thank you so much!

    Try telling Apple that. Start by rating/reviewing Pages in the App Store.
    I have been told repeatedly by Apple staff that the new User Interface makes it "Much simpler".
    When I ask how? …and point out how many (more) hidden steps there are, they don't want to talk anymore.
    Apple's standard response to just about everything lately, unfortunately.
    btw If you have the choice, use Pages '09 instead. Less buggy and way more features, better laid out.
    Peter

  • How to find free space in an ArrayList...

    Hi,
    I have an ArrayList with data randomly assigned to different indexs of the ArrayList.
    I want to find out where the "gaps" are within the ArrayList... For Example There would be data in index 0,1,2,3,5 but not in index 4 . How would I go about finding this information.
    Thanks
    Chris

    jwenting wrote:
    kajbj wrote:
    Praveen_Forum wrote:
    I don't think we have to look into the free space's for ArrayList, as it is a dynamic growing arraylist you can just keep on adding the stuff in it takes care of filling all the empty spaces
    I am i right?No, it will not fill a gap.in fact it will, after a fashion.
    When you remove an item the remaining items are reshuffled to close the gaps.
    When you try to insert an item beyond the last position (so at list.size()+2 or greater) you will get an error, and the insert will fail.I was more thinking of a situation like this:
            strings.add("One");
            strings.add("Two");
            strings.add("Three");
            strings.set(1, null);
            System.out.println(strings);The element at index 1 will be null (a gap in my view), since remove won't cause a gap.
    Kaj

Maybe you are looking for

  • Can only load a limited number of songs at a time

    this is a brand new issue no my ipod video that has me worried the hard drive is going. but.... i've never had ANY problems with playback, watching videos, photos, anything. i load all music and videos manually, with the only sync being for certain p

  • MacBook Air and MacBook Pro Update 2.0 download link broken

    The MacBook Air and MacBook Pro Update 2.0 download link is broken on http://support.apple.com/kb/DL1609. Anyone have the dmg? I know it's on the Mac App Store, but I need the dmg.

  • MicroSDHC iPad 3 Retina Ext. HD?

    I'm heading to Europe in 2 weeks for some skiing.  I'll be recording footage via this goggle cam.  I'll be using 32 GB MicroSDHC cards. Last time I did a trip like this, I brought a laptop to transfer the footage daily and then clear the card.  I don

  • Notes Application on Mountain Lion Won't Sync with Gmail

    Within the past few weeks the new Notes application won't sync with my gmail account.  I used to be able to type a note in Notes, and it would appear under the label "notes" as an email type memo in Gmail.  All of the sudden this stopped working.  Sa

  • Problem installing new ACR using LR3.4.1 and CS5

    I've received error messages when I try to Edit In Photoshop, telling me that I need to update my ACR in order to proceed.  I get almost all the way through with the installation (having closed LR3 and CS5) when I'm told to close Bridge.  I don't use