Losetup: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Storage Concepts =Overview= Manages loopback devices.")
 
 
Line 6: Line 6:


Manages [[Linux 7 Storage Concepts#Loopback_Device|loopback devices]].
Manages [[Linux 7 Storage Concepts#Loopback_Device|loopback devices]].
dd if=/dev/zero of=./lvm0.img bs=50 count=1M
losetup /dev/loop0 ./lvm0.img

Latest revision as of 23:16, 13 February 2018

Internal

Overview

Manages loopback devices.

dd if=/dev/zero of=./lvm0.img bs=50 count=1M
losetup /dev/loop0 ./lvm0.img