Concepts directory structure

Jump to: navigation, search
Icon-merge.png
This article or section should be merged with Concepts hardware#Hard Drives: terminology, partition table !
You are welcome to edit this article, but please refer to the discussion page to complete the merge as soon as possible.

Linux directory structure

The Linux Directory Structure (also known as the Filesystem Hierarchy Standard): In Linux, the files are stored in a directory structure that is significantly different from MS-Windows. Everything in Linux starts from the root directory (represented by / ) and it then expands into sub-directories, instead of having “drives”, as in MS-Windows. Linux sorts directories descending from the root directory / , theoretically according to their importance to the boot process. Typically, upon boot, the system does not know of the existence of different partitions or devices. Instead, different hard drives, and different partitions, are mounted seamlessly into the Linux directory structure, such that they are completely transparent to the user. This is known as the Unified Filesystem. More detail can be found here:

Mircosoft partitions in the openSUSE system

For example, for the MS-Windows user who is new to Linux, this will mean they will not see their PC's C: nor D: drive as such, even if they are still present when booting Linux in a dual boot (Linux/Windows) configuration. Instead the C: and D: drives may appear in openSUSE Linux as /windows/C or as /windows/D (or in a conceptually similar nomenclature per the Filesystem Hierarchy Standard).

See also