up vote 0 down vote favorite
share [g+] share [fb]

I have an external hard drive with two partitions, both of them are clear, there is no data on them. How can I merge the two partitions together to form one again? The file system is not NTFS.

This is probably a stupid question, yet I could find nothing about it on the web :S

Thanks a lot!

link|improve this question
This question has nothing to do with programming. Questions asked on Stack Overflow should be related to programming or software development in some way. Your question belongs on superuser.com which is for general software/hardware questions. – Jasarien Feb 11 '10 at 16:23
feedback

migrated from stackoverflow.com Feb 11 '10 at 16:26

This question came from our site for professional and enthusiast programmers.

1 Answer

You will want to use the Disk Utility(use the Spotlight to find) to delete one of the partions, then re-size the first one to occupy all of the free space. A good tutorial on how to use the Disk Utility to resize a partition can be found here.

link|improve this answer
If you're having any problems using Disk Utility, then repair the drives using Disk Utility. You can also use iPartition but for a simple case like this there's no need to pay for 3rd party tools. – alimack Feb 18 '10 at 10:06
feedback

Your Answer

 
or
required, but never shown