From: hitesh on 29 Mar 2007 04:42 hello All, I am writing an FORMAT application for the USB memory stick. i need to access the information of the device. i am able to get the information of partition and disk geometry. but i need FLASH block size and cluster size of the stick. can anybody tell me how to access it? please reply me, thanks hitesh
From: Maxim S. Shatskih on 29 Mar 2007 05:34 > but i need FLASH block size and cluster size of the stick. Flash block size is well-hidden from you. As about cluster size - you set it yourself, since it is you who format the drive (create an empty FS on it). Cluster is an FS notion, not a hardware notion. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com
|
Pages: 1 Prev: DTM common scenario stress w IO Next: How to implement DrvCopyBits for mirror driver? |