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

    • Apple has clarified Series 9 was left off the watchOS 27 compatibility list by mistake.
    • Signal accuses UK government of using child safety as cover for mass surveillance by David Uzondu Recently, the UK's Home Office announced a sweeping set of proposals to make Britain the "first country in the world" where children cannot share or view nude photos on their smart devices, an initiative that authorities claim will protect children from online predators and combat pornography. In response, Signal believes that while the government must keep children "safe" and "protected," it should do so through social services and education, not by "surveillance, funding cuts, and cover-ups." The company called the plan "dystopian" and warned that it violates everyone's fundamental right to privacy, arguing that scanning on the presumption of nudity will only strengthen the market dominance and data control of giant corporations like Apple and Google. The statement continues by accusing the government of hiding its true intentions under the guise of child safety. Signal argues that the Home Office is building an invisible surveillance infrastructure that remains ripe for exploitation by future administrations and authoritarian regimes. According to the company, this aggressive approach completely ignores the actual needs of young people, such as properly funded schools and mental health services. Tech companies like Apple and Google have a three-month window to implement these mandatory device-level filters across the United Kingdom. If these tech firms refuse to comply with the mandate, the government will pass emergency legislation to force them to comply, threatening massive fines and even going after the CEOs of these companies with criminal charges. The technology will work by blocking explicit images directly on the operating system of all smartphones and tablets by default. This system monitors the device camera and third-party apps to intercept nudity before anyone can upload or send the image. Adults can still view explicit content, but only after completing a strict age verification check to unlock their devices. Several bodies like the NSPCC and Barnardo's praised the Home Office's decision, arguing that device-level intervention stops the cycle of grooming before it starts. The Internet Watch Foundation (IWF) also supported the policy, claiming that tech companies can implement on-device checks "without threatening privacy or collecting any data."
    • Did you watch the keynote? It is way beyond what is described in this article. Looks interesting. Now it is time for them to deliver unlike what happened in 24.
    • It pretty much has to be compatible with MS Office or it is going nowhere. The rest of the world runs office including Europe. If it is not compatible it will not survive.
    • Incredible deal gets you free NVMe 512GB SSD with AMD AM5 B850 motherboard for only $150 by Sayan Sen Earlier this week we covered the story of an interesting PC case wherein you can build two full-size computers inside it as in it can house and run an AMD and an Intel system simultaneously. Speaking of building PCs, these are hard times to make one for sure as prices are often very high except during flash sales or discounts. If you are in the market for a 1080p gaming PC then Nvidia's 8GB RTX 5060 Ti is currently on sale for just $330 and you get the latest James Bond game too, for free. Speaking of which, right now there is another incredible sale going on as we can get a free 512 GB NVMe SSD from TeamGroup in the form of the G50 alongside the purchase of an AMD B850 socket AM5 motherboard for only $150 (purchase link under the specs table down below). Getting an AM5 motherboard now in 2026 will be a wise investment for sure, especially since AMD confirmed its commitment to support the socket till at least 2029. The MSI PRO B850M-P WIFI is a micro-ATX motherboard that is compatible with AMD Ryzen 9000 series processors. Since it is AM5, the motherboard works with DDR5 memory and includes MSI’s Memory Boost technology, along with EXPO and XMP support. Connectivity features include built-in Wi-Fi 7 paired with a 5G LAN solution. The board offers a PCIe 5.0 M.2 slot with MSI’s EZ M.2 Shield Frozr II thermal solution, that is said to help maintain SSD performance by providing ample cooling against overheating. The technical specifications of the MSI PRO B850M-P WIFI motherboard are given in the table below: Specification Value Form Factor Micro-ATX (mATX), 243.84 × 243.84 mm Chipset AMD B850 Socket AM5 Supported Processors AMD Ryzen 9000, 8000, and 7000 Series Desktop Processors Memory Slots 4 × DDR5 UDIMM Max Memory 256 GB Memory Speed DDR5 8200–5600 MT/s (OC), DDR5 5600–4800 MT/s (JEDEC) Display Outputs 1 × HDMI 2.1 (up to 4K 60Hz) 1 × DisplayPort 1.4 (up to 4K 60Hz) PCIe Slots 1 × PCIe 5.0 x16 (CPU) 3 × PCIe 3.0 x1 (Chipset) Audio Codec Realtek ALC897 Audio Channels 7.1-Channel High Definition Audio M.2 Slots 3 × M.2 slots M.2_1: PCIe 5.0 x4 (CPU) M.2_2: PCIe 4.0 x4 (CPU) M.2_3: PCIe 4.0 x2 (Chipset) M.2 Device Sizes M.2_1: 2280/2260 M.2_2: 2280/2260 M.2_3: 2280 SATA Ports 4 × SATA 6Gb/s RAID Support SATA: RAID 0, 1, 10 NVMe: RAID 0, 1, 5, 10 Rear USB Ports 4 × USB 2.0 2 × USB 5Gbps Type-A 1 × USB 10Gbps Type-A 1 × USB 10Gbps Type-C Front USB Headers 4 × USB 2.0 4 × USB 5Gbps Type-A 1 × USB 10Gbps Type-C LAN Realtek 8126VB 5Gb Ethernet Wireless Networking Wi-Fi 7 (802.11 a/b/g/n/ac/ax/be) Tri-band 2.4GHz / 5GHz / 6GHz MU-MIMO, MLO, 4KQAM Up to 2.9Gbps Bluetooth Bluetooth 5.4 Internal Power Connectors 1 × 24-pin ATX Power 1 × CPU Power 1 × PCIe Power (8-pin) Cooling Headers 1 × CPU Fan 1 × Combo Fan/Pump 3 × System Fan RGB Headers 3 × Addressable RGB Gen2 (JARGB_V2) 1 × RGB LED (JRGB) Additional Internal Headers 2 × Front Panel (JFP) 1 × Chassis Intrusion (JCI) 1 × Front Audio (JAUD) 1 × COM Port (JCOM) 1 × JDASH Tuning Controller 1 × TPM 2.0 Header The free TeamGroup T-FORCE G50 NVMe SSD is a PCIe Gen4 and as such it promises to deliver sequential read speeds of up to 5,000 MB/s, helping accelerate game loading, file transfers, and everyday computing tasks. The SSD features an InnoGrit controller and SLC caching technology to support consistent performance. An ultra-thin, patented graphene heatsink is included to aid in heat dissipation. The NAND flash is based on TLC which means it has plenty of endurance up its sleeve. The random performance may not be as amazing as other drives with DRAM though. Still it should be very good since it can access system memory via HMB to use it as its DRAM cache. The technical specifications of the TeamGroup 512GB G50 NVMe SSD are given in the table below: Specification Value Model / Part Number TM8FFE512G0C129 Form Factor M.2 2280 Interface PCIe Gen4x4 with NVMe Sequential Read Speed Up to 5,000 MB/s Sequential Write Speed Up to 2,500 MB/s Endurance (TBW) 325 TBW DRAM Cache No Cache Technology SLC Cache Controller InnoGrit Controller Solution Operating Temperature 0°C to 70°C Storage Temperature -40°C to 85°C Weight 7 g Dimensions 80.0 × 22.0 × 3.7 mm Vibration Resistance 80 Hz ~ 2,000 Hz / 20G Shock Resistance 1,500G / 0.5 ms MTBF 3,000,000 hours Get it at the link below: MSI PRO B850M-P WIFI AM5 AMD motherboard + Team Group T-FORCE G50 TM8FFE512G0C129 512GB SSD (free gift): $149.99 (Sold and Shipped by Newegg US) This Newegg deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • 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
      503
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!