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?
Post here if you are a new Porteus member and you're looking for some help.
Vic
rych
Rava
rych
Ed_P
What Am I Doing Wrong?
Post#21 by nanZor » 10 Nov 2023, 00:47
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
nanZor
- 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?
Post#22 by Rava » 10 Nov 2023, 17:21
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.
Rava
What Am I Doing Wrong?
Post#23 by Otto » 11 Nov 2023, 23:57
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.
Otto
- Ed_P
- Contributor
- Posts: 8960
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
What Am I Doing Wrong?
Post#24 by Ed_P » 12 Nov 2023, 07:53
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
Ed_P