Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    Skipping the slightly risky operation of resizing so many adjacent partitioins, have you considered backup up each partition, wiping the disk and then restoring them in the desired order where you could then resize them?
    – jdh
    Commented Jan 6, 2013 at 17:23
  • Considered? Yes. However, I'm in class tomorrow and require access to a complete development environment (Murphy's Law). Wouldn't the complicated restore operation be just as risky as the aforementioned partition traversal? I'd think so.
    – Tyler
    Commented Jan 6, 2013 at 17:25
  • 1
    (Your requirement is to be done before tomorrow's class or unable to reach computer with different tools?) The backup is safer, because if anything goes wrong, you'll at least get another chance. One mistake in the repartition (even if its not your fault, but gparted's), then you're hosed permanently.
    – jdh
    Commented Jan 6, 2013 at 17:31
  • This is true. I have access to Windows, and Mac computers on campus (but, how is this relevant?) My requirement is to be finished the partitioning operation tonight.
    – Tyler
    Commented Jan 6, 2013 at 17:33