I'm deleting my Windows 10 update and want to perform a clean installation. Like many others, I'm going to install it from my usb drive. I've the iso and using Rufus to create the bootable drive. Well, my question is which file system I'll choose to format it before burning? I watched a video on youtube where the guy used NTFS but didn't say anything about it. But I want to keep it in FAT32. Is it really necessary to use NTFS?
-
@Ramhound -- that's not exactly true. UEFI has no problem booting from NTFS (or any other file system) as long as the relevant file system driver has been loaded. The UEFI specs mandate FAT32 to always be present, but some firmwares do provide a native NTFS UEFI driver, and Rufus can also create bootable flash drives that loads an NTFS driver to boot an NTFS partition if needed. So FAT32 is not required -- NTFS will work just as well for a drive created with Rufus. [disclaimer: I am the author of Rufus]– AkeoCommented Aug 14, 2016 at 12:48
-
Yeah, but you can create a small FAT32 partition that loads an NTFS driver and voila, NTFS boot from UEFI. And as I mentioned, some firmwares (e.g. intel NUC, some Gigabyte, etc.) have native NTFS driver support, and those are becoming more and more common, so your statement that UEFI "requires" FAT32 is already factually incorrect for those. If you have a NUC and copy a Windows ISO to an NTFS partition, it will boot in UEFI mode without problem.– AkeoCommented Aug 14, 2016 at 20:53
-
Furthermore, in most cases, it's not that difficult to add an NTFS driver to your existing firmware, to achieve direct NTFS boot from UEFI.– AkeoCommented Aug 14, 2016 at 20:58
Add a comment
|
1 Answer
That depends on the size of your .iso if it is below 4 GB then you can proceed with FAT32 but if it is greater than 4 GB you should format it using NTFS.
This is because FAT32 only supports individual files up to 4GB in size and volumes up to 2TB in size,while NTFS has much higher theoretical limits.