devcynic Posted January 18, 2008 Posted January 18, 2008 I am using this guide to make my Unattended Windows CD... http://unattended.msfn.org/unattended.xp/view/web/1/On the part, where it comes, that » I want to manually control my partitioning and formatting options...If you prefer to manually choose a partition during text-mode setup with full control on choice of file system, then make sure you have these lines set as they are under the [Data] and [unattended] sections in winnt.sif:[Data]AutoPartition=0[unattended]FileSystem=*If you want to automate this process with exact specifics on drive letters, partition sizes and file systems, you may want to consider using Bart's PE and diskpart.Link: http://unattended.msfn.org/unattended.xp/view/web/7/So, basically I want to automate this process to create, a 10gb C: drive and the rest for my D: drive... I have a 40gb harddisk. However, I donot know how to use Bart's PE and diskpart, though I've downloaded them both... Any help would be most appreciated...
hj_fr Posted January 21, 2008 Posted January 21, 2008 You can use diskpart scriptdiskpart /s diskpart.txtdiskpart.txt:select disk 0cleancreate partition primary size=10000activeassign letter=ccreate partition primary size=30000assign letter=dexit
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now