Hi nheather.
Would you please let everyone know what third party software you used and any additional info you feel like sharing?
It might save someone a little time.
Vic
What Am I Doing Wrong?
What Am I Doing Wrong?
Tip: While the above is true, if the windows formatter won't format super large drives to fat32, and forcing one to use exfat instead, the Rufus utility for windows will format in fat32 for super large drives. (Ie, instead of picking an iso, drop down to non-bootable and also change to fat32)FAT32 support drives up to 2 terabytes and files to 4 GB.
That's a UNIX book - cool. -Garth
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
What Am I Doing Wrong?
The standard Linux way formatting a drive in FAT32 results support for in files up to 4 GB.nanZor wrote: ↑10 Nov 2023, 00:47Tip: While the above is true, if the windows formatter won't format super large drives to fat32, and forcing one to use exfat instead, the Rufus utility for windows will format in fat32 for super large drives. (Ie, instead of picking an iso, drop down to non-bootable and also change to fat32)
But you meant how to format such a drive in Windoze and not in Linux, I suppose.
What Am I Doing Wrong?
You suppose to use windows disk management to format your usb.Okay, in Windows it won't allow FAT32 to be selected when formatting a 64GB memory stick.
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
What Am I Doing Wrong?
These are the notes I use for doing it.
Code: Select all
## Run GParted to partition & format the USB drive with a msdos Partition table. ##
## Use GParted's View > Device Information to check Partition Table type. ##
## Use GParted's Device > Create Partition Table if Partition Table shows as GPT.##
## Or under Windows use: ##
## > diskpart * Run Command Prompt with Admin Rights. ##
## > list disk ##
## >.... ##
## > select disk 1 * Note: disk nbr is the nbr of the USB disk ##
## > clean ##
## > create partition primary ##
## > exit