From: Pavel A. on 30 Aug 2005 05:11 "Frank L." wrote: > > The device does not work on any PC anymore. No matter which > operating system. > > Well, it kind of died. > > There must still be the raw mode to access the device. > > This is why I need to have a driver that accesses this device in RAW mode. > Is there somebody who knows a driver that does so ? Please ask in microsoft.public.windowsxp.hardware To access a dead microdrive in raw mode... I'm afraid, you need a plier and a small screwdriver. --PA
From: Maxim S. Shatskih on 30 Aug 2005 05:15 > There must still be the raw mode to access the device. No "raw mode" in USBSTOR - the spec is there on www.usb.org, you can read it. Also - if the device does not appear in Device Manager - then sorry, it is dead. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com
From: Pavel A. on 30 Aug 2005 06:36 "Maxim S. Shatskih" wrote: > No "raw mode" in USBSTOR - the spec is there on www.usb.org, you can read it. Then, how you format it (if it is not formatted or erased)? --PA
From: Frank L. on 30 Aug 2005 14:47 As of now I am not willing to format - Pavel may be right, how do I format ? The device has no drive letter. There is no "chckdsk" on this device when it is plugged in and I reboot. After doing and USB analyse I can tell more: The device does a lot of handshake an return "OK" until it comes to passing on information of the file system on it. Then there is an error code x'C000009C'. This seems to be a bad sector. There are tools to read sectors for every device. How about an USB device ? So everything boils down to 3 questions: 1. How do I force the OS to assing a drive letter to the device 2. Which tool do I use to read on a sector level basis or from a physical device 3. How do I force the OS to do a CHKDSK on the device ? Frank "Pavel A." wrote: > "Maxim S. Shatskih" wrote: > > No "raw mode" in USBSTOR - the spec is there on www.usb.org, you can read it. > > Then, how you format it (if it is not formatted or erased)? > --PA
From: Maxim S. Shatskih on 30 Aug 2005 15:44 > 2. Which tool do I use to read on a sector level basis or from a > physical device Admin-wise: DSKPROBE Developer-wise: CreateFile on \\.\PhysicalDrive%d (i.e. 0, 1 and so on). -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: About IOCTL_HID_GET_FEATURE Next: MPIO driver installation |