twindude Posted July 30, 2004 Posted July 30, 2004 Does anyone know how or has created an unattended partitions?I have read some things on Diskpart/aefdisk..Is it possible to partitions the HDD to 3 partitions on the fly?1-c-8GB logical1-d-10GB logical1-e-10GB logical
Vann Posted July 30, 2004 Posted July 30, 2004 The unattended process cannot do this, you'll have to use something like WinPE or BartPE to partition and format the drive, and then run the Windows Setup utility. All that can be automated completely.
twindude Posted July 30, 2004 Author Posted July 30, 2004 well then............I'm working on have GDisk do it right now.........may have to add a few things but I have a friend that says gdisk will do it.........i'll have to let you know.....
Vann Posted July 30, 2004 Posted July 30, 2004 That's a lot of periods you have there. Anyways, yes, I've been told that Norton's gdisk is able to do it also.
twindude Posted July 30, 2004 Author Posted July 30, 2004 OK Gdisk will allow you to carve up the disk.......but after doing some thinking and testing the smartest way I think to do this is1- use gdisk to create first logical partition and leave the rest un-partition2- load windows in the first partition3- then use the disk mgr from within windows to do the partitioning of other drives this way you don't have to resize and only create the other ones..an Unattned wants all of the physical space it sees............
Vann Posted July 30, 2004 Posted July 30, 2004 No, you can tell the unattended install to just use the first partition it sees, and to not touch it in any way. The options are Repartition="No" and FileSystem=* I think.
twindude Posted July 30, 2004 Author Posted July 30, 2004 do i need to partition before windows starts.....?if so how.... winnt.sif with diskpart?bart PE?not sure i'm lost on this partitioning things...
MCT Posted July 30, 2004 Posted July 30, 2004 look in ref.chm file in the windows deployment pack.. it will give u info on partitioning & the commands/examples that go with it in winnt.sifregards
twindude Posted July 30, 2004 Author Posted July 30, 2004 I don't understand the sysprep......can i just add the disk [diskconfig] to my winnt.sif file? if so, where top/bottom?[DiskConfig]Disk1 = First.Config[First.Config]WipeDisk = YesSize1 = 8000FileSystem1 = NTFSSetActive1 = YesPartitionType3 = LogicalSize2 = 10000FileSystem2 = NTFSPartitionType3 = LogicalSize3 = 10000FileSystem3 = NTFSPartitionType3 = Logicalnot sure who to do the sysprep stuff, it looks to be the same as winnt.sif but not sure where to place 'what' file where...........?
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