Jump to content

Full NTFS Partition


Recommended Posts

I'm trying to do a FULL NTFS partition not the quick. But with these commands in my answer file, it's still doing a QUICK NTFS partition. Is there something i'm not doing correctly?

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

WaitForReboot=No

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

FileSystem=NTFS

Repartition=Yes

UnattendSwitch="Yes"

Thanks,

nshah786

Link to comment
Share on other sites

  • 2 weeks later...

  • 3 weeks later...
try adding this to your winnt.sif:

[DiskConfig]
   Disk1="Disk1.config"
[Disk1.config]
   Size1="*"
   PartitionType1="primary"
   FileSystem1="ntfs"
   Quickformat1="yes"

Quickformat1="yes"?

Wouldnt that mean to perform a Quick format and not a full?

Link to comment
Share on other sites

Does somebody know if this [DiskConfig] code works?

I've been looking in the deploy.chm file for SP2 and I didn't find anything about it!

I've only ever seen it in a winbom.ini file, so I don't know if it works in a unattend.txt or winnt.sif file (I suspect it doesn't)...

Link to comment
Share on other sites

  • 2 weeks later...

RE: Full format vs Quick format. Full format is slightly safer. Quick format may not notice bad sectors, etc

There is no key available for winnt.sif that will make Setup perform a full format rather than a quick format. If you need to do full format you'll have to do this by hand. May I suggest WinPE? :)

RE: Disk Config section.

-it's not supported in any answer file except WinBom.INI

-Yes it is supported in SP2 in Winbom.ini

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...