=======================================
How to partition and use USB memory sticks and SD Cards
=======================================
The windows operating system per default uses different drivers for USB and SD cards in comparison to the ones used for hard drives and cfa devices. I presume this is due to security reasons, the default driver prohibits the partitioning of the device and displays only one drive to the system.
This can be circumvented by replacing the default driver used against the sd card device or the memory stick.
To achieve this follow the instructions given bellow.
1- download the required files
2- open windows devices manager
3- under disk drives, check for the devices that corresponds with your sd cardin my case:
SanDisk SDDR 113
4- open regedit and search for HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR
5- check for the row that corresponds with your sd card device. in my case:
Disk&Ven_SanDisk&Prod_SDDR-113&Rev_1.00
6- select that row and hit f2 to "edit" it. actually just copy the string
7- copy and save the string into notepad
8- unzip the driver.zip package and look for the file called:
cfadisk.inf
9- open it with notepad and search for a line that begins with:
%Microdrive_devdesc% = cfadisk_install
10- replace the string that precedes it with the string you just copied so that it looks like this (remember to add "USBSTOR\" in between. The end result should look like this:
%Microdrive_devdesc% = cfadisk_install,USBSTOR\Disk&Ven_SanDisk&Prod_SDDR-113&Rev_1.00
11- now go back to device manager, select the sd card and select properties.
12- go the the drivers tab and click update drivers.
13- select to manually search for the driver and direct it to the path where it is stored.
14- continue and finalize (if windows recommends to use the default or complains about not being able to verify the drivers just ignore and continue.
15- reboot is not necessary but is always good to do when working with drivers.
16- use the device as you please, you can now even install windows, linux or both on it
PS: this is safe and shouldn't cause any misfortune on your computer, ofcourse unless yours is all ready hacked!
Original driver is downloadable at:
Hitachi Microdrive - [url=http://www.xpefiles.com]www.xpefiles.com[/url]
The hacked version is attached to this thread.