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
399f5a81
Commit
399f5a81
authored
10 months ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
Characteristics of RAM, SSD, HDD, Tape
parent
31813ae4
No related branches found
No related tags found
1 merge request
!11
File and Data Systems
Pipeline
#70949
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
+13
-2
13 additions, 2 deletions
lectures/file-and-data-systems/slides.qmd
with
13 additions
and
2 deletions
lectures/file-and-data-systems/slides.qmd
+
13
−
2
View file @
399f5a81
...
@@ -53,15 +53,26 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
...
@@ -53,15 +53,26 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
* RAM needs electricity to keep the data.
* RAM needs electricity to keep the data.
* All but tape usually remain powered.
* All but tape usually remain powered.
## RAM disk
## RAM disk
## Solid state disk
* Use RAM as if it were a disk
* `tmpfs` filesystems on levante (`/dev/shm`)
## Solid-state disk/flash drives
* Non-volatile electronic medium
- keeping state (almost) w/o energy supply
## Hard disk
## Hard disk
* Stacks of magnetic disks with read/write heads
* Spinning to make every point accessible by heads
## Tape
## Tape
* Spools of magnetizable bands
* Serialized access only
# Access logics
# Access logics
## File systems
## File systems
...
...
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