vault backup: 2025-05-05 13:55:38
This commit is contained in:
parent
9910c7737f
commit
b15c18b00e
7
.obsidian/workspace.json
vendored
7
.obsidian/workspace.json
vendored
@ -37,12 +37,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Operating Systems/Virtual Memory.md",
|
"file": "Operating Systems/File Systems Management.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Virtual Memory"
|
"title": "File Systems Management"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -225,11 +225,12 @@
|
|||||||
},
|
},
|
||||||
"active": "565b9e04e8704d81",
|
"active": "565b9e04e8704d81",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Operating Systems/Virtual Memory.md",
|
||||||
|
"Operating Systems/File Systems Management.md",
|
||||||
"Operating Systems/Scheduling.md",
|
"Operating Systems/Scheduling.md",
|
||||||
"Operating Systems/Processes and Threads.md",
|
"Operating Systems/Processes and Threads.md",
|
||||||
"Operating Systems/Memory Management.md",
|
"Operating Systems/Memory Management.md",
|
||||||
"Operating Systems/Inter-Process Communication.md",
|
"Operating Systems/Inter-Process Communication.md",
|
||||||
"Operating Systems/Virtual Memory.md",
|
|
||||||
"Operating Systems/assets/Pasted image 20250505042548.png",
|
"Operating Systems/assets/Pasted image 20250505042548.png",
|
||||||
"Operating Systems/assets/Pasted image 20250505042419.png",
|
"Operating Systems/assets/Pasted image 20250505042419.png",
|
||||||
"Operating Systems/assets/Pasted image 20250204103541.png",
|
"Operating Systems/assets/Pasted image 20250204103541.png",
|
||||||
|
7
Operating Systems/File Systems Management.md
Normal file
7
Operating Systems/File Systems Management.md
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user