Recently, I found that Apple's Bootcamp contain driver which can let Windows recognized and read HFS+ partition. This let me wonder can I extract the driver from Bootcamp and install the driver in Windows. After some search, bingo!, I found the solution here: http://efixusers.com/showthread.php?p=7388
In short, all you need is two system drivers from Bootcamp, AppleHFS.sys and AppleMNT.sys, and a little registry tweak.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleHFS]
"Type"=dword:00000002
"ErrorControl"=dword:00000001
"Start"=dword:00000000
"Group"="File System"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleMNT]
"Group"="System Bus Extender"
"Type"=dword:00000001
"ErrorControl"=dword:00000001
"Start"=dword:00000000
No comments:
Post a Comment