How do I merge "free space" back into my OS X partition

Here is what I am currently looking at:
There is about 20 gb of free space that I was going to use for an Ubuntu install but have since changed my mind. To be safe I downloaded the Recovery Disk Assistant and installed it onto a flash drive. When I boot from that and enter disk utility I can drag my OS X partition into the free space and it appears to fill the drive. When I hit apply, it does it's thing and completes the partition but then instantly reverts to what it started out as with the free space still there. I tried a restart but found my drive to be in the same state. I have several back ups so I am not really worried about it, but I assumed this would work. Am I doing something wrong or do I need to just restore from the backup? Can I do that without affecting the bootcamp partition? I am on a Macbook Pro Retina running 10.8.4.

You will need to add a new partition in that empty space. Be sure you format it Mac OS Extended, Journaled. If that works, then remove the partition and try extending the OS X partition. Note that this will render your Boot Camp partition non-bootable.
Another possibility is that you should not extend the OS X volume all the way to the top of the Boot Camp partition. Leave about 2 GBs free. See if that works by providing enough space for the Recovery HD to be relocated.
Did you ever attempt to install Linux or to format that partition for Linux?

Similar Messages

  • Merge free space back into partition

    I was partitioning my external hard drive for time machine and I ended up with extra free space. How do I merge that back into one of the partitions?
    See that extra block of 128 GB? How can I add that into the External Storage?

    Manipulating the partition table always risks the data on the drive, but you can try the following to expand the partition size:
    1. open the Terminal and enter "diskutil list" to get a list of the drive devices and volumes on them, along with their identifiers.
    2. Run the following command using the identifier for the External Storage partition (replace "IDENTIFIER" with the identifier string, which will be something like "disk3s2"):
    diskutil resizeVolume IDENTIFIER R

  • HT3680 How to get my free space back after quitting the disk utility's erase free space

    Hi,
    I started the DU's erase free space--fastest way method.  When it almost completed, I had a pop up that said that I need to free up disk space.
    So then i was flustered enought to just quit the program because I didnt want to free up disk space and I was frustrated. 
    Not knowing it would still keep whatever it was that took the remaning disk space on my Mac. 
    How to I get this removed so I am back to before?

    Sorry I don't really understand.... there are no partitions on the drive.  How do I repartition it?
    And should I use "erasing free space" or "erase" for wiping clean my drive of everything?  Erase seems to be faster last tiem I tried.
    Thanks!

  • Merge Free Space into Primary Partition

    Hello, all, is it possible to merge free space into the primary partition? I made a partition but deleted it and i'm left with free space and i cannot delete it. I'm using disk utility and i wouldn't want to erase the whole drive and start over just to erase the free space

    There is an option.
    I don't know if it's the best but it works for me.
    Boot from a recovery disk/usb and open Disk Utility then:
    1. Create a partition from the free space
    2. Select the drive
    3. Go to Restore tab
    4. On the source drag the partition with your OS
    5. On the Destination drag the partition you created
    6. Click Restore
    7. Go back to Partition tab and erase the OS partition (not the partition you created)
    8. Resize the partition you create
    Done.
    I know this is an old topic but maybe someone is stuck with this problem and can't find an answer!

  • How do I merge 2 pdf files into one file?

    How do I merge 2 pdf files into one file?

    I use PrimoPDF (free download) to create pdf files. To merge two docs/pdfs/etc., print the first to a new pdf using Primo. Close it, then print the second and save it to the same new pdf. Primo gives you the option to 'append' or 'overwrite' the original file. By using 'append', you are just adding it to the back of the existing file. You can do this repeatedly to resort or combine existing pages into a new pdf.
    Also, I'm using Adobe Reader X.

  • How do I merge 105 PDF's into a Single PFD?

    How do I merge 105 pdf's into a single PDF.
    I have already tried doing this in PREVIEW, selecting all, and then saving, and saving as. But it is for me, to no avail. When I re-open, all I get is the first page.
    please help.

    CRB wrote:
    How do I merge 105 pdf's into a single PDF.
    I have already tried doing this in PREVIEW, selecting all, and then saving, and saving as. But it is for me, to no avail. When I re-open, all I get is the first page.
    So, I'm not the only one unable to merge docs thru Preview.
    This is why I wrote my own script to do that.
    --[SCRIPT join_PDFs]
    Enregistrer le script en tant que Script : join_PDFs.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:
    aller au menu Scripts , puis choisir join_PDFs
    Vous pouvez également enregistrer le script en tant qu'application.
    Vous pourrez alors glisser déposer les icônes de PDFs à fusionner sur celle du script.
    J'ai trouvé le code principal dans une page Web.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    Sous 10.6.x,
    aller dans le panneau "Général" du dialogue Préférences de l'Éditeur Applescript
    puis cocher la case "Afficher le menu des scripts dans la barre des menus".
    --=====
    Save the script as a Script: join_PDFs.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:
    go to the Scripts Menu, choose Numbers, then choose "join_PDFs"
    You may also save the script as an application.
    Then you will be anle to drag an drop PDFs icons on the script one.
    I found the main code in a Web page.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/01/18
    --=====
    on run
    if parle_anglais() then
    set les_fichiers to choose file "Select the PDFs files to merge" of type {"com.adobe.pdf"} with multiple selections allowed without invisibles
    else
    set les_fichiers to choose file "Sélectionner les fichiers PDFs à fusionner" of type {"com.adobe.pdf"} with multiple selections allowed without invisibles
    end if
    my main(les_fichiers)
    end run
    --=====
    on open sel
    my main(sel)
    end open
    --=====
    on main(lesPDFs)
    local p2s, alias_existe, aPath, chemindu_nouveauPDF, les_UNIXs
    set lesPDFs to lesPDFs as list -- just for safe
    set p2s to "" & (path to startup disk)
    tell application "System Events" to set alias_existe to exists disk item (p2s & "joinPDF.py")
    If it doesn't exist, create a symbolic link to a python script
    delivered by Apple in an Automator process.
    if not alias_existe then
    set aPath to quoted form of "/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py"
    do shell script "ln -s " & aPath & " joinPDF.py"
    end if
    set chemindu_nouveauPDF to "" & (path to documents folder) & (do shell script "date +_%Y%m%d-%H%M%S") & ".pdf"
    set les_UNIXs to {}
    repeat with i from 1 to count of lesPDFs
    copy quoted form of POSIX path of item i of lesPDFs to end of les_UNIXs
    end repeat
    set les_UNIXs to my recolle(les_UNIXs, space)
    do shell script "./joinPDF.py -o " & quoted form of POSIX path of chemindu_nouveauPDF & space & les_UNIXs
    tell application "Finder" to open file chemindu_nouveauPDF
    end main
    --=====
    on recolle(l, d)
    local oTIDs, t
    set oTIDs to AppleScript's text item delimiters
    set AppleScript's text item delimiters to d
    set t to l as text
    set AppleScript's text item delimiters to oTIDs
    return t
    end recolle
    --=====
    on parle_anglais()
    return (do shell script "defaults read 'Apple Global Domain' AppleLocale") does not start with "fr_"
    end parle_anglais
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) mardi 18 janvier 2011 12:24:51

  • How do i get icloud contacts back into Outlook contacts?  My outlook contacts got wiped off in a pst export.

    How do i get icloud contacts back into Outlook contacts?  My outlook contacts got wiped off in a pst export.
    I think i want to tell icloud to sync with Outlook and make icloud the controlling account.  NOT outlook to iclout.  there are 6325 contacts in icloud.  only 12 in outlook.  about 10 days ago i had same amount in OL and icloud.  i had to restore my computer PC.  My iphone is correct.  My PC/ Outlook i not. thanks for any help.

    Hello Otienogo,
    Try the below steps on your iPhone,
    Go to settings>iCloud and Login with your Apple Id.
    Contacts should be on, click on it to turn it off and choose keep (even if it shows you no contacts)
    When the process is done go ahead and turn on contacts again, choose merge.  All your contacts should show up if you had a previous backup to icloud.
    Hope this helps you.

  • I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    Sorry, but it is not possible to merge two Apple IDs/iTunes Store accounts.
    Regards.

  • How do i merge two pdf files into one

    How do i merge 2 pdf files into one.

    Open up the first pdf in Preview
    Then from Menu
    select from Edit Menu
    Select Insert (your choice of)
              Page from Scanner
              Page from File (select your PDF file)
              Blank Page
    You can then save as your first file or rename it

  • How do you merge multiple pdf's into one document?

    How do you merge multiple pdf's into one document?

    Hi pharmovative,
    You can use the Combine PDF feature of Adobe PDF pack to combine multiple PDF files into one document. (Or, if you have the full version of Acrobat, you an do it there as well by choosing Create > Combine Files into a Single PDF.)
    Please let us know if you need further assistance.
    Best,
    Sara

  • How do i merge multipule pdf files into one file?

    how do i merge multipule pdf files into one file?

    One method:
    Open Acrobat XI Pro - use this "click path":
    File :: Create :: Combine Files into a Single File
    Be well...

  • How do I merge multiple pdf documents into 1 with my iPad ?

    How do I merge multiple pdf documents into 1 with my iPad ? We are required by our customer 1 document that includes 4 different documents from different departments. Currently with our PC we can merge PDF files, excel or word files in to 1 PDF document. How can I do the same with our iPads and iPad minis using adobe?

    blogs.adobe.com We are excited to announce that Adobe CreatePDF application is now available on iOS. With this, Adobe brings rich, high-fidelity and Acrobat-like PDF creation to the iOS devices. You can now convert all your documents on iPad, iPhone & iPod touch devices to PDF for reliable, secure sharing and viewing across PCs, tablets & Smartphones.
    Robert Monsalve
    [signature removed by host]

  • How do I get my tabs back into the main window?

    I've had a problem with an add-on displaying a small extra window every time I open a session for some months now: I know you're supposed to try disabling and re-enabling every add-on you've got to find out which one is responsible, but this is a work computer and with all the add-ons I have, it would take too long, so I've just closed the extra window every time and got on with my work. However, for some reason today my forty-odd tabs have all opened in the small extra window, which has no tab bar, navigation bar or menu button. How do I get my tabs back into the main window of Firefox, or alternatively get that window to behave like a normal Firefox window so I can use it?

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • I my harddrive with my photo library went bad, but I have the photos on my ipad, ipod and iphone.  How to I get those photos back into iphoto on my macbook?

    The external drive with my photo library went bad, but I have the photos on my ipad, ipod and iphone.  How to I get those photos back into iphoto on my macbook?

    Are the photos you want to send back to your mac on your iPad, iPod, iPhone saved to the camera roll? If you have photos in other albums (not camera roll) share them to the camera roll.
    Then connect your device via USB and lauch iPhoto. You will see your device as a camera in iPhoto.  Import those photos like you would import from a camera.

  • I have my photos  iPhoto but my iPhoto library is empty. when clicked message reads could not be opened image capture cannot open files in the photo library format. How do I get my photos back into my library?

    I have my photos in  iPhoto but my iPhoto library is empty.When clicked message reads could not be opened image capture cannot open files in the photo library format. How do I get my photos back into my library?

    When what is clicked?
    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

Maybe you are looking for

  • Philps VOIP3211S on windows 7 64bit

    Dear all i recently updated my system to Windows 7 64 bit. (skype version 5.9.0.115) Now my skype phone Philips VOIP 3211S is no more able to work, when I start the application, it hangs searching for skype while skype states that it cannot reply to

  • I have windows 8.1 and firefox won't play youtube videos but IE will

    I have windows 8.1 and firefox won't play youtube videos but IE will. I have tried reinstalling firefox, flash, java. Resetting firefox don't help, disabled hardware acceleration, protected mode 0 in the mms.cfg file. Nothing will play on youtube in

  • Can I do this with Automator?

    Hi, Sorry for the newb question. I want to create a macro that will let me do the following: 1. Open System Preferences 2. Select "Sound" I'd be happy if it just that; however, if it would switch to built-in "headphone" port for the output, that woul

  • Good old days PS icon

    For anybody nostalgic for the good old PS eye, here's the classic eye icon circa PS 5, ready to be used (on Windows machines anyway, not sure about Mac). It's actually not that easy to find. I've had it hanging around for years. www.wildnorthwest.org

  • How to display formated html in a TextArea?

    Hi, I'm trying to display some html in a TextArea. But the formatting does not look good. here is my mxml file <?xml version="1.0" encoding="utf-8"?> <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml"      width="100%" height="100%">           <mx:T