Skip to content
Snippets Groups Projects
Commit 399f5a81 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Characteristics of RAM, SSD, HDD, Tape

parent 31813ae4
No related branches found
No related tags found
1 merge request!11File and Data Systems
Pipeline #70949 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment