PC Review Forums Newsgroups Windows XP Windows XP Embedded Does XPfildrvr1224.zip can be used to mask USB as fixed?

Reply

Does XPfildrvr1224.zip can be used to mask USB as fixed?

 
Thread Tools Rate Thread
Old 29-10-2005, 09:32 PM   #1
Dietmar
Guest
 
Posts: n/a
Default Does XPfildrvr1224.zip can be used to mask USB as fixed?


Hi all,
is it possible to use the Hitachi Microdrive filter, which masks the
removable Bit, for USB (USBSTOR)?
Because the service of an USB drive (even USB Stick) is disk, which I
means give reference to disk.sys it must be possible?

Thank you all
Dietmar

  Reply With Quote
Old 29-10-2005, 09:53 PM   #2
Dietmar
Guest
 
Posts: n/a
Default Re: Does XPfildrvr1224.zip can be used to mask USB as fixed?

Hi all,
will this work also for ANY USB drive?

[Version]
Signature="$Windows NT$"
Class=DiskDrive
ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
Provider=%HGST%
LayoutFile=layout.inf
DriverVer=12/14/2002,1.00.0000.1

[Manufacturer]
%HGST% = cfadisk_device

[DestinationDirs]
cfadisk_copyfiles=12 ; %SystemRoot%\system32\drivers
gendisk_copyfiles=12 ; %SystemRoot%\system32\drivers

[cfadisk_copyfiles]
cfadisk.sys

[gendisk_copyfiles]
disk.sys

; ---------------------

[cfadisk_device]
%Microdrive_devdesc% = cfadisk_install,GenDisk


[cfadisk_addreg]
HKR,,"LowerFilters",0x00010008,"cfadisk"

[cfadisk_install]
CopyFiles=cfadisk_copyfiles,gendisk_copyfiles

[cfadisk_install.HW]
AddReg=cfadisk_addreg

[cfadisk_install.Services]
AddService=disk,2,gendisk_ServiceInstallSection
AddService=cfadisk,,cfadisk_ServiceInstallSection

[gendisk_ServiceInstallSection]
DisplayName = "Disk Driver"
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\disk.sys
LoadOrderGroup = SCSI Class

[cfadisk_ServiceInstallSection]
DisplayName = "CompactFlash Filter Driver"
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cfadisk.sys
LoadOrderGroup = Pnp Filter

; -----------------------

[Strings]
HGST = "Hitachi Global Storage Technologies"
Microdrive_devdesc = "Hitachi Microdrive"

Thanks
Dietmar


  Reply With Quote
Old 29-10-2005, 10:55 PM   #3
Dietmar
Guest
 
Posts: n/a
Default Re: Does XPfildrvr1224.zip can be used to mask USB as fixed?

HI all,

Waaaohh it works, my USB Stick is shown as HARDDRIVE!!!

hihihihih

Dietmar

  Reply With Quote
Old 30-10-2005, 12:47 AM   #4
Dietmar
Guest
 
Posts: n/a
Default Re: Does XPfildrvr1224.zip can be used to mask USB as fixed?

Hi all,

I masked the removable Bit with the filterdriver for Hitachi Microdrive.

After that, your USB Stick is shown as USB harddrive.

This filter can be downloaded from www.xpefiles.com .
Look there for Hardware/Drivers Hitachi Microdrive and load
xpfildrvr1224_320
down. The only thing you have to change is in cfadisk.inf .


Here is the copy of my CHANGED cfadisk.inf





[Version]
Signature="$Windows NT$"
Class=DiskDrive
ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
Provider=%HGST%
LayoutFile=layout.inf
DriverVer=12/14/2002,1.00.0000.1

[Manufacturer]
%HGST% = cfadisk_device

[DestinationDirs]
cfadisk_copyfiles=12 ; %SystemRoot%\system32\drivers
gendisk_copyfiles=12 ; %SystemRoot%\system32\drivers

[cfadisk_copyfiles]
cfadisk.sys

[gendisk_copyfiles]
disk.sys

; ---------------------

[cfadisk_device]
%Microdrive_devdesc% =
cfadisk_install,USBSTOR\DiskBUFFALO_USB_Flash_Disk__2.00


[cfadisk_addreg]
HKR,,"LowerFilters",0x00010008,"cfadisk"

[cfadisk_install]
CopyFiles=cfadisk_copyfiles,gendisk_copyfiles

[cfadisk_install.HW]
AddReg=cfadisk_addreg

[cfadisk_install.Services]
AddService=disk,2,gendisk_ServiceInstallSection
AddService=cfadisk,,cfadisk_ServiceInstallSection

[gendisk_ServiceInstallSection]
DisplayName = "Disk Driver"
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\disk.sys
LoadOrderGroup = SCSI Class

[cfadisk_ServiceInstallSection]
DisplayName = "CompactFlash Filter Driver"
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\cfadisk.sys
LoadOrderGroup = Pnp Filter

; -----------------------

[Strings]
HGST = "Hitachi Global Storage Technologies"
Microdrive_devdesc = "Hitachi Microdrive"





There is ONE line with USBSTOR\DiskBUFFALO_USB_Flash_Disk__2.00
this is exakt the HardwareID from my Buffalo USB Stick, can be found in

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USBSTOR

is exakt the first entry right in HardwareID string.

Copy this HardwareID for YOUR USB Stick
and put it in cfadisk.inf exakt where until now here by me

USBSTOR\DiskBUFFALO_USB_Flash_Disk__2.00 is standing.


After that go to devicemanager, search for your IDE drive and there also
is your USB Stick listened (NOT in USB!!!). Klick "Search for new drivers"
for your USB stick and give the directory, where your changed cfadisk.inf
is, together with cfadisk.sys.
Klick install. Reboot your Computer and voila, your USB Stick is shown as
USB harddrive, you can put 4 partitions on it .

Nice to hear from you
Dietmar


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off