Recommended Posts

I have a 320GB Toshiba external hard drive I bought from Dell.com for $40. It's a great storage device. Speeds are fast, and capacity is more than needed. But I can't use it on my Xbox 360 due to the file system being NTFS (Xbox 360 only supports FAT).

I understand exFAT is essentially FAT32 but on steroids (larger file size limits, few more features) but is it inferior to NTFS? I'm thinking about formatting it to exFAT so that I can watch and play the media I have on it via Xbox 360. Is NTFS faster in terms of file transfer speed, access time, in anyway?

I read a few websites and came to the lacking conclusion that NTFS is great for primary hard drives (those with operating systems on them) and that exFAT is best for flash drives and "other external devices" (not sure if the is a recommendation for external hard drives).

What's your take on this? Feel free to insert your 5 cents about the matter. :D

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/
Share on other sites

exFAT and FAT32 aren't compatible with each other and Xbox 360 doesn't support exFAT at all. Your hard drive manufacture probably has utilities to format large FAT32 drives (Windows will only format drivers upto 32GB), if not there's plenty to choose from. Here's the first result from Google: http://serverfault.com/questions/52640/how-to-format-as-fat32-from-windows-7-vista

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592982520
Share on other sites

According to multiple websites/wikis: the Xbox 360 does not support reading drives formatted with NTFS or exFAT, so your idea of going to exFAT is out unfortunately. Keep in mind also that on FAT32, 4 GB is the largest file size, so you might have to split up large movies and such.

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592982558
Share on other sites

Hello,

Have you considered creating a "small" FAT32 disk volume of, say, 32GB or so, for copying media files over to for playing on your video game console, and formatting the remaining portion of the disk with the NTFS file system?

Regards,

Aryeh Goretsky

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592982736
Share on other sites

I converted an entire 250gb external drive to fat32 for my ps3 with my PC ,,,, works great. I cant remember the program i used to do it anymore, maybe someone else knows what it is.

You can do that without a special program. You're just limited by the file size you can store on it. It's not a problem for "most" files generally, but HD video or anything over 4GB in a single file wouldn't work.

I would recommend streaming over the network to your 360 also. I actually like my regular Xbox with XBMC better when it comes to streaming media, but of course you can't do HD material.

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592983174
Share on other sites

For more information there is a technical paper in the SANS reading room at: http://www.sans.org/reading_room/whitepapers/forensics/reverse-engineering-microsoft-exfat-file-system_33274

and there is a blog at http://rshullic.wordpress.com

There has been a lot of inaccurate information posted on exFAT, even Microsoft can't publish the proper detals, as they (Microsoft) published bad information in the KB for the Windows XP/Server 2003 patch to add exFAT support to those systems.

So, first, let's talk about file size: Microsoft incorrectly published the maximum file size as 64ZiB, and as a result the Wikipedia and other websites followed along. The truth is. the maxium file size, as in NTFS, is 16EiB because the file size, i.e. the number of bytes in a file, is stored in a 64 bit number. However, since the file system can never be larger than 128PiB, which is smaller than 16EiB, you will never reach the theoretical maximum anyway. However, this is larger than then the 4GB limit of FAT32.

Suitability: exFAT was designed for removale media. NTFS is not suitable for removalable media, especially since NTFS uses a lazy write, which means that data and control blocks are bufferend into memory, and an abrupt disengage of the media could result in data loss. Today, USB media does come to mind, but between the SD card association and Sony with the Memory stick, they have adopted exFAT as the exclusive file system of SDXC and XC memory stick media, which is used in cameras, cell phones, GPS, etc and between SD and Sony, that is 90% of the markey. However, each camera manufacturer has to pay Microsoft like $300K each for the license to the specifications. But almost anything can be formatted in exFAT (excpet floppies) and USB is not the only removalable media out there.

Compatibility: exFAT is right now restricted to the Desktop/Server platforms of Windows XP (SP2 & SP3 with a patch), Vista (SP1 and above), and WIndows 7 (RTM). There is not Linux, MAC, or other OS support right now. All consumer devices, except Windows CE and the camera companies that licensed the specification, can NOT support exFAT. (There is actually a TV manufacturer that also licensed exFAT). This means that PS2, PS3, XBOX, probably most Blu-Ray Players, cell phones, etc don't have exFAT support. even devices that have SDXC imbedded card readers can't support exFAT unless the OS installed on those devices can read/write exFAT.

Speed: NTFS is not necessarily faster than exFAT since NTFS has a lot of overhead. . NTFS is faster than FAT12/FAT16/FAT32 because NTFS has the free space allocation map, but exFAT now has the bitmp as well. Also, in exFAT - the FAT itself is no longer used unless there is file fragmentation, i.e. the file can't be written as one set of contigious blocks. This also reduced a lot of overhead because the FAT was a set of controls blocks that required a lot of I/O. One of the problems with FAT16 and FAT32, when used in cameras was finding available free blocks. The fle system overhead slowed down write operations. When you look at the future SD4.0 card specification, it calls for a bus speed for i/o transfer of up to 300MBps (that is 2.4 gigabits/second). We are currently at SD3.0 with a maximum bus speed of 104MBps, and the SDXC memory cards are currently being toted as class 10 but claim a 30MBps speed and cost $400 and above. Since these cards are all new, it is going to take a few years to get a reasonable prive point. But a 48GB SDXC card is the equivalent memory space of a dual layer Blu-Ray disc, and can be re-written.

NTFS/exFAT: exFAT calls for file permissions and fault tollerance (which I believe the Windows CE version has), but is not in the current exFAT 1.00 specification. So, it is possible that exFAT wil get a lot more NTFS features. But today, exFAT has one (1) FAT where FAT16/FAT32 have 2, so exFAT actually has less fault tollerance on the desktop today than its predecessors.

Micorosft never supported creation of a FAT32 file system larger than 32GB, but it will support a FAT32 system formatted for larger than 32GB, although some utilities won't work correctly, such as some setup utilities.

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592986076
Share on other sites

Text overload, lol.

Simple answer, the Xbox 360 can't read exFat or NTFS, it can do Fat32.

If you want it to read everything on the external hard drive format it to Fat32, get a pen drive or something alike that can be used to move media over or stream content through your network.

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592986098
Share on other sites

He goes in detail about exFAT, and he's right it has a lot of issues and I think it's great to see some more detailed analyst about the problems it has and people bringing awareness about it. He registered just to post about it...

It is true, the only and primary reason that I registered was to respond to the exFAT issue, and yes, definitely brain overload. exFAT is relatively new, and as a topic is creeping up as a very common issue of the "exfat v. NTFS" and/or "exfat v. FAT32" issue/question. There is little information out there, and Microsoft has not officailly released the specification or details of the internals and the use is licensed. This makes the exFAT topic a hot topic on Linux, Mac/Apple and Gaming (PS2, PS3, XBOX) forums. The questions out there are either which one to use, or how to convert from one to the other.

I am just trying to get the word out and help speard the word some that everyone understands the complications and also to try to make sure the information is accurate.

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592993766
Share on other sites

It is true, the only and primary reason that I registered was to respond to the exFAT issue, and yes, definitely brain overload. exFAT is relatively new, and as a topic is creeping up as a very common issue of the "exfat v. NTFS" and/or "exfat v. FAT32" issue/question. There is little information out there, and Microsoft has not officailly released the specification or details of the internals and the use is licensed. This makes the exFAT topic a hot topic on Linux, Mac/Apple and Gaming (PS2, PS3, XBOX) forums. The questions out there are either which one to use, or how to convert from one to the other.

I am just trying to get the word out and help speard the word some that everyone understands the complications and also to try to make sure the information is accurate.

Thank you for explaining but the main question is, where is your source?

Link to comment
https://www.neowin.net/forum/topic/925948-exfat-or-ntfs/#findComment-592998106
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
    • I have updated my Series 9 Watch so I assume there is either a mistake in what was said, or as suggested - the new AI feature set isn’t supported on anything other than those listed above.
    • WhatsApp slams Isreali firm, NSO Group, for trying to spy on its users by David Uzondu WhatsApp has come out accusing Israeli cyber-intelligence firm, NSO Group, of deploying a fresh wave of highly targeted "spear phishing" attacks against users, which its security teams successfully thwarted. The Israeli firm, according to WhatsApp, ran this operation like its usual one-click phishing campaigns, trying to get people to click malicious links that lead them to external sites. To coordinate the campaign, the spyware vendor created fake test accounts and groups on the messaging app. WhatsApp said it is sharing the specific malicious domains, ikhwancast[.]com, ghazacast[.]com, and fr24cast[.]com, because potential victims need this data to check if they were targeted across other messaging systems or email platforms. The NSO Group is infamous for creating and selling Pegasus, a military-grade commercial spyware capable of silently compromising smartphones simply by sending a message or placing a missed call via apps like WhatsApp or iMessage. Users do not even have to interact with the incoming notification before the infection takes hold. Once Pegasus manages to break in, the spyware harvests private data, letting operators read private messages, emails, photos, and documents. It also tracks precise GPS locations, records keystrokes, activates the device's camera, and monitors live microphone audio. Independent investigations by cybersecurity watchdogs like The Citizen Lab and human rights organizations like Amnesty International have proven that governments use this software to track humanitarian workers, journalists, diplomats, and political dissidents. These findings directly contradict NSO Group claims that clients use the technology to spy on criminals and terrorists only. In late 2021, the U.S. Department of Commerce added the firm to its Entity List, effectively banning the vendor from buying hardware and software from American tech companies. WhatsApp said in its blog post that the spyware vendor violated a permanent court injunction with this new spear-phishing campaign. This injunction, which took effect in 2025, strictly prohibited NSO Group from targeting WhatsApp and its users. The platform is now asking a federal court to hold the firm in contempt.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      225
    3. 3
      ATLien_0
      87
    4. 4
      +Edouard
      82
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!