December 30, 200421 yr is there a way to non-interactively convert a fat32 partition to ntfs?I triedconvert d: /fs:ntfs /xBut then I have to type in volume label.So then I triedlabel d: nameecho name | convert d: /fs:ntfs /x(label is needed, because I can't always know the disk label beforehand). But this doesn't work, as I get an error regarding invalid label name.THanks,~S
December 31, 200421 yr Adding this to your winnt.sif should convert all of your FAT32 columes to NTFS... [Unattended]FileSystem = ConvertNTFSI searched all over but couldnt find a single thing that lets you automatically convert a specific volume without any user interaction. Only thing I could think of was use a VBScript to do it..
December 31, 200421 yr Hrm... This link kinda makes it sound like it converts your fat32 file systems to ntfs...When upgrading, you can customize the [unattended]section of your answer file to convert FAT32 file systems automatically to NTFS.ur probably right though.. Im really surprised there isnt a way to do this without user interaction..
December 31, 200421 yr There is a way to do everything....For the below purpose, I'd say boot into WinPE environment, then have it execute a CMD which will run a diskpart script, and after that load XP setup. All of it can be done in an automated manner. Sample diskpart script (*VERY* example-ish... so you have to make your own by looking at the EXE's help):select disk 0select partition 2assign Y:exitconvert /whatever Y: ntfsWHATEVER_ELSENow, I don't know whether you want to recursively convert all partitions, or convert only specific ones...Now, WinPE is very complex, and you'll be better off doing the conversion by yourself, if you only need to do it for a few PCs.
January 2, 200521 yr not sure if you can do this, but u kan repartition the entire drive using winnt.sif Repartition = 1that reformats the entire drive..
Create an account or sign in to comment