Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a root directory?

Tags:

filesystems

I know what a root directory is, of course, but I am finding it very difficult to explain to people what it is. I wrote a Nintendo DS application that requires a folder to be copied to the root directory of your memory card, and I often get e-mails from people who copied it to the wrong place and don't understand what the root directory is. I don't think they realize that the root directory can be thought of as a directory or "folder".

What is the best way to explain this to these people?

like image 363
Paige Ruten Avatar asked Feb 08 '09 20:02

Paige Ruten


5 Answers

Maybe you could tell them to put it on the memory card itself, not in any folder.

like image 188
Fabian Steeg Avatar answered Dec 04 '22 20:12

Fabian Steeg


Call it the "top-level" folder.

like image 31
Matt Howell Avatar answered Dec 04 '22 19:12

Matt Howell


For them, the root directory is the first folder they see when the double click the memory card icon.

like image 21
Sklivvz Avatar answered Dec 04 '22 19:12

Sklivvz


What about using a metaphore:

You can see the folders structure as a tree. Each folder is a branch with subbranches and leaves (the files). Each branch is connected to an other (bigger branch) except one. The root.

like image 38
Toon Krijthe Avatar answered Dec 04 '22 19:12

Toon Krijthe


Could you create a simple extractor/installer that will do it all for them?, could save a lot of hassle for the non-tech people.

like image 27
Kyle G Avatar answered Dec 04 '22 20:12

Kyle G