Recommended Posts

Hard drives have a spinning disk, which have access time and seek time dependant on which track/sector the drive head is at. So filesystem used for such drives have to be optimized to write and read as fast as possible (i.e use elevator algorithm). Flash drives have the same access time for any location of the device, but have issues like the fact that every location on the drive can only be written to a fixed number of times before it becomes unusable.

FYI, wear leveling is actually implemented in most modern flash memory controllers, and probably why it is not part of this filesystem.

  • 1 month later...
Apparently not, but I have heard of people getting the exFAT drivers from Vista to work on XP. Not sure how they do it yet.

No problem...

Go onto a Vista SP1 PC and find the following files:

exfat.sys

uexfat.dll

Copy exfat.sys C:\Windows\System32\Drivers Folder

Copy uexfat.dll C:\Windows\System32

Copy the Following text to notepad and save it as: "uexfat.reg"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\exfat]
"Description"="exFAT File System Driver"
"DisplayName"="exFAT File System Driver"
"ErrorControl"=dword:00000001
"Group"="Boot File System"
"Start"=dword:00000002
"Type"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\System\exfat]
"EventMessageFile"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\
00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,\
5c,00,49,00,6f,00,4c,00,6f,00,67,00,4d,00,73,00,67,00,2e,00,64,00,6c,00,6c,\
00,00,00
"TypesSupported"=dword:00000007

Double-Click the REG file and accept importing into the Registry... Reboot... Your XP or Server 2003 Machine can read/write exFAT now... It just cannot format a new exFAT drive as exFAT... If your drive is already exFAT, this works very well.

  • 8 months later...

I've never heard of ExFat till now. Seems interesting. However, due to compatibility I'll be sticking with FAT32 for my flash media for some time. That patch for Windows XP to support it will definitely help push it though. But say for example, I want to read something on a PS3? No luck there (I'm assuming).

But of course any new format needs time to take off.

After reading this thread, it's been agreed upon that exfat is primarily for flash drives as it is marketed for that but it is also agreed it is inferior to ntfs. So what can we derive as the conclusion from this? I ask this as i'm getting a massive usb drive soon and all computers it'll be in use with will have exFat support with the exception of a single XP system. I'm not trying to derail the topic mind you but it is getting confusing :)

Well if you ask me any Flash Drive over 4GB should be either NTFS or exfat if your going to store a single file that is 4GB or larger as it makes no sense to use exfat or NTFS on say a 1GB flash drive as your not able to take advantage of NTFS or exfat's 4GB single file capabilities but if you don't plan to store a single file of 4GB or larger on a 4GB+ flash drive then by all means stick to what works for you.

MicroSoft has released a Patch for XP SP3 to support exFat.

Update for Windows XP (KB955704)

this enables WinXP to read/Write & FORMAT drives using exFat

This KB955704 update is for 32bit editions of Windows XP only. Microsoft has not yet made an update like this for 64bit editions of Windows XP and all editions of Windows Server 2003.

also when formatting exfat volumes, you must do so in Windows Explorer or the format.com command line tool. You can't format exfat volumes from XP's Disk Management feature as the exFAT format option is not there (unless MS offers a separate update for Disk Management that can fully recognize exFAT volumes).

Edited by erpster3
  • 1 month later...

An interesting discussion; the advantage to using exFAT over NTFS is lower resource (RAM, HD I/O, and CPU) utilization, and substantially less disk space is wasted...

For Tweak Freaks that are looking to get every iota of performance out of say their game rigs some advantage might be had from using exFAT, but it would have to be the only FS in use/installed because when NTFS is installed so to is all its resource pork.

While Windows CE will install and boot from exFAT on a hard disk, I don't know if there's any way create an installable primary bootable partition that would support and let you install Windows XP, 2003, Vista, or 7... Anyone have any idea how that might be achieved?

:blink:

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

    • No registered users viewing this page.
  • Posts

    • Audacious 4.6.1 by Razvan Serea Audacious is a lightweight, open-source audio player that emphasizes simplicity, performance, and sound quality. Designed for Linux, Windows, and macOS, it supports a wide range of audio formats, internet radio streaming, and playlist management. Users can customize the interface with Winamp-style skins or modern themes, making it flexible for different preferences. Audacious also includes an equalizer, advanced audio effects, and a plugin system for extending functionality. Its low resource usage makes it especially suitable for older computers or users who value efficiency without sacrificing playback quality. Audacious key features: High audio quality – delivers clean, gapless playback with minimal distortion. Wide format support – plays MP3, FLAC, Ogg Vorbis, AAC, WAV, WMA, and more. Internet radio streaming – supports Shoutcast, Icecast, and other online streams. Winamp skin support – classic, nostalgic look for users who prefer the old-school style. Modern GTK-based interface – clean, simple UI with a more modern feel. Customizable themes – change appearance through skins and themes. Advanced playlist management – organize, save, and edit playlists with ease. Equalizer – fine-tune audio output with a built-in graphical equalizer. Audio effects – built-in DSP options like crossfade, replay gain, and more. Plugin system – extend functionality with additional components. File metadata support – displays and organizes music based on tags. Drag-and-drop support – quickly add songs or playlists. Global hotkey support – control playback without switching windows. Bit-perfect output modes – bypass system mixers for pure audio output. ReplayGain support – normalizes track loudness automatically. Cue sheet support – play entire albums from a single audio file with .cue. MPRIS2 integration – integrates with Linux desktop environments for media controls. Advanced resampling options – adjust playback quality with different resampler settings. Gapless playback – seamless transition between tracks encoded properly. Crossfade plugin – blend one song into the next smoothly. Last.fm scrobbling plugin – track listening history online. Remote control support – control Audacious via command-line or scripts. Lyrics plugin – display song lyrics if available. Alarm / timer plugin – start or stop playback at set times. SOX resampler plugin – high-quality resampling for audiophiles. Spectrum analyzer / visualization plugins – visual feedback while playing music. Headphone crossfeed effect – simulates speaker listening for headphones. Customizable buffer size – tweak latency and playback smoothness. Audacious 4.6.1 changelog: Use XDG cache dir to store temporary files (#1817) Accept embedded lyrics in more cases (#1818) Bump .so and plugin ABI versions retrospectively (#1819) Include Georgian translation (#1820) Fix build on systems using musl instead of glibc (#1823) Download: Audacious 4.6.1 | 48.2 MB (Open Source) Download: Portable Audacious 4.6.1 | 69.8 MB View: Audacious Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I really wonder if this has to do with the built in VPN or "private DNS" of browsers that trip up legal requirements like cookie consent and Cloudflare (to avoid all the botnet attacks we get). And BTW some botnets still manage to get past Cloudflare, we are constantly having to tweak it to block malicious traffic that ultimately cause a DDoS.
    • CPPC states can also be messed around with in most UEFI settings but aren't as robust as the ones that the Windows Scheduler can provide! Make sure you look into what your motherboard also has before customizing for the Windows Scheduler.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      93
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!