knowledge/technology/linux/Loop Device.md
2024-01-17 09:00:45 +01:00

8 lines
No EOL
429 B
Markdown

---
obj: concept
wiki: https://en.wikipedia.org/wiki/Loop_device
---
# Loop Device
In Unix-like operating systems, a loop device is a pseudo-device that makes a computer file accessible as a block device. Thus, if the file contains an entire file system, the file may then be mounted as if it were a disk device.
In [Linux](Linux.md) loop devices can be managed with the [losetup](../applications/cli/system/losetup.md) command.