knowledge/technology/linux/Loop Device.md

8 lines
429 B
Markdown
Raw Permalink Normal View History

2023-12-04 10:02:23 +00:00
---
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.
2024-01-17 08:00:45 +00:00
In [Linux](Linux.md) loop devices can be managed with the [losetup](../applications/cli/system/losetup.md) command.