Error: -9899: The partition cannot be resized.

+Error: -9899: The partition cannot be resized. Try reducing the amount of change in the size of the partition.+
I get this error everytime I try to resize selected partition. It is 340 GB volume with 115 GB of free space. I tried to make it 250 GB and I got this error. Then I tried to make it 300 GB (only 40 GB smaller - it would have much free space after that) and again - I got this error. This is external HD connected by FireWire. Neither Disk Utility nor "diskutil resizeVolume" was able to resize it. I checked the volume - there is nothing to repair. What else can I do? How can I resize it?

While you are resizing your partition, do tail -f /var/log/kernel.log or run the Console app and select kernel.log.
This will tell you why the resize is failing.
Unfortunately, it will only give you the inode number for the file or directory that is preventing the resize.
To find the file name corresponding to this inode, you can use the find command from the terminal:
$ cd /Volumes/<volume you are trying to resize>
$ find -x . -inum <the inode number from kernel.log>
Once you find the file, copy it to a different volume if you want to save it, and delete it.
Then rerun the resize operation and it should succeed.  If it doesn't, repeat the above procedure until you are successful.
See also: http://superuser.com/questions/72896/cannot-resize-os-x-partition/291378

Similar Messages

  • Error [0x80070003] The system cannot find the path specified

    We have Windows 2012 Server hosting 2 VMs - Domain Controller & RDS.  We have been doing Windows Server Backup incremental and have an ongoing issue with scheduled backups each night.  The backup shows completed with warnings and generates
    2 log files.
    The first log files shows:  
    Backup of volume \\?\Volume{5d46f853-5db2-11e2-93e7-806e6f6e6963}\ succeeded.
    Backup of volume C: succeeded.
    Backup of volume F: succeeded.
    Application backup
    Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
       Component: ACBCD71E-A8CA-4672-B951-52C1BE8444BE
       Caption     : Backup Using Child Partition Snapshot\FMLRDS1
       Logical Path: 
    Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
       Component: Host Component
       Caption     : Host Component
       Logical Path: 
    The 2nd log file more often than not shows:  
    Backup of volume E: has failed. Backup failed as shadow copy on source volume got deleted. This might caused by high write activity on the volume. Please retry the backup. If the issue persists consider increasing shadow copy storage using 'VSSADMIN Resize
    ShadowStorage' command.
    Error in backup of E:\ during enumerate: Error [0x80070003] The system cannot find the path specified.
    Application backup
    Writer Id: {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
       Component: 2B4A9541-C88B-442E-9A7A-6D8A27342C11
       Caption     : Backup Using Child Partition Snapshot\FMLDC1
       Logical Path: 
       Error           : 8078010D
       Error Message   : Enumeration of the files failed.
       Detailed Error  : 80070003
       Detailed Error Message : (null)
    We had been getting a successful backup once or twice a week which showed completed (with no mentioned of warnings) but now it regularly shows completed with warnings as noted above.  
    We did a manual full backup of the DC to a different external drive a few days ago and that completed without warnings and the backup shows:  E: Completed 63.38 Full - VSS Copy Backup Successful, 8/27/13 3:35 PM - 4:43 PM. Data Transferred 63.38
    On a side note, we can view the logs in the windows/logs/windowsserverbackup directory but when we attempt to view the details of a log file through the Local Backup Console for any log which shows completed with errors, we get a "MMC has detected an
    error in the snapin and will unload and then it shows Object referenced not set to instance of an object."  The manual backup noted above that was successful is able to be viewed through the Local Backup Console without this error.  
    Any idea as to why this is failing during the scheduled backups?  This hosts a database that we need to have regular successful backups.

    Hi,
    First please follow the steps below to re-register dll files. Detailed information could be found here: http://support.microsoft.com/kb/940032:
    1. Click Start, click Run, type cmd, and then click OK. 
    2. Type the following commands at a command prompt. Press ENTER after you type each command. 
    3. cd /d %windir%\system32 
    4. Net stop vss 
    5. Net stop swprv 
    6. regsvr32 ole32.dll 
    7. regsvr32 oleaut32.dll 
    8. regsvr32 vss_ps.dll 
    9. vssvc /register 
    10. regsvr32 /i swprv.dll 
    11. regsvr32 /i eventcls.dll 
    12. regsvr32 es.dll 
    13. regsvr32 stdprov.dll 
    14. regsvr32 vssui.dll 
    15. regsvr32 msxml.dll 
    16. regsvr32 msxml3.dll 
    17. regsvr32 msxml4.dll 
    Please let us know if any command failed to be performed with an error.
    If issue still exists, have a try with the step it provided "VSSADMIN Resize ShadowStorage" to enlarge the shadow storage.
    Also you could test to delete all old Shadow Copies by acccessing <Drive> Properties --> Shaodow Copies --> Delete Now. This will remove all your backup information so if it is not acceptable, just skip this step.
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • When trying to use Java to scan checks in my financial software I get an error message, "The publisher cannot be verified by a trusted source. Code will be treated as unsigned."

    I am trying to scan checks in the USAA.com website and Java is giving me an error message: "The publisher cannot be verified by a trusted source. Code will be treated as unsigned."

    Serac wrote:
    Hi,
    I am occasionally running into an issue where I get the following error:
    "The publisher cannot be verified by a trusted source.Code will be treated as unsigned."
    I am not sure how to stop getting this error or what the root cause of the issue is.
    Any idea what could be causing this? and how I can get rid of it? is this a bug in the JRE?
    Thanks,
    DeeOn the contrary. It shows that Java takes your security very seriously and it will not allow
    hackers to format your hard-disk, get personal data etc.
    Google for signed applets.

  • Failed to open package file due to error 0x800C0006 "The system cannot locate the file in C# code.

    Hi, Am facing issue when I try to run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document

    Are you trying to run this code from job or something? Check if account executing the package has access to the path. Also check if path value passed is correct. If its a remote system path pass it in UNC format (ie //machine/...)
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    When I attempt to sync my nano I get an error message: "The ipod cannot be synced. The required file cannot be found."

    This is getting frustrating.  Every example of my problem has the same reply:
    Try deleting the iPod Photo Cache folder.  This is normally located in your pictures folder.  Once this is done, try syncing again. 
    iTunes: Understanding the iPod Photo Cache folder
    http://support.apple.com/kb/ts1314
    I have NO photos on my Ipod Nano.  I select "Photos" and the Ipod goes to a blank screen with the msg "No Photos" at the bottom.  There must be some other file missing.  Itunes won't connect to the Ipod, I keep getting the same error over and over.  It would be nice if it told me what file is missing. 
    The ipod cannot be synced. The required file cannot be found."

  • Error message:The iPod cannot be updated. The file or directory corrupted..

    HELP!! error message: "The iPod cannot be updated. The file or directory is corrupted and unreadable."
    What do i do?!?! it wont let me update or ANYTHING, it wont even let me delete anything off of it. Its a 5th generation 30 gig about 1 1/2 years old. HELP?!?!
    5th generation 30 gig   Windows XP  

    Hi swiss22!
    Have you tried restoring your iPod? For instructions and info on how to restore an iPod, see this:
    Restoring iPod to factory settings
    If a restore doesn't help, then take a look at this post by Da Gopha:
    Da Gopha: Info on iTunes "corrupt" error messages
    -Kylene

  • Spinwheel when syncing, unable to sync photos, error message "the disk cannot be read from or written to" ... please help!

    spinwheel when syncing, unable to sync photos, error message "the disk cannot be read from or written to" ... please help!

    Everytime I try to sync my photos to iPad or my iPhone. The sync freezes for a whilie then comes back with "the disk cannot be read from or written to". I have already exported photo library from iPhoto and readded the photos.

  • How do I fix this error: DF024: Unable to preserve original file at ... Error 32 The process cannot access the file because it is being used by another process.(Seq 1352).  ?

    I am installing creative the cloud Illustrator desktop app on a machine with windows 7 64 bit running in a domain environment.  The download starts and takes about runs for a bout 10 minutes and then stops with the error: DF024: Unable to preserve original file at "C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\AdobeLinguistic.dll" Error 32 The process cannot access the file because it is being used by another process.(Seq 1352)
    I am logged in as a network administrator and there are no other apps except a web browser (Chrome) running.  There are no other users logged into the machine.
    How can I see what other process is using the needed file so that I can fix it?
    Thanks

    MelissaB34 it looks like you already are reviewing your installation log files but you can find more information at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  From the error you have posted it appears that your current User account is either unable to update C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\AdobeLinguistic.dll or does not have sufficient file permissions to do so.  Since you mentioned you are on a domain please ensure that you are working with your I.T. department and have correct access to this directory.
    You may want to also consider logging in under a local administrator account to see if you face the same difficulties.  This would help you determine if you are facing a file corruption issue or file permission issue.

  • Receive error message, The iPod cannot be synced.  The required disk cannot be found.  iPod nano 6th Gen, all latest updates, Macbook Pro, with OS 10.6.7

    Receive error message, "The iPod cannot be synced.  The required disk cannot be found.  This is a iPod nano 6th Gen, all updates on iTunes and iPod, Macbook Pro OS 10.6.7.  This is getting frustrating.  I have changed USB ports, cables, reset, restored and was able to sync one time in parts, not all songs at once.  I have seen a lot of this same issue, will Apple please find a solution, nothing works, I think I wasted my money with this iPod.  I have the iPod touch, iPod shuffle, 4th gen iPod nano, iPhone and iPad.  This is the only device that has this issue.

    I was actually able to investigate and solve the problem myself. After readng many posts, I found that someone else's tips worked for me:
    Re: 30gb 5th gen. Probs syncing.
    Posted: Oct 13, 2009 8:48 AM in response to: johnnyfrommars
    Try running a disk check out the iPod using the tools provided by windows.
    To do this:
    1. Plug in your iPod and close iTunes.
    2. Go to "My Computer". Click on the iPod drive once. Go to File, and then click Properties.
    3. Go to the Tools tab. Under "Error Checking", click Check Now.
    4. Check both boxes. One says "Automatically fix file system errors" and the other says "Scan for and attempt recovery of bad sectors". Place a check mark next to each of these options and hit Start.
    The scan may take several minutes or more to complete, but once it has, go ahead and restart iTunes, and try re-syncing files to your iPod.
    B-rock

  • I am running OSX 10.6.8 and when I try to install the latest security update there is an unknown error and the update cannot be implemented. I still have to restart my computer each time I try. Is anyone else experiencing this problem?

    I am running OSX 10.6.8 and when I try to install the latest security update there is an unknown error and the update cannot be implemented. I still have to restart my computer each time I try. Is anyone else experiencing this problem?     
    I tried using the downloaded update. It still didn't work but at least I did not have to restart my computer. The message was a little different too: "The installation failed. The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance."

    Run through this list of fixes, either something is corrupted or you have malware that's blocking the update.
    ..Step by Step to fix your Mac
    Make sure to backup your users files to a external storage drive first (not only TimeMachine as it may fail to restore) and disconnect, because if' it's a drive corruption/failing then the entire thing will either have to be replaced or a wipe and install done.
    Most commonly used backup methods
    If you do need to do a wipe and install
    How to erase and install Snow Leopard 10.6
    For Snow Leopard Speed Freaks

  • System call failed. Error 2 (The system cannot find the file specified. ) in execution of system call 'CreateProcessAsUser' with parameter ( , NULL,  Program Files/sapinst_instdir/BS2011/ERP606/AS-ABAP/SYB/HA/DB, &StartupInfo, &ProcessInfo),

    Dear All,
    I am getting a below error while doing ehp6 installation on sybase (high availbility )
    can any one help me on this..?
    An error occurred while processing option SAP Business Suite 7i 2011 > Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > SAP ASE > High-Availability System > Database Instance( Last error reported by the step: System call failed. Error 2 (The system cannot find the file specified. ) in execution of system call 'CreateProcessAsUser' with parameter ( , NULL,  Program Files/sapinst_instdir/BS2011/ERP606/AS-ABAP/SYB/HA/DB, &StartupInfo, &ProcessInfo), line (646) in file (d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp), stack trace: d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\ejscontroller.cpp: 181: EJSControllerImpl::executeScript() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\ejs\jsextension.hpp: 1059: CallFunctionBase::call() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\osmod\iaxxbprocess.cpp: 423: CIaOsProcess::start_impl() d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp: 238: CSyChildApplicationImpl::start(false) d:\depot\bas\720_rel\bc_720-2_rel\gen\optu\ntamd64\ins\sapinst\impl\src\syslib\synxcchapp.cpp: 262: CSyChildApplicationImpl::doStart() .). You can no
    Regards,
    Letz..

    Hello Mauricio.
    Thanks
    Two Thinks:
    1.- This error appears precisely in the process of creating SAP users including you mention sidadm:
          A.- Execute sapinst
          B.- Installation option is chosen
                SAP NetWeaver CE Production Edition
                        Installation Options
                            High-Availability System
                                  Central Service  Instance (SCS)
           c.- System ID, Next and appear message error
    2.- However, the user manually create sidadm, I gave the permissions you indicate, and the error message is the same
    Thanks

  • The NLS operation failed because the registry key Control Panel\International\User Profile cannot be opened. Error code is 2. Error message: The system cannot find the file specified.

    H,
    Since upgrading Windows server 2008 R2 to Server 2012 Standard edition, we get this repetitious critical error in the event log:
    Event 1001
    Op Code NLS initialization
    The NLS operation failed because the registry key Control Panel\International\User Profile cannot be opened. Error code is 2. Error message: The system cannot find the file specified.
    We originally found that the regional date settings after changing them in regional settings (DD/MM/YYYY) and they did not inherit properly from the upgrade but they are ok now. 
    I've looked at HKCU\.Default\Control Panel\International and nothing looks obviously wrong. Country codes, time & date formats are correct.
    How do we ascertain the  cause of this error and the specific registry key that might be problematic?

    Hi,
    This could be caused by firewall rules or security softwares.
    http://www.tomshardware.com/forum/242579-44-hkcu-control-panel-international-opened
    And in addition, the fix is worth a try.
    Nothing happens when you double-click "Region" in Control Panel 
    http://support.microsoft.com/kb/2958845
    Please Note: Since the first web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

  • I am receiving this error message when trying to export pictures: 'Unable to Export": An internal error has occured: Win32 API error 2 ( "The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute.// I have a H

    I am receiving this error message when trying to export pictures: 'Unable to Export": An internal error has occured: Win32 API error 2 ( "The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute.// I have a HP ENVY Phoenix, fully loaded, 1 1/2 years old.

    Nevermind I fixed it. Thank you.

  • HT201210 I'm trying to restore my iPhone, but get an error message 'the iPhone cannot be restored, the device cannot be found.  How can I resolve this?

    I'm trying to restore my iPhone, but get an error message 'the iPhone cannot be restored, the device cannot be found.  How can I resolve this?

    iOS: Unable to update or restore

  • When i connect my ipod shuffle to itunes i get an error message the ipod cannot be synced, the required disk cannot be found  anyone have this happen?

    When i connect my ipod shuffle to itunes i get an error message the ipod cannot be synced, the required disk cannot be found  anyone have this happen? How do i get past it?

    I seem to recall that this may be cause by overloading the USB bus (lack of power to go around).  Shut down your computer.  Reset the iPod shuffle using this procedure.
    http://support.apple.com/kb/HT1655
    Disconnect ALL peripheral USB devices, including keyboard and mouse.  Power up the computer.  If you need your mouse, connect it and launch iTunes.  Connect the iPod shuffle to a direct USB port and try the sync again.  See if there is any difference.

Maybe you are looking for

  • Opening and closing periods in FI

    Dear FICO experts, Just a quick question regarding OB52. We have only 1 company code, can we use the same posting period variant in mulitple line items for the combination ALL account types and a range of periods that are open? Posting period variant

  • Trying to install the new app for iPhoto and is now paused and I can't get it working

    In the process of downloading the iPhoto app and got stalled and is now stuck on "paused" and I can't get it to "unpause" and download the app. What should I do?

  • SLiM Issues [SOLVED]

    Whenever I enter my username and password in SLiM, the screen goes black for a second and then I am promted for my username again, even if it is correct. The problem is that it is not starting LXDE. I did change ~/.xinitrc to start Xorg instead but t

  • Standard Macbook Keyboard Shortcuts Not Functioning

    I have a Macbook running 10.5.7. For some time, I have been unable to use any standard keyboard shortcuts such as CMD-N to open a new finder window etc. I have re-installed the MAC OS X software from clean, reset the defaults for keyboard shortcuts i

  • BAPI or RFC for Automatic Forwarding

    Hallo. When I create a user, I set the automatic forwarding from the SAP inbox username to mail. I make this setting using SO36. Is there a Bapi or RFC to make this? Thanks for your help. Mario Any news about my issue? Thanks.