|
-
July 10th, 2010, 04:55 PM
#31
Re: Mbr
 Originally Posted by VictorN
Interesting question!
Try with "Hello World" program!
BTW, do you understand what you must do to implement file restore in the case of FAT system?
No first i start for NTFS.In ntfs i need to read MBR.Now i have no idea how to read?So if is it possible than advice me how to read MBR?
I think in MBR have store duplicate folder and file information.If i am wrong then please guide me.
Is it possible to read MBR in VC++? Or i can try some other language.Please advice me
-
July 10th, 2010, 07:47 PM
#32
Re: Mbr
 Originally Posted by calme
In ntfs i need to read MBR.Now i have no idea how to read?
Question to all: Is there really no way to open a sector image of the volume instead of the physical disk? This would entirely bypass the MBR and I really can't believe that it isn't possible in current Win incarnations (at least if you have sufficient rights to access the MBR anyway).
Is it possible to read MBR in VC++?
Yes, there is a way to do this, and you already have been told what it is earlier in this thread (although quite a bunch of people in here think that you shouldn't know that at all). So why don't you go back and look it up there?
-
July 11th, 2010, 10:26 AM
#33
Re: Mbr
I think in MBR have store duplicate folder and file information.
You think wrong. MBR stands for Master Boot Record. It has nothing to do with files and folders, but describes disk partitions instead.
Best regards,
Igor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|