Page 1 of 1
Using btree in file system implementation
Posted: Mon May 14, 2012 2:43 am
by pauldinhqd
Hi guys,
As I know, NTFS is using b+tree for storing the directory structure.
However, I don't seem to get it clear how to implement this b+tree with
C structs.
Anyone, please sketch out some example C structs for this b+tree
Re: Using btree in file system implementation
Posted: Mon May 14, 2012 3:53 am
by iansjack
Re: Using btree in file system implementation
Posted: Mon May 14, 2012 5:00 pm
by bubach
Re: Using btree in file system implementation
Posted: Mon May 14, 2012 7:35 pm
by pauldinhqd
Thanks for the links!
Re: Using btree in file system implementation
Posted: Tue May 15, 2012 1:12 am
by Combuster
Did I just see the first hit in google?
Re: Using btree in file system implementation
Posted: Tue May 15, 2012 9:14 am
by iansjack
Google, certainly. My memory is too bad to remember all those links off the top of my head. But not the first hit; a little searching was required.
It never ceases to amaze me that people seem to be unable to conduct a simple Google search. What also amazes me is when people ask questions like (this one from another forum) "What happens if I press ctrl-alt-del?". Whatever happened to "try it and see"?
But you are right. I must refrain from posting links found on Google. It's cheating, isn't it?
Re: Using btree in file system implementation
Posted: Wed May 23, 2012 3:17 pm
by Ameise
iansjack wrote:Google, certainly. My memory is too bad to remember all those links off the top of my head. But not the first hit; a little searching was required.
It never ceases to amaze me that people seem to be unable to conduct a simple Google search. What also amazes me is when people ask questions like (this one from another forum) "What happens if I press ctrl-alt-del?". Whatever happened to "try it and see"?
But you are right. I must refrain from posting links found on Google. It's cheating, isn't it?
That question "what happens... " could also be framed as the more innocent "What is actually occurring when I..." -- IE, "What is happening..." which is something a trivial Google search would not find good information about.