tags:

views:

27

answers:

1

and if i want to access a hard disk which is containing some data and i want to copy that from one sector to another , then is it possible ?

+1  A: 

A sector is meaningless without a file system. Surely both your pen drive and the hard disk have one that your operating system supports? Then there's little point to not use fopen() and friends.

Hans Passant