Regaining lost space after error when removing Bootcamp partition?

     I am running snow leopard 10.8.2 and had a bootcamp partition of 115gb for Windows 7. Recently I tried to remove the partition using the bootcamp assistant and it displayed an error message that it was unable to remove the partition, however the icon for the partition disappeared in finder and the startup disk menu. I tried to remove the partition again in the same way and this time the error message did not come up, but the utility froze while it was removing the partition and after waiting for an hour or so I had to force quit the utility and restart my Mac. The bootcamp partition doesn't show up, but I did not get the 115gb back? Any ideas how I can reclaim it? Any help is much appreciated!
-Ethan

Notice the 76GB Free Space in the diskutil cs list output.
Unless Kappy has alternative suggestion, I suggest the following (the last 'b' is bytes).
diskutil cs resizeVolume <UseTheLongStringUUIDAboveTheMacintoshHDLine = DB68...> <UseTheSizeInBytesUnderTheLogicalVolumeGroupEntry = 250140434432b>
diskutil cs resizeVolume
Usage:  diskutil coreStorage resizeVolume
        lvUUID|MountPoint|DiskIdentifier|DeviceNode size
Resize a logical volume, which is one of one or more disks that consume storage
out of a logical volume group. The logical volume group will have more or less
available space after this operation, if it was a shrink or grow, respectively.
Example: diskutil coreStorage resizeVolume
         11111111-2222-3333-4444-555555555555 10g

Similar Messages

  • HT1926 Trying to repair a botched ITunes update, following dicrections, keep getting "fatal error" when removing Apple Mobile Device Support. Can't get past this step to reinstall. Any advice? Thanks!

    Trying to repair a botched ITunes update, following dicrections, keep getting "fatal error" when removing Apple Mobile Device Support. Can't get past this step to reinstall. Any advice? Thanks!

    Hey there!
    I've spent the best part of the day unpicking this huge mess from the upgrade I completed last night - what a nightmare. I followed a tonne of advice - [actaully, this link was really helpful to me]: http://pcsupport.about.com/od/findbyerrormessage/a/msvcr80-dll-not-found-missing -error.htm however, I still could not fix the **** thing - and that was following basically a day of uninstalling, installing etc.
    In the end - I completed a system restore taking my computer back about five days, and just ignoring the new upgrade with itunes until they can get this fixed.
    I hope that this might work for you and anyone else reading this. It nearly drove me to drink [!]. I seemed to get past one error message and have it replaced by another - so the system restore was basically the last resort.
    Good luck - !

  • Cannot remove bootcamp partition

    Unable to remove Bootcamp partition using Bootcamp Assistant, which reports 'unable to partition drive' Drive is SSD

    Using the  BootCamp Assistant is recommended because usually the correct way to remove your Windows partition is to use the BootCamp Assistant again which should give you the option to remove the made Windows partition and revert back to one OSX volume.
    After that's done a reboot of your Mac might be advisable.
    Only if that's not working (whatever the reason) :
    1) boot your Mac from your OSX install DVD
    2) choose your language and then 'ignore' (cancel) the installation
    3) from the Top Menu (Utilities) start Disk Utility (DU)
    4) in DU click on your harddisk (not any partition) in the left pane (the first item listed)
    5) in the right pane use the 'Partition'-Tab
    6) click to highlight on the ex-Windows partition you want to delete
    7) click on the small '-' Button at the bottom
    That should delete your former Windows partition
    After that's done successfully
    8) Drag the partition separator line until it encompasses the entire drive and then select apply.
    9) Quit Disk Utility
    10) reboot your Mac from your harddisk.
    Since you are 'fumbling' with your OSX partition you should consider having/making a backup of it before trying the a.m. procedure. Just in case.
    Stefan

  • Error when adding a partition to a materlialized view

    Hi,
    I am getting this error when adding a partition to a materialized view.
    ALTER MATERIALIZED VIEW mvedw.MV_CLM_CAPITN_F ADD PARTITION MAR2013 VALUES LESS THAN ('201304')
    ERROR at line 1:
    ORA-14074: partition bound must collate higher than that of the last partition
    Please advise.
    Regards,
    Narayan

    SQL> select TABLE_OWNER,TABLE_NAME,PARTITION_NAME,HIGH_VALUE from dba_tab_partitions where table_name =
    'MV_CLM_CAPITN_F' order by PARTITION_NAME 2
    3 ;
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F APR2009 '200905'
    MVEDW MV_CLM_CAPITN_F APR2010 '201005'
    MVEDW MV_CLM_CAPITN_F APR2011 '201105'
    MVEDW MV_CLM_CAPITN_F APR2012 '201205'
    MVEDW MV_CLM_CAPITN_F AUG2009 '200909'
    MVEDW MV_CLM_CAPITN_F AUG2010 '201009'
    MVEDW MV_CLM_CAPITN_F AUG2011 '201109'
    MVEDW MV_CLM_CAPITN_F AUG2012 '201209'
    MVEDW MV_CLM_CAPITN_F DEC2008 '200901'
    MVEDW MV_CLM_CAPITN_F DEC2009 '201001'
    MVEDW MV_CLM_CAPITN_F DEC2010 '201101'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F DEC2012 '201301'
    MVEDW MV_CLM_CAPITN_F FEB2009 '200903'
    MVEDW MV_CLM_CAPITN_F FEB2010 '201003'
    MVEDW MV_CLM_CAPITN_F FEB2011 '201103'
    MVEDW MV_CLM_CAPITN_F FEB2012 '201203'
    MVEDW MV_CLM_CAPITN_F FEB2013 '201303'
    MVEDW MV_CLM_CAPITN_F JAN2009 '200902'
    MVEDW MV_CLM_CAPITN_F JAN2010 '201002'
    MVEDW MV_CLM_CAPITN_F JAN2011 '201102'
    MVEDW MV_CLM_CAPITN_F JAN2012 '201202'
    MVEDW MV_CLM_CAPITN_F JAN2013 '201302'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F JUL2009 '200908'
    MVEDW MV_CLM_CAPITN_F JUL2010 '201008'
    MVEDW MV_CLM_CAPITN_F JUL2011 '201108'
    MVEDW MV_CLM_CAPITN_F JUL2012 '201208'
    MVEDW MV_CLM_CAPITN_F JUN2009 '200907'
    MVEDW MV_CLM_CAPITN_F JUN2010 '201007'
    MVEDW MV_CLM_CAPITN_F JUN2011 '201107'
    MVEDW MV_CLM_CAPITN_F JUN2012 '201207'
    MVEDW MV_CLM_CAPITN_F MAR2009 '200904'
    MVEDW MV_CLM_CAPITN_F MAR2010 '201004'
    MVEDW MV_CLM_CAPITN_F MAR2011 '201104'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F MAR2012 '201204'
    MVEDW MV_CLM_CAPITN_F MAR2013 '201304'
    MVEDW MV_CLM_CAPITN_F MAY2009 '200906'
    MVEDW MV_CLM_CAPITN_F MAY2010 '201006'
    MVEDW MV_CLM_CAPITN_F MAY2011 '201106'
    MVEDW MV_CLM_CAPITN_F NOV2009 '200912'
    MVEDW MV_CLM_CAPITN_F NOV2010 '201012'
    MVEDW MV_CLM_CAPITN_F NOV2012 '201212'
    MVEDW MV_CLM_CAPITN_F OCT2009 '200911'
    MVEDW MV_CLM_CAPITN_F OCT2010 '201011'
    MVEDW MV_CLM_CAPITN_F OCT2011 '201111'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F OCT2012 '201211'
    MVEDW MV_CLM_CAPITN_F SEP2009 '200910'
    MVEDW MV_CLM_CAPITN_F SEP2010 '201010'
    MVEDW MV_CLM_CAPITN_F SEP2011 '201110'
    MVEDW MV_CLM_CAPITN_F SEP2012 '201210'
    These are the list of partitions available.
    Regards,
    Narayan

  • I'm installing windows 7 64-bit on my imac which I've done before but I get a message that the partition is GPT even after I format the bootcamp partition.  I just upgraded my hard drive to a 3tb and I'm allocating 1tb for windows. How can I fix this?

    I'm installing windows 7 64-bit on my imac which I've done before but I get a message that the partition is GPT even after I format the bootcamp partition.  I just upgraded my hard drive to a 3tb and I'm allocating 1tb for windows. How can I fix this?

    No easy fix for a few reasons:
    1) Bootcamp requires a hybrid MBR for the partition table. That is: both an MBR and a GPT partition table at the same time with the GPT one having all partitions and the MBR one having only the ones that are relevant, but at most 4 of them (including the protective partition and the Macintosh HD one). Which leads us to:
    2) The MBR part of the hybrid partition table cannot work with 3TB hard drives. MBR is limited to 2TB.
    I am working on a small EFI app that can boot Windows in EFI mode on a Mac and that would mean that you can go GPT only on your system. The progress of the app is slow due to the nature of EFI and for now requires that you do an unattended Windows install with slipstreamed graphics drivers, but we are adding VGA loading on top of EFI quite soon after the rest of the app stabilises. The status of the app is documented at:
    Win7 x64 booting natively via EFI (no bios emulation)
    Windows does actually successfully boot in EFI mode on most Macs (anything with a 64bit EFI should work), but does not have graphics support even if you load the driver due to the VGA pci registers not being set by the firmware. Furthermore, in Setup and Safe Mode, Windows uses VGA instead of GOP which is a failure by design since VGA is a BIOS standard and not really compatible without hacks with EFI. Other EFI implementations also add VGA compatibility at a high cost to the firmware complexity for the VGA cards available on the market that don't actually contain anything in their ROM except the VGA BIOS.
    My recomendations:
    1) Install on a second smaller hard-drive; or
    2) Wait for the EFI app to come out officially and use that to boot Windows Vista SP1 x64 and Windows 7 x64 (RTM and SP1) in the native EFI mode.
    3) Wait for Windows 8 which supports VGA-less booting acording to the AMD presentation at UEFI Plugfest.

  • HT5628 Trying to Install Windows 8.1 on my late 2013 21.5" iMac. After I Format the Bootcamp partition, Windows Setup tells me "Windows can't be installed to this disk because it is GPT partitioned."  Huh?

    Trying to Install Windows 8.1 on my late 2013 21.5" iMac. After I Format the Bootcamp partition, Windows Setup tells me "Windows can't be installed to this disk because it is GPT partitioned."  Huh?

    You must use the Windows formatter to format your Windows partition NTFS. Please be sure you select the Windows partition otherwise you might end up formatting your OS X partition NTFS.

  • Error when trying to partition for Bootcamp

    Evening everyone,
    I use parallels at the moment but have a piece of software which isn't quite behaving itself. As I have just upgraded to leopard, I thought I would see if setting up Bootcamp and running it in there would solve the problem. I freed up plenty of disk space but when trying to create a 10GB partition in the setup assistant I got this error:
    'The disk cannot be partitioned because some files cannot be moved. Back up the disk and use Disk Utility to format it as a single Mac OS Extended (journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again.'
    I don't know much about the technical side of my computer - partitioning and formatting etc so that message sounds all very scary to me. Is it saying I need to wipe my hard drive and re-format it? It is already formatted in Mac OS Extended (Journaled). If so, can I do that from my Time Machine backups? it sounds like a really drastic action. Also, could this be anything to do with my current Parallels software?
    Thanks very much for your time, any help would be much appreciated!

    when you say "plenty of disk space" how much exactly is that?
    that message indicates that bootcamp assistant couldn't find big enough chunk of contiguous free space to create a bootcamp partition. this happens due to disk fragmentation.
    at the minimum you should boot from the leopard install DVD and repair the hard drive (repair disk, not permissions).
    If you still want to install bootcamp you need to defrag your hard drive. there are several ways to do it. you can use 3rd party software like idefrag. You can clone your disk to an external drive using a 3rd party cloner like CCCloner or Superduper. then boot from the clone and clone it back to the main drive. Or, if you have time machine, you can restore your system from a TM backup. that will also defrag your hard drive. To do that boot from the install DVD and select 'restore system from backup" from the Utilities menu at the top. that seems to be the suggestion the message you saw makes.
    also, keep in mind that you need to keep plenty of free space (>15%) on your OS X partition to avoid disk fragmentation problems.
    Message was edited by: V.K.

  • Fatal error when installing Bootcamp

    I am having trouble with installing bootcamp.
    I have installed windows xp 32bit, and about midway the installation of the bootcamp drivers/applet, I get a windows fatal error:
    STOP: c000021a {Fatal System Error}
    The Windows SubSystem process terminated unexpectedly with a status of 0xc0000005 (0x7c9101b3 0x0052f29c).
    The system has been shut down.
    Beinning dump of physical memory
    physical memory dump complete.
    Contact your system administrator or technical support group for further assistance.
    Anyone have any ideas why this is happening and how to fix it?
    Thanks,
    Gil
    P.S.
    Seems like the error comes right after it tried to install the sigmatel drivers...
    Message was edited by: giladal
    Message was edited by: giladal

    I am having the same exact problem. The bootcamp install crashes at the same point as yours, and the "try it three times" does not work for me.
    I had bootcamp installed on my 27" iMac i7; however, I could not install Microsoft Office 2007 or Wordperfect without removing bootcamp. Now I cannot get it to install again.
    Manually updating the drivers using the disk works fine, except I still cannot get my printer to work because of this. It claims there is no USB hardware/drivers, even though all my other USB peripherals work just fine!
    If anyone has a fix, please let me know.

  • Getting error when removing Oracle Home

    Hi,
    I'm in the process of removing un used oracle home, while executing the detachHome.sh script am getting the below error.
    Oracle version : 10.2.0.3
    Os : Linux -2.6.9-42.ELsmp
    Error:
    xxxx+ASM2@xxxora05 /home/oracle > /oracle/product/10.2.0.3oct07/oui/bin/detachHome.sh
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /oracle/oraInventory
    The Oracle home '/oracle/product/10.2.0.3oct07' could not be detached as it does not exist.
    'DetachHome' failed.
    fyi: '/oracle/product/10.2.0.3oct07' is still exist
    Can any one please help me resolve this
    Thanks in Advance

    Sorry for inconvineince, i copied wrong one
    below is the problem am facing when removing oracle home which is not being used
    oracle:@lnxora05 /oracle/product/10.2.0.3oct07/oui/bin >./runInstaller -silent -detachhome ORACLE_HOME='/oracle/product/10.2.0.3oct07' ORACLE_HOME_NAME='ORACLE_HOME_10_2_0_3_OCT07'
    While executing the above, am getting the error as i mentioned earlier
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /oracle/oraInventory
    The Oracle home '/oracle/product/10.2.0.3oct07' could not be detached as it does not exist.
    'DetachHome' failed.
    I tried oracle:@lnxora05 /oracle/product/10.2.0.3oct07/oui/bin >detachHome.sh also but same error.
    can any one help me in this

  • Do I need to remove Bootcamp Partition before restoring with Time Machine

    Hello - anyone familiar with this scenario.
    I have used TIME MACHINE from the very first day I had my iMac.  So it was started almost immediately after the initial boot of a brand new iMac case I ever needed to restore my Mac to that initial Day 1 state.
    That day has come, but it's now two years, and in that time I have installed BOOTCAMP, Parallels and Windows 7.  That process created another partition, and created the required 'links' between my OSX and Windows via Parallels etc.
    So my question is this - can I do a 'Restore from Time Machine' over the top of the new partioned set up of my iMac OR  or will it be now totally confused because of the changes I have made to my system in that time, and do I firstly need to remove Windows, Bootcamp, and erase the partitions I created back to one.
    So in summary - will Time Machine do this when it restores, or do I need to do it before I restore?
    I also have a CARBON COPY CLONE from Day 1 too.  Am I better using that instead - and if so, same question - will i need to remove Windows, and my Bootcamped partion first?
    (My system is iMac late 2012 still running OSX Mountain Lion if that makes any difference)
    Thanks

    popsynic wrote:
    Hi - thanks for responding
    "Is Parallels using the BC partition as a VM, or is it a separate VM with its own virtual disk?"
    I don't know - basically I have a BOOTCAMP partition and Windows is installed on that (using these instructions from the Parallels website)  I can then either open up Windows from in OSX Moutain Lion while keeping my mac running (and windows will run in its own little window - but within OSX.  OR I can also choose to boot dircetly wi windows when I tuen on my MAC - and then it runs independently of my OSX.
    You are using the BC Windows and running it as VM. There is no separate VM with virtual disk.
    "Are you planning to erase the internal drive(s)?"
    I wasn't sure  - I want to restore my iMac like it was on the day I had it, before I partitoned BOOTCAMP and installed windows.  So my question is, will the TIME MACHINE restore get rid of WINDOWS and the BOOTCAMP partition for me as part of its restore - or do i have to that, and then restore using Time Machine
    It is much simpler to run BC Assistant and use the last option - "Remove Windows". It is a bit cleaner.
    "If the backup on TM which started on Day 1 has continued as you have made changes, including BC/Windows/Parallels, it has continued to backup OS X and partition information. I suggest you backup Windows using Windows Backup to a separate external drive formatted as NTFS, and also consider Winclone or CampTune for a OS X compatible BC backup, if you run into any issues."
    As above, I am not bothered about keeping Windows or the BOOTCAMP partition, I want to resore my iMac to the DAY 1 status - when I did my first full Time Machine backup - which was before I created a Bootcamp partition or installed Windows.
    I suggest removing Windows via BCA and backing up to Time Machine. You will keep you OS X intact and keep all your files on the OS X side.

  • Can't remove bootcamp partition

    Hi all, I have a late 2012 27 inch iMac with a fusion drive. I have attempted to bootcamp Windows 8 following various posts here and elsewhere. Short story - its failed on each and every attempt, and now it seems as though I am stuck with a dud bootcamp partition.
    I created a windows install USB for windows 8 and later windows 7 and created a bootcamp partition with the bootcamp assistant. The USB key was created without error. But when the system rebooted to start the Windows installation I got a message saying there was 'no boot device'. I tried various fixes including using rEFIt and creating the USB stick using microsoft's tool. Nothing has worked.
    I would like to delete the windows partation and start again (don't know if this will make a difference, nothing has worked so far). I have tried to remove it with the bootcamp assistant (ticked the "Remove Windows 7 or later version" tick box), no go, just get a blue and white striped status bar. Tried in Disk Utility, also no go.
    Just don't get why bootcamp installation is so painful and time consuming. Any advice on removing the dud bootcamp partition welcome. Any tips about which USB devices are suitable for Bootcamp would also be appreciated.
    Thanks.

    stevec1234 wrote:
    I wonder how / if the right files will go to the right disk within the fushion volume (ie system files to the SSD) when cloning back with Carbon Copy Cloner. It's supposted to 'just work', but then so is bootcamp...
    They should, but let us know if they don't. Please remember that the actual location of any file is decided by the OS.

  • HT4818 remove bootcamp partition

    At one time I set up bootcamp to use Windows Xp. I had partitioned my HD. How do I remove that partition? I am running Mountain Lion OS.

    I just started bootcamp assistant and just choose it. But here is a guide i found, Mountain lion looks a bit differnt but almost the same.
    https://discussions.apple.com/thread/3955314?start=0&tstart=0
    So just go to Applications then in Applications go to the Utilities folder, inside the folder you got Bootcamp assistance. Just start it and it will recognize your partition, and you can do it like i did.
    When i did it i just got one option, "remove windows 7 partition".
    //Jonathan

  • Lost Space(available) After Removing Bootcamp Partition

    While i tried to remove my windows partition it came up with an error.. Now i have a HDD thats divided.. I hope u guys can help!

    The simplest option is using a Time Machine. Since you have FV2, you may want to temporarily turn it off for this exercise - OS X Yosemite: Turn off FileVault encryption.
    1. Backup using TM - Mac Basics: Time Machine backs up your Mac - Apple Support
    2. Run Internet Recovery and erase your internal drive - OS X: About OS X Recovery - Apple Support
    3. Restore - OS X Yosemite: Recover your entire system
    If you do not have an external disk large enough for your backup or TM set up, then using Terminal commands is the more complicated option.

  • Lost space after deleted podcasts while downloading.

    I've had this happen twice: once on my iPhone 5S and once on my iPad 2.  I start a download of a podcast in the iOS Podcast app and then cancel the download.  In the case of my iPad 2, it froze and eventually when to the Apple logo screen.  When it was done, I lost about 6 GB of storage space and needed to reset my settings and data on my iPad to get it back.
    On my iPhone 5S, I had the podcast add crash bug, so I removed and reinstalled it.  I forgot to change the settings to not download so it started downloading about 50 podcasts at once.  I started swiping to delete them (which inadvertently unsubscribed from all my podcasts).  When I was done, the downloads had stopped, but I lost 4 GB of space, which was not reclaimed when I deleted the podcast app again.   What's weird is iTunes still shows my iPhone as having 4.5 GB free, but the phone itself said it only had 909 MB free.  I tried re-installing the podcast app, but the podcasts didn't show up there.  I tried restarting and hard resetting, but that didn't help.   Basically the space was gone.  I called Apple Support and was told I needed to do a restore. 

    I have the same problem, but it happened when I downloaded a sample of a book so I can not do the solution offered by Beachdogz. I would just buy the book but I can't because it says downloading so there's no buy option. Actually it says downloading downloading (twice) if that helps.
    Would appreciate any help.
    Thanks

  • Lost space after glitched movie download

    I downloaded a movie I had purchased in iTunes a long while ago to my iPhone 5.  It seemed to glitch and was stuck in processing.  I attempted to reset the download and it seemed to do the same for a while then completed.  I deleted it.  I did a hard reset on my phone (pressing power button and front button) and I still seem to have lost several gig to a corrupted file I am guessing.  Deleting the 2nd download shows that it is not on my phone; however, when I add up the space used by apps it seems to correspond to what I saw my original available space was.  Has anyone else experienced this?  I do not back up to iTunes I just use the cloud for apps and pull all pictures off.  I do not want to do a reset all data option as I would loose text messages etc.  Is there a fix to this?  I find this unacceptable that the OS would not free up glitched files on its own.  If it created some type of temp file it should be removed by the OS.
    I did not know how much the iOS takes up space wise.  Does anyone know?  I seem to have lost around 2-3 gig.
    Iphone 5, ios 7.1.2 32 gig
    Thanks!

    You can try the basic troubleshooting steps. But if they don't work, you know what you have to resort to already.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Go to Settings>General>Usage>Storage>Video> look for the movie in there. If it is in there form whatever reason - delete it. Swipe across It in the list or use the edit button.
    Sometimes just a simple sync can help, but you make it sound like you are not near your computer, so I don't know if that is an option for you right now.

Maybe you are looking for