| Member with 66 posts. | | Join Date: Jul 2010 Location: Chicago, IL | |
Here are a couple requirements to extend partitions.
The following are the requirements for the extend command:
• The volume must be formatted with the NTFS file system.
• For Basic volumes, the unallocated space for the extension must be the
next contiguous space on the same disk.
• For Dynamic Volumes, the unallocated space can be any empty space on
any Dynamic disk on the system."
As DVOM suggested with his question, if the unallocated space is not the next contiguous space on the disk then you will not be able to extend a basic volume.
If this is the case then it leaves two options that I can think of.
1. Keep everything as a basic disk. Create 2 new partitions from the unallocated space, format them with NTFS, one of the new partitions will be 10 gig the other one 30 gig. Create a brand new empty folder on C: and mount the 10 gig partition in that folder, do the same for d: but use the 30 gig partition.
2. Convert everything to dynamic disk. This will allow you to use any unallocated space anywhere.
Thanks. |