NTFS vs FAT32 vs exFAT - Everything You Need To Know

Sdílet
Vložit
  • čas přidán 28. 05. 2024
  • Like JavaScript Frameworks there are way too many filesystems in the world. When it comes to Windows the three main file systems are NTFS, FAT32, and exFAT. But what are the differences? And which one should you be using? Let's find out.
    Introduction to Android app development: www.dgitacademy.com
    Let Me Explain T-shirt: teespring.com/gary-explains-l...
    Twitter: / garyexplains
    Instagram: / garyexplains
    #garyexplains

Komentáře • 260

  • @_..---
    @_..--- Před 3 lety +165

    imagine how cool it would be if Gary was your professor

    • @Alexus00712
      @Alexus00712 Před 3 lety +19

      I accidentally misread that as processor, lmao

    • @GaryExplains
      @GaryExplains  Před 3 lety +34

      True, I don't have a Ph.D. only a B.Sc. (Hons). But I guess if I was a professor at University then getting the Ph.D. would be part of the career path.

    • @lucius1976
      @lucius1976 Před 3 lety

      For external drives with using Linux and Windows i use only EXFat, but always format it in Windows not Linux. If i did the the latter Windows could not read it

    • @Jeff44
      @Jeff44 Před 3 lety

      Isn't it the case that Professor is just a job title but Phd is an actual qualification. It's
      generally required to have the latter to have any chance of the former.

    • @KTHKUHNKK
      @KTHKUHNKK Před rokem +1

      Wow amazing.
      I see that you occasionally reply back to your fans so I am going to subscribe.
      The reason I was watching your video is I wanted to know more about exFAT
      Due to the fact that's the file system that is on my drone SD card.
      Which I believe is a
      32 GB
      Great info thanks
      Keith

  • @chrisarmstrong8198
    @chrisarmstrong8198 Před 3 lety +43

    Gary, could you please do a video on GPT, MBR, UEFI, BIOS, etc for Windows.

    • @aaroninclub
      @aaroninclub Před 3 lety +2

      yes because it can cause a real headache when using multiple FSs on the same drive like I do!!!!

    • @swarnavasamanta2628
      @swarnavasamanta2628 Před 3 lety +4

      All of those terms are not exclusive to windows but all x86 OSes

  • @NedalHanna
    @NedalHanna Před 3 lety +84

    Just remember if you format an external harddrive FAT32, you cannot store files larger than 4 GB on it.

    • @armannn6376
      @armannn6376 Před 3 lety +10

      Fat32 is almost deprecated, you can use exFat to get good compatibility and being able to save larger files

    • @aaroninclub
      @aaroninclub Před 3 lety +7

      so it’s terrible for HD movies etc...

    • @lugasing69
      @lugasing69 Před rokem +1

      even usb flash drive?

    • @NedalHanna
      @NedalHanna Před rokem +2

      @@lugasing69 yes. You cannot store larger than 4 GB files on flash drives either with fat32 format. That's why I instantly format every USB drive I get to exFat

    • @kwaminaalpha1649
      @kwaminaalpha1649 Před 10 měsíci

      @@NedalHannaWhat about NFTS?

  • @LetrixAR
    @LetrixAR Před 3 lety +13

    4:35 - The partition table tab also affects compatibility. I remember my father buying multiple USB drives because wouldn't work on the TV because I flashed Windows with GPT. It took me a while to know that GPT wasn't compatible. Replaced with MBR and worked again.

  • @EnsignRho
    @EnsignRho Před 3 lety +21

    Was hoping for some internal mechanics, like how FAT physically works on the disk. How NTFS, ext4, JFS, etc. work.

    • @AndreVanKammen
      @AndreVanKammen Před 2 lety +1

      The FAT has a table of numbers that form linked lists (every number contains the index of the next number). The directory entry has a list of files and their names (12 letters in my time). The entry contains the length in bytes and the index of the 1st FAT entry. These FAT numbers of 8, 12 , 16 or 32 bits are multiplied by a blocksize to get a position on the disk to store the file or directory.

  • @petrslavik4356
    @petrslavik4356 Před 3 lety +2

    Thanks for a very nice and informative video, Gary! Will you continue in this fashion and discuss filesystems related to Linux and macOS?

  • @CanadairCL44
    @CanadairCL44 Před 3 lety +1

    Thanks Gary, that was well explained!

  • @valitocardoso4643
    @valitocardoso4643 Před 3 lety +4

    Thank you professor Gary! 👍

  • @sandysalgotra1982
    @sandysalgotra1982 Před 3 lety +1

    Thanks a ton Gary for this vid. Wanted to understand this since long. Crystal clear now.👍👍👍👍

  • @raserapps8230
    @raserapps8230 Před rokem +1

    really interesting, learnt a lot from this!
    Sometimes when I run a live USB linux distro, I run out of space fast when theres still lots of room on the USB drive. Even when I do a persistence mode USB, it tends to do like 4 to 5GB with the OS filesystem then the persistence partition is seperate - but locked down. This has given me an idea to try different filesystems. thanks

  • @0LoneTech
    @0LoneTech Před 3 lety +4

    There's also the very rarely mentioned option that is supported by all major operating systems: UDF. It is used on DVDs and CD-RW, but can be used on other block media too.
    en.wikipedia.org/wiki/Universal_Disk_Format#Compatibility
    Cameras and such tend to follow SD and Design rule for Camera File system specifications, which include use of FAT/FAT32/ExFAT.
    A weakness of UDF nowadays is volume size; it runs into limits over 2TiB, which hard drives and SSDs have now reached. It seemed pretty big back in 1995. It's not a hard problem to solve (FAT has had 6 such generation bumps), but interest is limited since Blu-Ray hasn't reached that size.

  • @dragline.
    @dragline. Před rokem

    Great explainer. Helpful. Thank you

  • @miladini1
    @miladini1 Před 3 lety

    Hi Gary, very informative! Thanks!

  • @walterpark8824
    @walterpark8824 Před 3 lety +2

    Excellent summary. Even though I use all of these on Win and Linux, there,was new info here for me.
    Will you please do a similar review of 5 or 6 major linux file systems. I'd like to know more about BTRFS and ZFS especially. Thanks, as always.

  • @shobeirasayesh6378
    @shobeirasayesh6378 Před 3 lety +1

    Fantastic simulation of the sound of putting a file/directory to trash bin @ 7:40
    Appreciate your video.

  • @Far3oan
    @Far3oan Před rokem

    thanks alot for detailed explanation 👍🏻

  • @reneseib6532
    @reneseib6532 Před 2 lety

    Wow what a good way of explaining, thank you

  • @gdthegreat
    @gdthegreat Před 5 měsíci +1

    Hey man, thanks a lot for these videos.

  • @naeem8434
    @naeem8434 Před 3 lety

    Excellent explanation sir 👍

  • @Spike-qh2bb
    @Spike-qh2bb Před rokem +1

    Great perfect just what I needed to know.

  • @ssthapit
    @ssthapit Před 2 lety

    Was looking all over to find out if it is better to use NTFS on my external SSD if I am only ever going to use the drive on a PC and got the answer in the video. Thanks.

  • @kaiweihong311
    @kaiweihong311 Před 2 lety

    Thank you Professor Gary

  • @bapynshngain
    @bapynshngain Před 3 lety +2

    Thank you Sir Gary!

  • @shubhamdwivedi7766
    @shubhamdwivedi7766 Před rokem

    Sometimes I hear Gary Sins then I have to pause and check the channel name lol
    Nice explanation as always👍

  • @deadruss7574
    @deadruss7574 Před 5 měsíci

    Thanks for the helpful vid! Very much relevant information in 2023 now and this has helped me loads.

  • @christiansonio412
    @christiansonio412 Před rokem

    iOS 14 & iPadOS 14 started to support NTFS format as read-only but not writing to NTFS drive. It only support both read & write in ExFAT drive..

  • @nitrovenom991
    @nitrovenom991 Před 3 lety +6

    Gary saar please do a video on EXT4 vs F2FS or CRC and Fsync on vs CRC and Fsync on )( disabling CRC and Fsync increases storage speed by a lot! You need kernel level support to turn them off 🙄

  • @armonianumerica5830
    @armonianumerica5830 Před 10 měsíci

    thanks great info!

  • @Laszlomtl
    @Laszlomtl Před rokem

    Excellent, Gary! Laszlo Montreal Photog.

  • @ramosmanos
    @ramosmanos Před 3 lety +1

    I had an experience with recent (for that time) ubuntu 20.04 and I couldn't mount fat32-formatted flash drives. For this reason, now all my flash cards which I plug-in both to linux and windows machines, are formatted in ntfs. And yes, it seems this concerns only rw mode, when one needs to specify -o options for sudo mount. If read-only access is needed, it seems everything is mounted, but -o options are not required.

  • @kapilbusawah7169
    @kapilbusawah7169 Před 3 lety

    Thanks for lesson Prof

  • @TheSuccessfulLeader
    @TheSuccessfulLeader Před rokem

    Okay, Gary, you have pulled together in my mind why my new storage unit did not open up at the FedEx Store printer. Thank you!

  • @spaceiswater6539
    @spaceiswater6539 Před 3 lety +2

    I use Fedora-OS and it reads/writes to external NTFS hard-drives without any errors. Brilliant video Gary thank you so much for making it.

    • @YounesLayachi
      @YounesLayachi Před 3 lety +1

      That's likely thanks to ntfs-3g , built into pretty much every Linux distro now x)

    • @YounesLayachi
      @YounesLayachi Před 3 lety

      @@ahnafhabib7531 okay, I understand those barebones distros might not

    • @SnowyRVulpix
      @SnowyRVulpix Před 3 lety

      @@ahnafhabib7531 Arch does but you need to actually install it.

  • @gmolstad
    @gmolstad Před 3 lety

    what a perfect green screen! which camera, lights and keyer are you useing?

  • @dragounay
    @dragounay Před 3 lety +2

    Thanks for the video professor Gary 👍
    Can filesystem difference between Windows and Linux explain some speed difference ? As I always Linux file operations to happen faster than on Windows (such as copying, extracting, or just searching files)

  • @idcrafter-cgi
    @idcrafter-cgi Před 3 lety +6

    fun fact Linux can use allmost all filesystems that exist

    • @billmukholi7430
      @billmukholi7430 Před 3 lety

      I dual boot windows 10 & Ubuntu and I can read from the windows partition (C:), writing gets weird, I can only write when I restart windows then boot into Ubuntu

    • @ruru4855
      @ruru4855 Před 3 lety

      @@billmukholi7430 try turning windows fast boot off

    • @joe8663
      @joe8663 Před 3 lety

      And, almost no other systems can use linux file systems :)

  • @edwardmacdonald5453
    @edwardmacdonald5453 Před 10 měsíci

    Hi Gary love your videos. I need your help. (I am told) that in order for my usb's to play on a Marantz device I need to put this -(Sat- FAT 16-32 NB3) on the usb -How do you do this ?
    Regards Ed

  • @ezequielpedroza3865
    @ezequielpedroza3865 Před 2 lety +1

    That's really good

  • @andrewalex7873
    @andrewalex7873 Před 2 lety

    Cheers mate👍🏽

  • @markboss1398
    @markboss1398 Před 26 dny

    when using Rufus what "cluster size" do i want for a 64GB USB? web site suggested 32 kilobytes

  • @kbaudewyns7
    @kbaudewyns7 Před 2 lety

    Thank you! I was having so much trouble with this. I'm following an IT course and it's like the instructor is talking Chinese LOL. Watched this video and took notes and I'm ready to go : D

  • @aerospecies
    @aerospecies Před 3 lety

    Good video, plenty info but not even close to everything I need to know!!!

  • @uchiha_tobi2219
    @uchiha_tobi2219 Před 3 lety

    Mr. Gary please do a video ,which file system is used in Android and Apple iphones ?

  • @augustobarradas
    @augustobarradas Před 3 lety +2

    With such rich content Gary should be way over 1M subscribers by now ! Come one guys....spread the word ...

  • @donerdoner2272
    @donerdoner2272 Před 8 měsíci

    Thanks sir in my country nobody youtuber can explained

  • @olafschermann1592
    @olafschermann1592 Před rokem +1

    Please make a comparison NTFS vs. ReFS. ReFS should support Hyper-V and Deduplication nowadays.

  • @tlmoller
    @tlmoller Před 3 lety +4

    External HD I would for sure use NTFS. exFAT has no advantage as you would still need drivers in other systems. SD cards something different and fine for exFAT.

    • @Eric-jt9nj
      @Eric-jt9nj Před 3 lety

      I am covering my 1tb external HDD from NTFS to exFAT in order to be able to back up files not only from my windows laptop but from my MacBook too. Currently, working on Mac I can only read from the external HDD but can't write🤷

    • @Spike-qh2bb
      @Spike-qh2bb Před rokem +1

      We be backing up my games Xbox S console and Steam games on PC so need exFAT using external hard drive.

  • @nextlifeonearth
    @nextlifeonearth Před 3 lety +3

    You can format an sd card as ntfs, you can easily install an ntfs driver on Linux so you can read and write.
    IMO transferable solid state storage should all just use xfs. It's open source, flexible, optimised for solid state storage etc. Apple and Microsoft should just agree on this one, exfat is terrible, there is no reason not to use a journaling file system in this day and age.

    • @ekeretteekpo3004
      @ekeretteekpo3004 Před 2 lety

      Do you think that one could format an SD card as ext4 or xfs or even btrfs?

  • @CodeWithDevvin
    @CodeWithDevvin Před 5 měsíci

    yet it did show up on the yt algo im subscribing

  • @SpcFilho
    @SpcFilho Před 2 lety

    Awesome!

  • @ramosmanos
    @ramosmanos Před 3 lety

    Can anyone explain me why my new usb 3.2 flash card is so slow sometimes? I go quite deep in subdirectories (maybe 3-5) and at some point I have to wait dozens of seconds while next directory is shown. And it contains just a few elements, not hundreds thousands. Flash is ntfs-formatted, 64 gigs total capacity, it's occupied to 50-60%, and I use windows file explorer. Now I realize that it's better to format it in exFAT, but I'm not sure I can mount it in linux then.

  • @andreydavydov6417
    @andreydavydov6417 Před 3 lety

    Should i use exFAT for my USB flash drive, or EXT4 will be better option?

  • @see576
    @see576 Před 3 lety

    Thank you

  • @soumyaranjanmahunt1452
    @soumyaranjanmahunt1452 Před 3 lety +2

    Would have been nice if ReFS was included too, I have so much confusion about it.

  • @TheCORE.
    @TheCORE. Před 6 dny

    I'll watch the video again but I'm just trying to figure out what's seems to be going on with my camcorder. Now from your explanation of fat32 I had my camcorder running a test on a 32gb sd card and it 1 hour and a couple of minutes for my max amount of time and that was because of how much space was on the card. Now it was set to 1080p and when the record button was it recorded for around 15 minutes and then started a second file automatically but there was a gap in the recording. I've tried this also with a 400gb micro sd card to sd card adapter and the same thing occurred. Any tips would be appreciated. I just thought this was a little fishing when trying to record with my dslr (camera) it can record for 30 minutes max but that's because the company said if it can record for longer it should classified as a camcorder and not a camera.

  • @AkshayHendre2010
    @AkshayHendre2010 Před 3 lety

    Hey Gary, do you know any of the platform independent file system which I can use across Window, Linux or mac. I know many FS have support on all three platforms. But is there anything platform independent? like does exFat have official linux and mac support? or is there anything open FS?

    • @silviucc
      @silviucc Před 3 lety

      exFAT has been officially supported with a kernel driver on Linux since version 5.4. People on distros using older kernels need to use the FUSE implementation. macos has supported exFAT since version 10.6.5 according to info I found on the web.

  • @djgroopz4952
    @djgroopz4952 Před rokem

    Thanks

  • @zhexu5832
    @zhexu5832 Před 3 lety

    It's so good!!!

  • @ephraimgarrett4727
    @ephraimgarrett4727 Před 3 lety

    Good overview for computer semi-literates...like me! 😁👍

  • @zahidarmanzahid9190
    @zahidarmanzahid9190 Před 3 lety +4

    what the heck is going on with youtube compression ? spooky effects on vids like 10:32 and so on

  • @Skybar23
    @Skybar23 Před 2 lety

    So NTFS is recommended for external hard drives purchases today?

  • @AbhishekSingh-fz6jp
    @AbhishekSingh-fz6jp Před 3 lety

    Gary can you tell me how to access the metadata and also how to edit this metadata in windows

  • @ShepherdAr254
    @ShepherdAr254 Před 2 měsíci +1

    I have a 4TB that I formated as exFAT. I've been using on windows and lately the disk loading is so slow..I can't even access or copy files. Am I using the wrong file system and how do I resolve this without loosing data? Kindly help

    • @redahaskourihachlout9302
      @redahaskourihachlout9302 Před měsícem +1

      Go to a device with usb port 3.0 then use a box for your external hard drive that support usb 3.0 speed.
      Then you should to have a new Linux OS ( try latest fedora )
      Then pluggin your that external harddrive. And pluggin an other hard drive that formated with ntsf.
      Copy and past file by file or folder by folder directly from your old harddrive with exfat to the new formated one with ntfs. Be sure you copy at same time not more than 4GB.
      Even you copy all files.
      Then use that new ntfs external hard drive. The old one should format it wity other format type.

  • @dennispetersen2558
    @dennispetersen2558 Před rokem

    3:23 NO!!! if you use the buildt-in dialog yes but if call the disk formatter API directly through diskpart you can

  • @johnygthing
    @johnygthing Před rokem

    I've just bought an ssd t7 it comes as exfat standard,, I have windows 10 is it OK to leave it as exfat?

    • @GaryExplains
      @GaryExplains  Před rokem +1

      If you think you will use it with other non-Windows machines like a Mac, NAS, or even a SmartTV then leave it as exfat. If you know you will only use it Windows then you might want to reformat it as NTFS.

    • @johnygthing
      @johnygthing Před rokem

      @@GaryExplains just a quick format rather than long?

    • @GaryExplains
      @GaryExplains  Před rokem

      Yes, quick format is sufficient.

  • @IpelengMotsatsi
    @IpelengMotsatsi Před 3 lety

    can you do a video on APFS

  • @a_maxed_out_handle_of_30_chars

    do a ext filesystem video

  • @noneovyerbusiness4909
    @noneovyerbusiness4909 Před 5 měsíci

    It sounds like NTFS would be a good choice for data backup drives since it's compatible with both Windows and Linux.

  • @77MAD77MAD77
    @77MAD77MAD77 Před rokem

    Wow, this video helped solve the bigger mystery, lol. I think that's the real reason why OEMs might be ditching SD cards from their phones.

  • @samuelmatheson9655
    @samuelmatheson9655 Před 3 lety

    DO ext4 and apfs next

  • @paulperkins1615
    @paulperkins1615 Před 2 lety

    In the world of Linux distributions, the difference between FAT32 and exFAT is that FAT32 support is probably installed by default, but exFAT may not work until you cast the proper magic spell to invoke it (i.e., request installation of the proper obscure package from "the repositories"). This reflects that there exists an open-source implementation of FAT32 for Linux, and nobody seems to think any unexpired patents cover FAT32, and neither of these points is as clear when it comes to exFAT.

    • @samdeur
      @samdeur Před rokem

      Microsoft has released exfat its now in the Linux kernel.

  • @hippa2dahoppa2
    @hippa2dahoppa2 Před 4 měsíci

    fat32 MBR, 32kb(if using drive for bigger files like movies instead of pictures). this is my go to scenario to use on older systems(ps3 and tvs under 4k)
    for my newer laptop using a 12tb external i go for exfat since i wont be using it on old devices because they cant read 12tb anyways

  • @SultriAccess
    @SultriAccess Před 4 měsíci

    If its NTFS how do i change it for my andriod

  • @shamusobi2748
    @shamusobi2748 Před 3 lety

    Is this how ransomeware works? they take over your ntfs metadata?

  • @xxmountaindewxx7893
    @xxmountaindewxx7893 Před 3 lety

    I either use EXT4 or BTRFS

  • @cicalinarrot
    @cicalinarrot Před 3 lety +1

    "NTFS limit is measured in Exabytes so that's nothing we have to worry about right now"
    That's exactly what people must have said in the 90s when talking about the 4GB limit of FAT32.
    Or CO2 emissions.

    • @GaryExplains
      @GaryExplains  Před 3 lety +1

      The theoretical file size limit is 16 Exabytes, so we are talking about magnitudes of differences. In the 90s we still had files that could be measured in gigabytes. Even a CDROM was 0.65GB. 0.64GB to 4GB isn't much of a leap. But, 1000TB is 0.001 Exabytes. As I said this a magnitude of difference.

    • @cicalinarrot
      @cicalinarrot Před 3 lety

      ​@@GaryExplains Not to mention factors like video streaming and SSD prices surely slowed down drive's expansion lately and put us on a storage size plateau. My father's top notch PowerMac had a 10GB HDD in the year 2000 (we upgraded it to a bigger one but it could only use 120GB, if I recall properly), his iMac had a 1TB drive in 2010, my PC runs fine on a 240GB SSD.
      Sorry, I mostly wanted to make an environmentalist joke ;-)

    • @Spike-qh2bb
      @Spike-qh2bb Před rokem +2

      Would love a 1 EXbytes hard drive.

  • @samuelmatheson9655
    @samuelmatheson9655 Před 3 lety

    which filesystem should i use for internal drives shared between Windows and linux?

  • @SlyEcho
    @SlyEcho Před 3 lety

    It is technically possible to use UDF (you know, from DVD's) as a cross-platform file system. But in practice it has poor support.

    • @SomeRandomPiggo
      @SomeRandomPiggo Před 2 lety

      i might be wrong but isn't it read only?

    • @SlyEcho
      @SlyEcho Před 2 lety

      @@SomeRandomPiggo No, it works with read-write as well, I have tested it on a USB stick and it works between Windows and Linux but there may be issues.

  • @roboak7916
    @roboak7916 Před 2 lety

    exFAT support is free with the new Synology OS (7)

  • @dune2024
    @dune2024 Před 2 lety +1

    so NTFS is a decent journaling system protecting you from corrupt data transfer but how about exFAT and the others? do they use the same advanced journaling system, too?

    • @proffesorchaos
      @proffesorchaos Před 2 měsíci

      i noticed with exfat i get stutters in games

  • @ccafKhmer
    @ccafKhmer Před 6 měsíci

    I have a 2TB and cannot store data including images. How can I make it work.

    • @ccafKhmer
      @ccafKhmer Před 6 měsíci

      It is exFAT and I bought through Ali Express

  • @raserapps8230
    @raserapps8230 Před rokem

    I always wondered why are operating systems in general in iso format and referred to as an image? is a .iso literally an image like a .jpg? Raspbian OS used to literally be a .img file.

    • @GaryExplains
      @GaryExplains  Před rokem +2

      A .iso is an image of a CD or a DVD. Optical disks have their own filesystem that isn't FAT, NTFS etc. For CDs it was defined in ISO 9660 hence the file extension .iso.

  • @Daniel160384
    @Daniel160384 Před 3 lety

    Synology DSM 7 (beta) has native exFat support for free

  • @ged_lt
    @ged_lt Před 6 měsíci

    Yes. I liked it.

  • @freedombsd2539
    @freedombsd2539 Před 5 měsíci

    I primarily use linux mint and windows with all external drives formatted to exfat. I lost 4 terabytes of data moving my ssd from linux to windows. Formatting my external T7 4TB ssd to NTSF resolved loss of data issues. The journalling system of NTSF kept data loss to a minimum, and linux mint reads and writes to NTSF drives without issues.

    • @redahaskourihachlout9302
      @redahaskourihachlout9302 Před měsícem

      This comment helped me.
      I use windows and i want to swutch to linux mint.
      In my internal harddrive (ntfs for windows)
      I have two partition. One of my stuffs and my files and one of my windows OS.
      So now i need to format my windows partition to install linux mint.
      So the other martitiin with ntfs can be useful in linux mint os? Can read and write right?

  • @giaptheson
    @giaptheson Před 10 měsíci

    And yes, FAT32 is the first release in 1995 (i.e. Windows 95). NTFS is the second release in 2001 (i.e. Windows XP), whereas exFAT is the third release in 2006 (i.e. Windows Vista SP1).

    • @GaryExplains
      @GaryExplains  Před 10 měsíci

      I don't quite understand the point you are trying to make. NTFS was released in 1993 with Windows NT 3.1.

  • @sabriath
    @sabriath Před 3 lety

    I like building my own file systems and drivers

  • @PUR3H8
    @PUR3H8 Před 3 lety

    Gary, any easier way of using NTFS with Android apart from Total Commander?

    • @foxsux6000
      @foxsux6000 Před 3 lety

      Get a Samsung, it's supported by default.

    • @PUR3H8
      @PUR3H8 Před 3 lety

      @@foxsux6000 I do use a Samsung and it doesn't. It's Android's limitation.

    • @NedalHanna
      @NedalHanna Před 3 lety

      Use 3rd party file explorer like* MiXplorer... It can read from NTFS.

  • @developerpranav
    @developerpranav Před 3 lety +1

    I didn't know Linux and Mac don't support NTFS officially. I'm gonna reduce my usage of NTFS from now on. Thanks 😊

    • @foxsux6000
      @foxsux6000 Před 3 lety

      Apple's filesystems don't work on Linux or Windows without 3rd party software..

  • @casualspeck5698
    @casualspeck5698 Před 10 měsíci

    What third party tools could be used to let a 256GB micro SD use all 256GBs when formatted in Fat32?
    I have one that formats it, but after formatting it the other 224 GBs get "petitioned"; I don't fully understand what that means unfortunately.

    • @GaryExplains
      @GaryExplains  Před 10 měsíci

      Have you tried PowerShell? Launch PowerShell as an Administrator and run "format /FS:FAT32 X:" in the Window to format the "X:" drive as FAT32. Swap "X:" for the drive letter assigned to your USB drive.

    • @redahaskourihachlout9302
      @redahaskourihachlout9302 Před měsícem +1

      Use diskpart.
      Run cmd as administrator.
      Type:
      diskpart
      Then type:
      list disk
      The output be like this:
      Disk 0 ( this is be always your internal harddrive )
      Disk 1
      Disk 2
      ....
      Type:
      select disk 2 ( please choose your that ssd or your external drive you want to format. ENSURE YOU SELECT THE RIGHT DISK ).
      When you type "select disk 2"
      Type:
      detail disk
      This will give you all information about the disk you selected ( read abd be sure that disk you want to format ).
      Type now(be carefull now and ensure that you select the right one):
      clean
      After a while the disk be clean ( that mean now is full of free storage. But unllocated. Should create a partition). So before create a partition you should to convert it first:
      Type:
      convert gpt
      ( if you have a removable flash drive you should to convert to mbr "convert mbr" the gpt is for large harddrive.
      Now create a partition:
      Type:
      create partition primary
      ( if you want to spicify any size just type size=x next to primary (replace x with numbers of your size with bytes)
      But if you just type "create partition primary" without any size that allow you to use all full storage that in your drive.
      Then type:
      format fs=ntfs label="mySSD" quick
      (If you have any issue now. Just type again "format fs=ntfs quick")
      Then type:
      assign letter=F
      ( type any letter you want to assign to your ssd ( choose available letter ) )
      Then type:
      exit
      Congratulation you now use full capacity of full GB of your ssd with safety way.

  • @dasgettopikachu7878
    @dasgettopikachu7878 Před 3 lety

    Steam has problems with my exFAT partition on linux.

  • @lemdixon01
    @lemdixon01 Před 3 lety

    My Linux on doesn't see my new 2Tb ext HD as it's Fat but Linux sees my windows partition. My windows partition sees my ext HD, so don't understand why Linux doesn't see it.

    • @eurimontero1883
      @eurimontero1883 Před 3 lety

      Don't forget ZFS

    • @0LoneTech
      @0LoneTech Před 3 lety

      2TiB is right at the limit of what FAT32 supports, but Windows tends to hide the option past 32GiB. It may have made exFAT, which is not natively supported by Linux before 5.4; you may want to try exfat-fuse or similar.

  • @hamzamuhammadkhan
    @hamzamuhammadkhan Před 3 lety +1

    Gary for professor at institutes 🥺

  • @bluesillybeard
    @bluesillybeard Před 3 lety

    fun fact: Ubuntu(a Linux distro) supports most of these natively. I plugged in an HFS drive, worked perfectly. NTFS? no problem. EXT4? ok that one is obvious

  • @MarcWickens
    @MarcWickens Před 2 lety

    Is exFat basically FAT64?

  • @dune2024
    @dune2024 Před 2 lety

    i don't know why but i think you forgot to mention about ANDROID O/S ?

  • @mcrap4864
    @mcrap4864 Před 7 dny

    I can safely say that I am now very FATten with knowledge

  • @YounesLayachi
    @YounesLayachi Před 3 lety +1

    This is handy, last week I had to dig through these file systems and wow thank you Microsoft for creating this awesome new technology named NTFS... NOT
    Always doing things differently for no reason >_>

  • @eurimontero1883
    @eurimontero1883 Před 3 lety

    What about EXT? Ext4 is my default format :(

    • @GaryExplains
      @GaryExplains  Před 3 lety

      I mention ext4 at least twice in the video, but this video is about NTFS, exFAT, and FAT32, as it says in the title.

  • @oalfodr
    @oalfodr Před 3 lety

    I use neither of these