Creating Partitions for Shared Areas and User Home folders

If you want to make use of Disk Quotas and Remote Installation Deployment tools, you will need to have separate partitions/drives to store the areas on.  It is generally good practice to have at least 2 or more partitions on your Windows Server 2003 machine. Using partitions allows for the logical grouping of files and…

If you want to make use of Disk Quotas and Remote Installation Deployment tools, you will need to have separate partitions/drives to store the areas on.  It is generally good practice to have at least 2 or more partitions on your Windows Server 2003 machine.

Using partitions allows for the logical grouping of files and resources, this should also make disaster recovery simpler to implement.  By keeping Operating System files separate from the data side of things, you could take a backup of your Operating System partition on DVD for quick recovery by using something like Ghost to make the DVD.  Restoring System state can then be done from the last tape or online backup.  Taking the approach could reduce the downtime of the server.

If you have followed the guide for installing a new 2003 server, then you will already have left sufficient space on your hard drives to allow for the creation of new partitions.  Once partitions have been assigned, they can’t be changed easily without the use of specialise software, or wiping them out and starting again.

In this article I will be creating 2 new partitions, E: for my User Home directories and G: for my shared applications space, remote installation space and Software deployment.

To access the Disk Management utility in Windows Server 2003; follow the menu route Start > Administrative Tools > Computer Management.  This will load up the Computer Management console. 

kb/server/newpartition003.png

Under the storage branch, choose Disk management.  A visual representation of the available disk drives along with allocated and free space is displayed.

In the example above, 20 GB has been allocated to the C: drive.  This is the Operating System drive which is used to store Windows Server 2003 and other Server/service applications.

Create a New Partition

Using the Disk Management utility, right click in the Unallocated disk space, then choose New Partition.  A wizard will be started, click Next at the Welcome page.

 kb/server/newpartition004.png

Choose the type of partition that you would like to use.  In most cases a Primary partition will be sufficient; however it is not possible to have any more than 4 partitions on a normally formatted hard drive.

 kb/server/newpartition005.png

On the next page, choose how much space you want to allocate to the new partition.  If you have no other uses for the remaining space on the disk, then allow the Wizard to use all of the available space.  In this example I am going to allocate 20GB (1024 x 20 = 20480Mb).

 kb/server/newpartition006.png

Choose a drive letter to assign to the new partition.  I have already planned on using the letter E: for this new drive, but you could choose something that makes the most sense to you.  For example U: for the Network Users Space.

 kb/server/newpartition007.png

Choose the formatting options for the new partition, and then click next.

 

At the end of the Wizard, confirm your choices by clicking the Finish button.  The Wizard will now create and format the new partition.  Depending on the speed of the disk drive during the formatting, the new disk will be available to use when complete.

Create any additional partitions, by repeating the same process as you have just read.  For my system I have used the remaining space to create Partition G:

 

Once the formatting has been completed, the drives will appear in Disk Management and will be available to use.

 

Similar Posts

  • Group Policy Management Console

    If you have been using Windows 2000 and Windows 2003 server platforms with Active Directory, you will already be aware of the power and flexibility that Group Policy can provide within the domain. Until recently Group Policy management was only available by using the Active Directory Users and Computers MMC snapin’s at the server or workstations…

  • Planning a School Network

    ICT is major part of the school curriculum, the use of computers and IT resources has grown exponentially and continues to grow.  Almost gone are the days of running a few standalone PCs, or running a Peer to Peer Internet enabled network.  It is time to embrace the centralised server environment.  It isn’t as complex as…

  • Active Directory Bulk Editor

    Ever need to change a single property of a whole set of user accounts.  I had to change the Home Drive letter assigned to over a 2000 accounts on a Windows 2003 Active Directory Domain recently.

  • Installing a new Windows Server 2003 Domain

    Getting a company to setup and install your network will always be easier than planning and deploying your own network solution, but if you have the time and are willing to learn then you can save your school some money.  This guide will attempt to help you to setup a Windows Server 2003 Domain for…

  • Desiging and Implementing a Folder Structure

    When planning for your Server enabled environment, it is important to think about how the server resources will be managed.  Where are the user home folders going to live, how will these be accessed and will you require any type of public or resource folders.