Access exFAT partitions from Windows XP
23 December 2008 by Snakefoot | Comment » | Trackback OffMicrosoft have created the exFAT filesystem to better support flash drives. It is a proprietary file system that was introduced with Vista SP1. More Info Filesystem Comparison
The exFAT/FAT64 filesystem is only supported for Windows Vista/2008/CE 6.0, and it is not possible by default to access exFAT partitions from other versions of Windows.
Microsoft have now released an official driver update for Windows XP, that allows one to access exFAT partitions. More Info MS KB955704
Credits ItsMyWindows.com
The exFAT/FAT64 filesystem is only supported for Windows Vista/2008/CE 6.0, and it is not possible by default to access exFAT partitions from other versions of Windows.
Microsoft have now released an official driver update for Windows XP, that allows one to access exFAT partitions. More Info MS KB955704
Unofficial way of installing exFAT support
Before Microsoft released the official update for Windows XP, then one had to apply a few hacks to make it possible to use the Vista exFAT file system driver on Windows XP (and maybe other versions of Windows):- Download the exFAT File System Driver
- Copy exfat.sys and uexfat.dll into these directories:
- %windir%\System32\Drivers
- %windir%\System32
- Copy the Reg code, given below into Notepad and Save as exFAT.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 newly created reg-file exFAT.reg to activate the driver
- Restart the computer
Credits ItsMyWindows.com
Updated: 18 October 2010
Comment by EP - 5 February 2009 @ 8:51 Reply
Microsoft has recently posted the KB955704 update which now gives WinXP users FULL read/write access to exFAT volumes. Read about the update here:
http://support.microsoft.com/kb/955704