Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm developing application for interfacing with pen drive. I got handle using CreateFile() and i did read & write operations for tesing. My objective is to write value in the reserved space of the pen drive. Shall i read/write in the reserved space of the pen drive. If possible how can i do. Please anyone help from this issue.

Regards
Mohan
Posted

1 solution

I'm guessing here - but usually I would think that by reserved space we are talking about space that is used by the file system. If you are not entirely sure what you are doing I would consider looking at source code for the file system in question.

You may possibly get an open source implmentation for your required filesystem from linux. Just search google ...

Regards
Espen Harlinn
 
Share this answer
 
Comments
Mohanraj Sam 10-Jan-11 7:29am    
Thanks for your answer.
But API calls or IOCTL call may vary for Windows and Linux, right?

Regards
Mohan
Espen Harlinn 10-Jan-11 7:37am    
Yes, that's right, but you still need info on what you are doing - messing around with the filesystem requires knowledge ....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900