by foxbat on Fri Nov 06, 2009 5:19 pm
$bitmap is a device system file (not a filename accessible to users) that, put simply, describes which parts of the disk are allocated and which parts are free. A write failure to this area is definitely very bad but, assuming no more corruption, you should be able to retrieve what was on the disk before by running a chkdsk /f on that partition. Also, $bitmap is an NTFS structure, not FAT.