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 ?
views:
27answers:
1
+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
2010-08-22 19:30:21