Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
5e70d955
Commit
5e70d955
authored
10 months ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
file/data: update posix file systems/links
parent
8d332a0d
No related branches found
No related tags found
1 merge request
!11
File and Data Systems
Pipeline
#71185
passed
10 months ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/file-and-data-systems/slides.qmd
+8
-5
8 additions, 5 deletions
lectures/file-and-data-systems/slides.qmd
with
8 additions
and
5 deletions
lectures/file-and-data-systems/slides.qmd
+
8
−
5
View file @
5e70d955
...
...
@@ -109,6 +109,7 @@ from "Small Gods" by Terry Pratchett
* Usual means are (symbolic) names or (numerical) identifiers
* Must be determined at time of data storage
* Either implicit, stored with the data or externally
* Medium is "formatted" to provide required infrastructure
## The more the merrier
...
...
@@ -117,9 +118,9 @@ from "Small Gods" by Terry Pratchett
* Support optimized data storage or access
* Defined by users or applications
* Allows indexing of data beyond name or id
* Especially for _Content-Adressed Storage_[^1] [(git2
lecture
)](/lecture-materials/lectures/git2/slides.html#content-addressable-store)
* Especially for _Content-Adressed Storage_[^1] [(git2)](/lecture-materials/lectures/git2/slides.html#content-addressable-store)
[^1]: not t
o be confused with
_Content-Adressable Memory_
[^1]: not t
he same as
_Content-Adressable Memory_
[(data structures)](/lecture-materials/lectures/data-structures/slides.html#dictionaries)
## File systems (POSIX)
...
...
@@ -135,11 +136,13 @@ from "Small Gods" by Terry Pratchett
* times of state change, permissions
* contains actual block locations
## Directories
## Directories
and Links
* Directories map names to inode numbers
* More than one name possible ("hard links")
* inode's life time managed by "link count"
* More than one name possible ("hard links")
* More than one directory with same name
* More than one name in one directory
* inode's life time managed by "link count"
## Inodes / blocks / ...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment