/build/static/layout/Breadcrumb_cap_w.png

Creating 2 or more partition on KACE deployment

This is my first post i will be updating more and more soon with videos and images

Creating 2 or more partition on KACE deployment 

for creating partition we need to create a diskpart script on DELL KACE

Go to library / pre-installation task
choose action / Add new disk part script 


Diskpart script with 2 partitions
select disk 0
clean
create partition primary size=102400 
select partition 1
format quick fs=ntfs label=OS
active
assign letter c
create partition primary
select partition 2
format quick fs=ntfs label=DATA
assign letter d
exit


the above example create "C" partition size = 100GB with label "OS" and d partition size = rest of the available space with label "Data"


Diskpart script with 3 partitions C, D, E
select disk 0
clean
create partition primary size=102400 
select partition 1
format quick fs=ntfs label=OS
active
assign letter C
create partition primary size=102400
select partition 2
format quick fs=ntfs label=DATA
assign letter D
create partition primary 
select partition 3
format quick fs=ntfs label=BACKUP
assign letter E
exit
the above example create "C" partition size = 100GB with label "OS",  "D" partition size = 100GB with label "Data", E partition size = rest of the available space with label "BACKUP"

for more detail on disk part command visit http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx 



Comments

This post is locked

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ