-3

I've been trying several times to burn an ISO file to my USB, even with Unetbootin, on Ubuntu it doesn't seem to work at all, how come when I download the software that it suggests me to use, and it doesn't works how to fix that issue?

Even if I try to reboot my pc it gives errors that it doesn't reads the USB?

Tim
  • 33,500

1 Answers1

2

By default this is how it's made and look like:

FAT = Maximum file size is 2 GB.

FAT32 = Maximum file size is 4 GB.

NTFS = File size limited only by size of volume.

As you can see this is the support of the file/image size that supported by each system/partition table.

So, if you're planning on using files larger than 4GB it is recommended to use NTFS nowadays. How to format a USB or external drive?

JoKeR
  • 7,062