Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHELP! Pin
klopsikon4-Jul-09 8:23
klopsikon4-Jul-09 8:23 
AnswerRe: HELP! Pin
Stuart Dootson4-Jul-09 8:32
professionalStuart Dootson4-Jul-09 8:32 
AnswerRe: HELP! Pin
Joe Woodbury4-Jul-09 15:04
professionalJoe Woodbury4-Jul-09 15:04 
Questionguys help me out Pin
Sheela Gusain4-Jul-09 7:52
Sheela Gusain4-Jul-09 7:52 
AnswerRe: guys help me out Pin
Hamid_RT4-Jul-09 9:05
Hamid_RT4-Jul-09 9:05 
Questionhow to get file attributes from a cluster in volume bitmap Pin
ssundar19744-Jul-09 4:44
ssundar19744-Jul-09 4:44 
AnswerRe: how to get file attributes from a cluster in volume bitmap Pin
Rozis4-Jul-09 10:30
Rozis4-Jul-09 10:30 
AnswerRe: how to get file attributes from a cluster in volume bitmap Pin
Luc Pattyn4-Jul-09 11:42
sitebuilderLuc Pattyn4-Jul-09 11:42 
No. On almost all file systems, the sectors, clusters and allocation tables don't know what sectors belong to what files.

Long ago, Apple's MacOS had a file system where each 512B sector actually was 528B in size, and the extra 16B helped in repairing damaged file systems, by keeping redundant back-linking information, but they abandoned that (not too many vendors wanted to support the odd sector size), and I haven't seen anything similar since.

So, yes you have to iterate your files in order to figure out which sectors/clusters belong to them.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: how to get file attributes from a cluster in volume bitmap Pin
Member 41945934-Jul-09 13:27
Member 41945934-Jul-09 13:27 
QuestionWhat am I doing wrong? Pin
FISH7864-Jul-09 4:15
FISH7864-Jul-09 4:15 
AnswerRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 4:25
professionalStuart Dootson4-Jul-09 4:25 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 4:35
FISH7864-Jul-09 4:35 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 4:48
professionalStuart Dootson4-Jul-09 4:48 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 4:57
FISH7864-Jul-09 4:57 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 5:05
professionalStuart Dootson4-Jul-09 5:05 
GeneralRe: What am I doing wrong? Pin
molesworth4-Jul-09 4:49
molesworth4-Jul-09 4:49 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 4:58
FISH7864-Jul-09 4:58 
GeneralRe: What am I doing wrong? Pin
molesworth4-Jul-09 5:05
molesworth4-Jul-09 5:05 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 5:06
FISH7864-Jul-09 5:06 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 5:15
professionalStuart Dootson4-Jul-09 5:15 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 5:16
FISH7864-Jul-09 5:16 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 5:21
professionalStuart Dootson4-Jul-09 5:21 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 12:33
FISH7864-Jul-09 12:33 
GeneralRe: What am I doing wrong? Pin
Stuart Dootson4-Jul-09 12:36
professionalStuart Dootson4-Jul-09 12:36 
GeneralRe: What am I doing wrong? Pin
FISH7864-Jul-09 12:43
FISH7864-Jul-09 12:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.