Formatting NTFS ---> FAT32

Page 2 of 2 FirstFirst 12

  1. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
       #11

    You're welcome Golden. Please let us know how it went. :)
      My Computer


  2. Posts : 19,383
    Windows 10 Pro x64 ; Xubuntu x64
    Thread Starter
       #12

    Mmmm...there is an issue:

    Code:
     
    Z:\>format z: /X /FS:FAT32 /Q
    The type of the file system is NTFS.
    The new file system is FAT32.
    WARNING, ALL DATA ON NON-REMOVABLE DISK
    DRIVE Z: WILL BE LOST!
    Proceed with Format (Y/N)? y
    QuickFormatting 476937M
    Volume dismounted.  All opened handles to this volume are now invalid.
    The volume is too big for FAT32.
    Z:\>
    I also tried using the /A:1024 switch but get this:

    Code:
     
    Z:\>format z: /X /FS:FAT32 /Q /A:1024
    The type of the file system is NTFS.
    The new file system is FAT32.
    WARNING, ALL DATA ON NON-REMOVABLE DISK
    DRIVE Z: WILL BE LOST!
    Proceed with Format (Y/N)? y
    QuickFormatting 476937M
    Volume dismounted.  All opened handles to this volume are now invalid.
    The specified cluster size is too small for FAT32.
    Z:\>
    Using A:/2048, A:/4092 or even A:/32K gives the same error.

    The tool Clinkz linked to works great and gets the job done, but I'd like to understand where I am going wrong with the DOS command.

    Regards,
    Golden
      My Computer


  3. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
       #13

    Hello Golden,

    It looks like you should have used the command below to have 4K as the cluster size (unit size) instead. A few items were out of order as well.

    format z: /FS:FAT32 /Q /A:4096 /X
      My Computer


  4. Posts : 19,383
    Windows 10 Pro x64 ; Xubuntu x64
    Thread Starter
       #14

    Thanks Brink. Mmmm....still a no-go apparently:

    Code:
     
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\Colin>z:
    Z:\>format z: /FS:FAT32 /Q /A:4096 /X
    The type of the file system is FAT32.
    Enter current volume label for drive Z: USB Book
    WARNING, ALL DATA ON NON-REMOVABLE DISK
    DRIVE Z: WILL BE LOST!
    Proceed with Format (Y/N)? y
    QuickFormatting 476937M
    Volume dismounted.  All opened handles to this volume are now invalid.
    The specified cluster size is too small for FAT32.
    Z:\>
      My Computer


  5. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
       #15

    It appears to be a limitation due to the size of the volume that only a 3rd party program can overcome.
      My Computer


  6. Posts : 19,383
    Windows 10 Pro x64 ; Xubuntu x64
    Thread Starter
       #16

    No problems - thanks Brink.

    For anyone else that may have this issue : use the 3rd pary application FAT32FORMAT as linked in Post #4 by Clinkz.
      My Computer


  7. Posts : 391
    Windows 7 Professional x64 Backtrack 4 R2
       #17

    Let the power of FAT32FORMAT be known to all! And glad it helped you out mate.
      My Computer


 
Page 2 of 2 FirstFirst 12

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

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