I have a Windows 2008 Enterprise server (SP2, not R2) OS and I discovered (to my horror) that a previous administrator had setup the system reserved partition using FAT32. This is my main web server and FAT32 systems are not allowed on my company's domain. Here is the Disk info:
C:\ Partition (NTFS) - 1TB - Main Windows partition - 70% free
F:\ Partition (FAT32) - 1.3GB - Reserved System partition
I think I need to create another NTFS partition and move system reserved this new NTFS partition. However, I've never done this before and I'm not sure how to proceed. I have a feeling it's not as simple as copying files off the existing partition, formatting the partition to NTFS, and then copying the files back. I don't want to hose this server and re-installing Windows is not an option.
More information:
https://technet.microsoft.com/en-us/magazine/gg441289.aspx
And if you want to convert a FAT file system to NTFS - ASSUMING YOU ARE CERTAIN THIS ONE IS NOT CRITICAL TO WINDOWS - simply type CONVERT X: /FS:NTFS where X is the drive letter you want to convert.