diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 613059e..52510d1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -37,12 +37,12 @@ "state": { "type": "markdown", "state": { - "file": "Operating Systems/Virtual Memory.md", + "file": "Operating Systems/File Systems Management.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Virtual Memory" + "title": "File Systems Management" } } ], @@ -225,11 +225,12 @@ }, "active": "565b9e04e8704d81", "lastOpenFiles": [ + "Operating Systems/Virtual Memory.md", + "Operating Systems/File Systems Management.md", "Operating Systems/Scheduling.md", "Operating Systems/Processes and Threads.md", "Operating Systems/Memory Management.md", "Operating Systems/Inter-Process Communication.md", - "Operating Systems/Virtual Memory.md", "Operating Systems/assets/Pasted image 20250505042548.png", "Operating Systems/assets/Pasted image 20250505042419.png", "Operating Systems/assets/Pasted image 20250204103541.png", diff --git a/Operating Systems/File Systems Management.md b/Operating Systems/File Systems Management.md new file mode 100644 index 0000000..f8e3869 --- /dev/null +++ b/Operating Systems/File Systems Management.md @@ -0,0 +1,7 @@ +A file system consists of two parts +- Collection of files +- A directory structure -> provides information about all files in the system + +## File +- Logical view -> the unit of storing data +Files are mapped by the OS onto physical \ No newline at end of file