knowledge/technology/linux/Loop Device.md
2023-12-04 11:02:23 +01:00

8 lines
No EOL
422 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/losetup.md) command.