Unable to process FAT32


  1. Posts : 12
    Windows 10
       #1

    Unable to process FAT32


    Hi,

    My laptop is running windows 10.0.16299.248 and suddenly it is unable to read FAT32 partitions.

    Plugging in a USB flash drive formatted with FAT32 file system, the system will complain of it needs to be formatted.

    Creating a FAT32 partition in the laptop hard drive the format will not complete, with error message "process cannot be completed".

    How can I remedy this? Any thoughts besides reinstalling my system?


    Thank you
    HEnry
      My Computers


  2. Posts : 158
    Windows 10
       #2

    Have you tried another usb drive? To make sure the usb is formatted correctly perform the following. Why do you want to use fat32 instead of ntfs?

    Run the following command from command prompt

    diskpart
    List disk
    select disk 1 (very Important to ensure you select the correct # of your USB drive)
    clean
    create partition primary
    format quick fs=ntfs quick (change ntfs to fat32 if needed)
    assign

    If you need more help to determine the correct drive to select, then after running
    list disk command take a picture of your screen and upload

    or you can do the following

    Right click on the top bar command window
    Left click on Edit then Select Alloesnt
    Right click on the top bar again
    Left click on edit then copy
    paste into your reply
      My Computer


  3. Posts : 1,255
    Windows 10 Pro
       #3

    Also be aware that Microsoft utilities will not format a partition as FAT32 if it is larger then 32 GB. Third party utilities can do this.
      My Computer


  4. Posts : 14,007
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #4

    One other issue not mentioned much is if Windows creates a FAT32 partition on a 64GB or larger drive it may not see the remaining unallocated space. I use the free bootable GPARTED LiveCD to work with partitioning or a Linux LiveDVD that contains GPARTED, have formatted a 500GB External USB drive as FAT32 which Win10 can read.
      My Computers


  5. Posts : 4,224
    Windows 10
       #5

    Gee Berton that sounds like it would make a great tutorial: "Format a Large External USB Drive as FAT32 for Windows 10" If you'd like to do this together, having now done one, I could pitch in and help. Great topic!
    --Ed--
      My Computers


  6. Posts : 31,630
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #6

    gnulab said:
    My laptop is running windows 10.0.16299.248 and suddenly it is unable to read FAT32 partitions.

    Plugging in a USB flash drive formatted with FAT32 file system, the system will complain of it needs to be formatted.

    Creating a FAT32 partition in the laptop hard drive the format will not complete, with error message "process cannot be completed".

    How can I remedy this? Any thoughts besides reinstalling my system?
    The very first thing to try is simply to click the Power button in Start and select Restart. This fixes lots of things that have apparently stopped working properly.

    If you still have problems after that, work through...
    sfc /scannow - Run SFC Command in Windows 10
    Dism's RestoreHealth - Use DISM to Repair Windows 10 Image

    ...and if they can't fix it, an in-place repair upgrade will reinstall Windows while keeping all your installed apps and documents.

    Repair Install Windows 10 with an In-place Upgrade
      My Computers


  7. Posts : 5,478
    2004
       #7

    EdTittel said:
    Gee Berton that sounds like it would make a great tutorial: "Format a Large External USB Drive as FAT32 for Windows 10"
    I think it is a bad idea. Apart from other considerations (security, journaling etc), with FAT32, as the volume size grows so does your cluster size and you waste more and more space (NTFS is 4KB for everything by default up until 16TB: Default cluster size for NTFS, FAT, and exFAT).

    This is how cluster size is affected for FAT32:
    PHP Code:
    Partition Size ----- Cluster Size ------ Number of Disk Sectors (512 bytes/sector

    <
    260MB ------------- 512 bytes --------- 1
     260MB 
    8GB ------- 4KB --------------- 8
       8GB 
    16GB ------ 8KB --------------- 16
      16GB 
    32GB ------ 16KB -------------- 32
    32GB ------------- 32KB -------------- 64 
    According to here the book Using Windows 98 Second Edition says anywhere from 33% to 66% of the space on a FAT32 partition can be wasted depending on how many small files are present." Drives are bigger now than 20 years ago so it would be even worse.

    It might be a good idea for a disk shared between different operating systems holding only massive files (movies for example) that didn't need any security. Otherwise there are better solutions.

    I think MS picked a good (possibly too large) cutoff at 32GB with XP.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:05.
Find Us




Windows 10 Forums