Resizing partition

When I added arch to my system dual booting with Windows 8 I only gave it a total of 32GB, but now I would like to have more space. Is it okay to use Window's partition tool to expand the partitions, or will Arch freak out that the partition is bigger than it expected?

@Arctus, I think that you are thinking of this as a single thing.  But there are actually a couple distinct things going on here.  There is the partition itself, which is the container.  Within that, there is the filesystem that actually is the structure that holds the data.  So while I agree with you that you cannot resize Linux filesystems with windows, it could most certainly deal with the ms-dos partition table (MBR) no problem.  Also, no one in their right mind would try to use FAT or NTFS for a Linux filesystem.  They are both not POSIX compliant, and the necessary permissions would not be retained, which would likely prevent the computer from really running at all (not to mention NTFS-3g is a fuse filesystem, and I'm really not sure about using that for a rootfs).
@OP, Typically, in my head, and in other places I have read, the first partition is though of as being to the left, and the last to the right (like how you would read a line of text).  So assuming this notion of HDD layout, you could shrink your windows partition, then boot into a live linux distribution and use gparted to move sda3 to the left.  But this is what I was saying was dangerous above.  It can be done, but there are great risks to your data involved.  So if you do this, you should back up your data first.
But if you are going to back up your data first, then you could simply rsync the entire system to a backup HDD.  Then simply delete all sda{3,4,5,6}.  Shrink the windows partition and then create the layout you want with new partitions.  Go back into Linux, make the filesystems and mount them after creating the necessary mountpoints for them (as though you were doing a new installation).  Then simply rsync the data back to this new filesystem.
A third option would be to actually create a new rootfs in the new space taken from windows.  So you would make a new partition all the way to the "left" and then simply rsync or dd the current sda3 to this new space.   You would then keep moving all the partitions over to the "left" and then extend what you needed to.  The only problem with this is that since you use ms-dos (MBR) partitioning, you are going to probably not be able to create more partitions since you already have 4 primary (well 3 primary and one extended).
I would use the rsync method.  I have used it many times in the past and it is very reliable.  The neat thing about Linux (*nix in general) is that everything is a file.  So you can actually just move all the files to a new location, and you *should* have a copy of the original.

Similar Messages

  • Can't resize partition after upgrading to Yosemite (using SSD drive)

    I upgraded to 10.10 and using SSD drive now. When I was using OS X 10.8.5, I could freely resize partition but not anymore. I guess because of the SSD drive and the new version of OS X, and Logical Volume Group could be involved. I don't want to waste 80 GB of SSD drive so really looking for a solution now. Thanks in advance.

    Yes, that's exactly what I did. I had to go back to my old snow leopard install DVD, use the disk utility on that to repartition the drive. I made 2 partitions, installed Snow Leopard on one, used that to install Yosemite on the other partition and trashed the snow leopard install.
    I haven't yet tried the Yosemite USB install method which would have probably been faster as I could have avoided installing SL.

  • Resize-partition PowerShell - using a variable for size

    Hello.
    I'm trying to user the PowerShell command resize-partition as part of a RunBook task so I need to be able to specify the size as a variable. The -size element requires that you also add on the size type (e.g. kb, mb, gb, tb etc.) but this makes the command
    fail as its then passed as a string and it looks like it wants to be a UInt64.
    I have tried various different ways such as:
    $size = 300 + "gb"
    $size = "300" + "gb" etc.
    The error I get is:
    PS C:\Windows\system32> Resize-Partition -DriveLetter E -Size $Size
    Resize-Partition : Cannot process argument transformation on parameter 'Size'. Cannot convert value "300GB" to
    type "System.UInt64". Error: "Input string was not in a correct format."
    The only way I can get it working is to hardcode it in: '-size (300gb)'
    Would anyone have any idea how to get this working? It must be possible.
    Thanks, Joe

    Hi,
    Just checking in to see if the suggestions were helpful. Please let us know if you would like further assistance.
    If you have any feedback on our support, please click
    here
    Cataleya Li
    TechNet Community Support

  • Cannot resize partition...

    Before mods delete/close/move my post 'cause I'm sure there exist hundred of related problems to this let me explain.
    I study Engineering in Computational Systems, for my Digital Design class I need some software that only exist for Windows (I've been searching the web looking for alternatives for Mac without success)... So I decided I'd install BootCamp and Windows 7, but I got the **** "cannot resize partition" error...
    So here's the deal... I CAN'T make a backup, my external hard drive is damaged, I've been searching and I found that this problem is 'cause BootCamp can't move big files or stuff like that so to fix the problem I have to defrag the hard disk and here comes another problem, I can't afford iDefrag neither...
    Any help for defrag or resize my Mac OS X partition?

    Usually when I see "Cannot resize..." it is because the Windows partition was too small, or they need more room for OS X files. Not because they got the error message from Boot Camp Assistant (which tells you to reformat and restore after you have a backup).
    Step #1 is (always) backup before making changes.
    Real easy... buy an external, you will need backups for Mac OS and probably Windows. you will want to be able to run OS X off external too at some point.
    It isn't because there are big files, it is that they can't be moved.
    The free space has to be contiguous, not fragmented, also, in order to create a slice for Windows.
    I assume it won't work with a VM running under/inside OS X so you need to run Windows natively.
    Some people have bought iDefrag ($49?) and results are anywhere from good to mixed to didn't work.
    You are right, the question has been asked... about 999 times in the last two years.

  • Yosemite, Boot Camp, Windows 8.1 - Resizing Partition Guide

    Hey everyone, I had some success with this so I thought I would share:
    What you Need:
    0)  familiarity with the command line, HD partitioning, linux, and lots of nerve.
    1)  Yosemite
    2)  A successful installation of Windows via Boot Camp (I was using 8.1 and I did the installation after I upgraded to Yosemite, i.e., I did not have a Boot Camp partition before upgrading to Yosemite) <-- Any other type of config may not work with this guide!!
    3)  A Linux live usb/cd with gparted (I assume you're familiar with linux and gparted and things like that, I'm not going to go into too many details on how to use that OS or its tools)
    4)  patience and luck
    Disclaimer:  This can really screw up your system if you fail to follow the directions or you have made the storage gods angry... use at your own risk!
    So initially I created a boot camp partition to install Windows 8.1 and after the installation realized I should have allocated more space for Windows.  On the OS X side, I opened the graphical diskutil and discovered I could not resize or change either of the partitions - the only thing I could do was delete the boot camp partition which was not a handy option considering the time I put into installing Windows and its subsequent updates.
    After some careful googling I found this:
    http://apple.stackexchange.com/questions/134498/unable-to-resize-partitions
    Which led me to the solution.  From a terminal run:  'diskutil corestorage list' (without the quotes) to get a list of the logical volumes, groups, and physical disks that OS X created after using boot camp.  The information you will need is the UUID of the logical volume (not the logical volume group or family).  You are then going to use the undocumented command 'diskutil corestorage resizeStack' with the UUID of the logical volume in order to change the size of the volumes and physical disk.  In my case, I wanted to shrink my remaining OS X partition by 40GB and give that to Windows.  Again from the terminal run:
    'diskutil corestorage resizeStack UUID XXXg'  where UUID is the 32 digit identifier of the logical volume and XXX is the desired new size of the disk (e.g., 350g for 350 GB).
    After a few moments, it will finish and in diskutil you should see an amount of unallocated space.  You still can't do anything with it here, but at least it's visible.  Reboot into OS X again just to feel confident that you haven't screwed anything up, yet.  It did seem to take slightly longer to reboot into OS X this one time, but everything turned out ok
    Now using a linux live usb drive, boot into your favorite brand of linux and run gparted.  You should see your unallocated space sandwiched between your OS X partition (which gparted may or may not formally 'see') and the NTFS Windows partition.  Simply move the Windows partition over to occupy the unallocated space and extend it to the end of drive and you're done.  My version of gparted warned me that Windows may not boot after I do this, but for me, it worked fine and booted into Windows properly the first time.  If Windows doesn't boot, you'll need a Windows install on a usb stick (you should have one from your boot camp installation right?) and then you'll need to repair the disk (there are many helpful guides that go through this very thing - just google it).
    It worked for me flawlessly, good luck!

    ashtastic wrote:
    Now using a linux live usb drive, boot into your favorite brand of linux and run gparted.  You should see your unallocated space sandwiched between your OS X partition (which gparted may or may not formally 'see') and the NTFS Windows partition.  Simply move the Windows partition over to occupy the unallocated space and extend it to the end of drive and you're done. 
    Everything has worked so far, I have freed up about 75GB that is in between OSX and my 8.1 Bootcamp Partition, however I can't for the life of me seem to make a working Linux USB. How can you make a BOOTABLE (from this retina macbook pro) Live CD with Gparted. What tools/ISO did you use?

  • Windows Won't Boot after resizing partition

    I am having problems with Windows not rebooting after I resized partition to reduce Mac side and increase Windows side. I do not see the BootCamp partition labelled as such while running disk utility. Upon startup, the Windows partition shows up when I boot up while pressing the ALT key. However, when I try to run Windows, it says " error loading operatig system".
    I also followed instruction and went through to run gdisk successfully. Results towards the end.
    What can be done? Windows still does not boot and It shows ? Suspicious MBR at sector 0.
    Below is information based on typical questions asked here.....
    diskutil list
    /dev/disk0   #:                       TYPE NAME                    SIZE        IDENTIFIER
       0:              GUID_partition_scheme                        *120.0 GB     disk0
       1:                                           EFI                         209.7 MB     disk0s1
       2:                         Apple_HFS Macintosh HD            78.5 GB     disk0s2
       3:                       Apple_Boot Recovery HD             650.0 MB     disk0s3
       4:                   Microsoft Basic Data                         31.7 GB      disk0s4 
    sudo gpt -r -vv show disk0
    gpt show: disk0: mediasize=120034123776; sectorsize=512; blocks=234441648
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 234441647
          start       size            index       contents
              0          1                             MBR
              1          1                             Pri GPT header
              2         32                            Pri GPT table
             34          6       
             40     409600           1            GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  153240016      2            GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      153649656    1269544     3            GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      154919200   17628896       
      172548096   61892608    4            GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      234440704        911       
      234441615         32                       Sec GPT table
      234441647          1                        Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14593/255/63 [234441648 sectors]Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 -  172548095] <Unknown ID>
    *2: 07 1023 254  63 - 1023 254  63 [ 172548096 -   61892608] HPFS/QNX/AUX
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused    
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused 
    sudo gdisk /dev/disk0
    GPT fdisk (gdisk) version 0.8.7
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Partition table scan:
      MBR: hybrid
      BSD: not present
      APM: not present
      GPT: present
    Found valid GPT with hybrid MBR; using GPT.
    Command (? for help): r
    Recovery/transformation command (? for help): h
    WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
    just hit the Enter key at the below prompt and your MBR partition table will
    be untouched.
    Type from one to three GPT partition numbers, separated by spaces, to be
    added to the hybrid MBR, in sequence: 4
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
    Creating entry for GPT partition #4 (MBR partition #2)
    Enter an MBR hex code (default 07):
    Set the bootable flag? (Y/N): y
    Unused partition space(s) found. Use one to protect more partitions? (Y/N): n
    Recovery/transformation command (? for help): o
    Disk size is 234441648 sectors (111.8 GiB)
    MBR disk identifier: "DELETED INFO"
    MBR partitions:
    Number  Boot  Start Sector   End Sector   Status      Code
       1                               1    172548095   primary     0xEE
       2           *     172548096    234440703   primary     0x07
    Recovery/transformation command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
    PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/disk2.
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Warning: The kernel may continue to use old or deleted partitions.
    You should reboot or remove the drive.
    The operation has completed successfully.

    So here's what I think happened. Upon resizing the OS X volume, a 5th partition was created. When that happens, diskutil removes the hybrid MBR that's needed to activate the EFI firmware CSM (BIOS emulator) which is still presently used for booting Windows on Apple hardware. Upon removing the hybrid MBR, Windows is no longer bootable. So what you probably did was used Disk Utility to reverse what you did by deleting the extra partition. When you do this, diskutil recreates the hybrid MBR but with the wrong partition type code. It sets it to 0x0C, and therefore thinks it's FAT32, whereas it should be 0x07 for NTFS. Disk Utility will then let you run a disk check on what it erroneously thinks is a FAT32 volume, but is in fact NTFS. If any writes are done, which it appears is the case, it corrupts the NTFS file system.
    So this is just yet another Bootcamp data loss story, without any warning in either documentation or Disk Utility whatsoever.
    What version of OS X is this?
    The easiest, but most tedious thing to do is to totally start over with everything: obliterate the entire drive with Disk Utility making 1 partition only, reinstalling OS X and files from backups, use Bootcamp Assistant to resize the OS X volume the way you really want it, reinstall Windows and restore from its backup. All of that can be done in the GUI.
    You might still use the Windows install disk to run Windows startup repair. It might fix the Bootcamp volume. The remaining problem in that case is what to do with the large pile of free space, but I'll make those suggestions later once you get to that point.
    If Windows startup repair can't fix the Bootcamp volume, and you don't have a backup, then you'll need to download and install testdisk, and read how to use it to try and find your data. It's an iterative process. Once that's done, while it probably won't fix it and make it bootable again, you'll have a basic backup of files. The remaining thing to do is use gdisk remove the broken Windows partition, make a new one that also includes free space you presumably wanted Windows to have, and make a new hybrid MBR adding partitions 2 3 4. Then reinstall Windows, your apps, and restore your data from backups.
    So that's the gist. Ask if you have more questions.

  • Cannot resize partitions on yosemite !!

    cannot resize partitions on yosemite !!

    Do they have data on them? Are these partitions you could resize before? Is this a new machine? Is it formatted GPT or something else? Are you using boot camp?
    It would be helpful, also, if you would phrase your question in the form of a question

  • Can I resize partitions in Tiger?

    I'm rethinking my strategy of being able to restore from my TM volume to Leopard. Can I resize partitions using Disk Utility without losing data while in Tiger?

    octafish wrote:
    I'm rethinking my strategy of being able to restore from my TM volume to Leopard. Can I resize partitions using Disk Utility without losing data while in Tiger?
    NEVER change any partitions on a disk without first backing up completely and testing the backup.
    I believe Tiger will destroy data; Leopard claims not to but I don't trust my disk to a partitioning agent. Leopard states that you should backup.

  • Resized partition, now can only boot using option key

    I made my boot camp partition larger and my os x partition smaller using a 3rd party program. I can still boot into windows, but only using the option key. When I look at my startup disks in OS X, only my OSX partition shows up. Is there any way to make snow leopard recognize this resized partition? Thanks!

    Hi,
    I am not familiar with that program but since it is a Windows program I doubt that it has installed anything in OSX.
    Most likely that program wasn't even "aware" that it was used on a Mac running WIndows.
    And it also might be that that is the reason for your problem.
    To run Windows with BootCamp on a Mac OSX has to establish/use a form of hybrid GPT/MBR partitioning.
    GPT for OSX and MBR for Windows.
    That also means that using any kind pof partitioning tool (resizing etc.) would have to be done best in OSX since only OSX "knows" that there is a Windows partition and can handle the hybrid partitioning accordingly.
    First thing I would propose (if not already there) is a backup / clone of your OSX onto an external HD.
    Secondly boot your Mac from the OSX DVD and use Disk Utility from it to verify/repair your OSX.
    Regards
    Stefan

  • Resizing partition w/o affecting one key recovery

    hi there! is there anyone know how to resize partition C: w/o affecting the software one key recover?i just wanted to resize it so that i have more space in D: drive for the backup i have to do...thanks

    I have the opposite problem. I have a low disk space error all the time.  I would like to get rid of the C partition and just have one if Vista allows that.  I have a Y510

  • How to resize partition win2008

    how to resize partition win2008?

    how to resize partition win2008?
    I know it is a little bit late to reply. But, I still want to share my experiences with everyone here.
    Actually, I have ever also ahs the same issue and need to resize my C drive partition for installing a large game. But, the resizing process just unexpectedly fails at last in Disk Management. The “extend” function is unable to work.
    So, I have no choice but to take chances with some third party partition resizer recommended in many forums such as:
    GParted
    http://gparted.sourceforge.net/
    IM-Magic Partition Resizer Free
    http://www.resize-c.com/
    Active Partition Manager
    http://www.softpedia.com/get/System/Hard-Disk-Utils/Active-Partition-Manager.shtml
    All of them seem efficient. So, I just have tried them one by one and finally added wanted free space to my C drive successfully with the second free resizer. I even have found a video tutorial that teaches me how to resize my drive with
    this freeware in details:
    https://www.youtube.com/watch?v=6jCeT7CbsKk

  • Problem to resize partition in HP Pavilion G4-1220

    Dear HP
    i bought a new laptop HP Pavilion G4-1220ee with Win 7 Home Basic - 64Bit-and i need to resize Partition C: to split it for 2 partiton and i tried to make by using many tutorials from Youtube.com but there is an error message appears to me at the last step and i can't shrink this partition.
    please try to replay to me in near time because i need to solve this problem in near time and my mail is
    {Personal Information Removed}
    Country :- Egypt
    Regards
    Ameen 

    Hi,
    Unfortunately no option for you to increase VRAM. System will work this out and allocate AVAILABLE RAM for VRAM up to max number if required.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Resize partitions without erasing existing data

    I have one drive (internal), dual partition (OS X 10.5.2 and Vista) and I want to split the volume OS X 10.5.2 in two. I try this using Disk Utility, but one warning was showed: ..changing the partition map may make this disk unbootable using windows"
    Is it warning true? What do I expect to happen in case of resizing?
    If someone had have any related experience about that, I will appreciate Your advice.

    You can resize partitions without losing data but you won't be able to boot into Windows after that. That was a bad experience I had. My first bad experience was to repartition a dual-partition (Tiger+Windows) drive, ignoring the warning. Guess what? Lost everything and had to reinstall both OS.
    Mac OS X Extended (journalled) drives can be repartitioned without losing data using the "diskutil" command in the Terminal window. Type "diskutil" and you get a list of available commands.

  • Resized partition using Disk Utility and now Windows 7 will not boot

    Hi,
    Hopefully someone can help me!!
    I had previously used Boot Camp to install Windows 7. However, I later realised I had not given myself anywhere near enough disk space as I started using Windows for things I hadn't originally planned on using it for.
    Anyway, long story short, to solve the problem I uninstalled some applications on my Mac OSX and used Disk Utility to decrease the size of my Mac partition. My plan was then to reboot to Windows and use a Windows application to increase the size of the Windows partition. However - I coudln't even get that far.
    Upon decreasing the size of my Mac partition (succesfully) I restarted my Mac in order to boot to Windows. However, I was greeted with a message along the lines of "unable to boot to Windows please insert boot disk and press any key" (I can't remember the exact message).
    I was wondering if anyone knows of any way to restore my Windows partition, retaining all of my previously saved files on my Windows disk. It's probably a long shot, but the thought of losing everything I have been working on for the last few months is a sickening one.
    What does give me a bit of hope is that, if I click Boot Camp it seems to recognise that Windows 7 is installed as the option that appears is to uninstall it.
    Furthermore, if I view partitions in Disk Utility, a "DISK0S4" is listed. However, it's only at 20gb - if this WAS my BootCamp partition previously, it was originally at something around 60gb (I think - either way, definitely bigger than 20gb!).
    On top of this, my current Macintosh HD parition is at 260gb and with the DISK0S4 partition at 20.21gb, there seems to be some space missing... I'm hoping this is the files I've been working on over the last few months!
    Anyway, I've done some searching on the net and it *seems* that GPT fdisk *might* be my savour. I've downloaded it but have no idea how to use it and don't plan on playing about with it as I could no doubt do some real damage. If it is likely to solve my problem however, I'm certainly more than capable of being walked through what I need to do.
    Please help!

    Hi Christopher,
    I also have problems with Windows rebooting after partition resize trying to reduce Mac side and increase Windows side. I do not see the BootCamp partition labelled as such while running disk utility. The Windows partition shows up when I boot up while pressing the ALT key. However, when I try to run Windows, it says " error loading operatig system".
    I also followed instruction and went through to run gdisk successfully. Results towards the end.
    What can be done? Windows still does not boot and It shows ? Suspicious MBR at sector 0.
    Below is information based on typical questions you ask.
    diskutil list
    /dev/disk0   #:                       TYPE NAME                    SIZE        IDENTIFIER
       0:              GUID_partition_scheme                        *120.0 GB     disk0
       1:                                           EFI                         209.7 MB     disk0s1
       2:                         Apple_HFS Macintosh HD            78.5 GB     disk0s2
       3:                       Apple_Boot Recovery HD             650.0 MB     disk0s3
       4:                   Microsoft Basic Data                         31.7 GB      disk0s4  
    sudo gpt -r -vv show disk0
    gpt show: disk0: mediasize=120034123776; sectorsize=512; blocks=234441648
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 234441647
          start       size            index       contents
              0          1                             MBR
              1          1                             Pri GPT header
              2         32                            Pri GPT table
             34          6        
             40     409600           1            GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  153240016      2            GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      153649656    1269544     3            GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      154919200   17628896        
      172548096   61892608    4            GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      234440704        911        
      234441615         32                       Sec GPT table
      234441647          1                        Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14593/255/63 [234441648 sectors]Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 -  172548095] <Unknown ID>
    *2: 07 1023 254  63 - 1023 254  63 [ 172548096 -   61892608] HPFS/QNX/AUX
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused  
    sudo gdisk /dev/disk0
    GPT fdisk (gdisk) version 0.8.7
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Partition table scan:
      MBR: hybrid
      BSD: not present
      APM: not present
      GPT: present
    Found valid GPT with hybrid MBR; using GPT.
    Command (? for help): r
    Recovery/transformation command (? for help): h
    WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
    just hit the Enter key at the below prompt and your MBR partition table will
    be untouched.
    Type from one to three GPT partition numbers, separated by spaces, to be
    added to the hybrid MBR, in sequence: 4
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
    Creating entry for GPT partition #4 (MBR partition #2)
    Enter an MBR hex code (default 07):
    Set the bootable flag? (Y/N): y
    Unused partition space(s) found. Use one to protect more partitions? (Y/N): n
    Recovery/transformation command (? for help): o
    Disk size is 234441648 sectors (111.8 GiB)
    MBR disk identifier: "DELETED INFO"
    MBR partitions:
    Number  Boot  Start Sector   End Sector   Status      Code
       1                               1    172548095   primary     0xEE
       2           *     172548096    234440703   primary     0x07
    Recovery/transformation command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
    PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/disk2.
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Warning: The kernel may continue to use old or deleted partitions.
    You should reboot or remove the drive.
    The operation has completed successfully.

  • How can I resize partition? - New larger hard drive installed

    Hello,
    The hard drive on my MacBook Pro recently died on me (just past my Apple Care warranty - lucky me).  I sent it to an authorised reseller/repair place and they installed a new hard drive for me - replacing my old 250GB with a nice new 500GB.  The problem is when they copied over the disk image from my previous hard drive they did not scale up the image (yeah, not so happy bout that).  Now I find myself with a 500GB hard drive with a 250GB partition called Macintosh HD and 250GB of unused/unusable space.  On top of that I'm just starting to get messages saying boot disk nearly full.  How can I resize the "Macintosh HD" partition to use the entire disk?  I've tried using disk utility, clicking on the main drive, going to the partition tab and dragging the Macintosh HD partition to use the entire disk but after a few seconds of a message saying "waiting for disk to reappear" it returns to the same 250GB size.  Running OSX 10.9.3.  Any suggestions?
    Thanks all!

    See the tips in pounding's section on using Disk Utility:http://pondini.org/OSX/Home.html and you could also take the route of buying an external hard drive (a great idea of maintaining a backup), format that drive for Mac OS X Extended (Journaled), clone the startup disk to that drive, then boot from the external, erase and format the internal, then clone the external back to the internal partitioned as you want.

  • Is it possible to resize partitions on a write protected internal hard drive?

    Hi everyone,
    The internal hard drive on my computer has been created into two partitions, one for Mac (350 GB) and another for Windows (150 GB).
    Since I rarely use Windows (only for one scientific application from CambridgeSoft), there are a lot of free space on Bootcamp (115 GB). So I would like to resize these partitions to make it the Mac partition maximized, like 450 GB, and 50 GB for Bootcamp.
    And the problem is that I'm unable to do that by using Disk Utility, Stellar Management Partition, iPartition.
    It says something about write protected (images below).
    So are there any ways to undo the write protected or resize those partitions?
    Another small question is why the total volume as seen in the second image (iPartition) is not 500 GB, but just 465 GB (50 + 415).
    All comments or suggestions are highly appreciated. Thanks!
    p.s. I'm the only user.

    To resize a Bootcamp partition you must use Bootcamp Assistant to remove the partition then create a new Bootcamp partition, or, use a 3rd party tool such as CampTune.
    If you use Disk Utilities you will mess up your hard drive and it will be necessary to erase, format, and reinstall OSx and Windows again. You will lose all your data in OSx and Windows if you try to use Disk Utility to resize a Bootcamp partition.
    And, 50 GB is too small for Windows, especially if you install programs and create/use data. 100GB minimum wouls likely work.
    Back up all your data before messing with partition changes.

Maybe you are looking for

  • How to merge the 2 field in alv gride display

    Tables for ALV display DATA: it_fieldcat   TYPE  slis_t_fieldcat_alv,       wa_fieldcat   TYPE  slis_fieldcat_alv,       wa_layout     TYPE  slis_layout_alv,       it_exclude    TYPE  slis_t_extab,       wa_exclude    TYPE  slis_extab,       it_heade

  • How to transfer my contacts from samsung to iphone4

    I recently got an iphone 4 and would like to transfer my contacts from my samsung phone to my iphone.  Received the phone yesterday, spent half a day locked out beause of voice control which seems to come on when I go to bluetooth to try and hook up

  • Info package Routine - How to write

    Hi , Can any body give me the step step by process on how to write Info package routine. Actually my requirement is to load the current month Data automatically through infopackge . I can write the ABAP code , but i am told to write in Infopackage le

  • Brush size won't change with bracket keys?

    Hey - I'm having an issue with Photoshop CC that I haven't encountered with previous versions of Photoshop (I've searched for solutions first - no luck). My shortcut keys for Brush size '[ & ]' stop working after choosing a different brush (even the

  • File archive part is missing  - tried all the suggestions in Help - continued error message?

    Downloaded the downloader again, tried to download the 2 files again.  Error message is persistent.   I moved PSE 13 from downloads into the Programs file.  Could that be the problem?