| Search: | Browse by Category: |
| How do I see the expanded storage on my cloud server? |
Linux - Expand root filesystem Add the disk to LVM as a Physical Volume: # pvcreate /dev/hdb1 Determine the Volume Group name and add the new PV to the volume group # vgs
# cat /etc/fstab (Note the logical volume name assigned to the root mount # lvextend -l 100%FREE VolGroup00/LogVol00
# resize2fs /dev/VolGroup00/LogVol00 Now all of the space is available to your root partition.
Windows Server 2003 - add D drive Open Start > Administrative Tools > Computer Management Click Disk Management. The "Initialize and Convert Disk Wizard" will open. Go through the wizard accepting the default settings. Right-click on the unallocated partition space and select New Partition. Accept the default values in the wizard to use all available space in the new D drive. Click Finish. The D drive will be available for use once the formatting process completes.
Windows Server 2008 - add D drive Open Server Manager Expand Storage and select Disk Management. The Initialize Disk dialog will appear. Click OK to initialize the disk. Right-click the unallocated space and select New Simple Volume. Accept the default values in the New Simple Volume wizard to use all the space in the new D drive. The D drive will be available once the formatting process completes.
Last update: 02:39 PM Friday, December 11, 2009 |

