init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
8
technology/linux/Loop Device.md
Normal file
8
technology/linux/Loop Device.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue