ProLiant Deployment and Provisioning
1753788 Members
7754 Online
108799 Solutions
New Discussion юеВ

Re: createing logical drives

 
City_Blue
Super Advisor

createing logical drives

Hi

is there a way i can create a logical drive with RDP

say i have 2 x 146gb Hdd in a raid 0 but want to create 2 x 60gb partitions

what would i do

cheers
3 REPLIES 3
Cederberg
Honored Contributor

Re: createing logical drives

During installation or with existing OS?
City_Blue
Super Advisor

Re: createing logical drives

i am looking at during installation when creating a new server

but if you have ddetails on both that would be good

cheers
Adrian Clint
Honored Contributor

Re: createing logical drives

If you are doing scripted builds then you need to know the initial size of the partition and they you set the unattended file to expand by xMB to give you 60GB.

Then as the final task in the job you send a blank NTFS partition but specifying in the task flags that its the 2nd partition on the first disk and has a size of 60GB (or to fill the rest of the disk)

If you are imaging an install then you just specify the 1st partition size as 60GB in the image task.

If its an existing OS then you just repeat step 2 as above (but you have to tweak which OS you want to run the command in)

If you want specifics - which one do you want to start with?