Convert to NTFS During an Unattended Installation

As you know FAT file systems offer very little in the way of security. Therefore its always wise to format your drives to use the NTFS file system, where you gain the ability to control access to files and directories on a per user basis. While

ITPro Today

April 23, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

As you know FAT file systems offer very little in the way of security. Therefore its always wise to format your drives to use the NTFS file system, where you gain the ability to control access to files and directories on a per user basis.

While formatting a drive to NTFS is straight-forward work, performing that conversion during an unattended installation of Windows NT may not be straight forward for you.

To convert a FAT file system to NTFS during an unattended installation, first copy the I386 or Alpha directory from the installation CD onto your hard disk. These instructions assume you copied the I386 from the CD to the I386 directory on your hard disk.

Expand the file I386INITIAL.IN_ to I386INITIAL.INF. Once expanded, rename the I386INITIAL.IN_ to I386INITIAL.BK_. Edit the SetAcls section of the I386INITIAL.INF file, changing the line "set Convert_Winnt = $($1)" to "set Convert_Winnt = YES". Now save the file and run the unattended installation, where the file system will be converted to NTFS during the installation process

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like