From: Richard W.M. Jones Date: Fri, 16 Nov 2018 22:44:11 +0000 (+0000) Subject: In trouble for calling it "loopback mounting", use "loop mounting" instead. X-Git-Url: http://git.annexia.org/?p=libguestfs-talks.git;a=commitdiff_plain;h=db2f21796bdcbab3f8941fd56361047233aa81f7 In trouble for calling it "loopback mounting", use "loop mounting" instead. --- diff --git a/2019-fosdem/.gitignore b/2019-fosdem/.gitignore index 1a52eaa..f5857df 100644 --- a/2019-fosdem/.gitignore +++ b/2019-fosdem/.gitignore @@ -1,6 +1,6 @@ /bindings /history -/1000-loopback-mounting.d/fedora-29.img +/1000-loop-mounting.d/fedora-29.img /2000-xz-compressed.d/Fedora-Cloud-Base-29-1.2.x86_64.raw.xz /2200-partitioning.d/boot.img /2200-partitioning.d/.root.img diff --git a/2019-fosdem/0000-introduction.html b/2019-fosdem/0000-introduction.html index c490a94..968fe92 100644 --- a/2019-fosdem/0000-introduction.html +++ b/2019-fosdem/0000-introduction.html @@ -4,16 +4,16 @@

- Better loopback mounts with NBD —
- Take your loopback mounts to the next level with nbdkit + Better loop mounts with NBD —
+ Take your loop mounts to the next level with nbdkit

Richard W.M. Jones
rjones @ redhat.com

- Loopback devices let you turn a raw file into a device. - Loopback mounts let you mount filesystems from a raw file. + Loop devices let you turn a raw file into a device. + Loop mounts let you mount filesystems from a raw file. Network Block Device with the nbdkit server takes this concept to the next level, elegantly solving simple problems like how to mount filesystems from a compressed file, but as we diff --git a/2019-fosdem/1000-loopback-mounting.d/.stamp b/2019-fosdem/1000-loop-mounting.d/.stamp similarity index 100% rename from 2019-fosdem/1000-loopback-mounting.d/.stamp rename to 2019-fosdem/1000-loop-mounting.d/.stamp diff --git a/2019-fosdem/1000-loopback-mounting.term b/2019-fosdem/1000-loop-mounting.term similarity index 80% rename from 2019-fosdem/1000-loopback-mounting.term rename to 2019-fosdem/1000-loop-mounting.term index f65fef1..f9bcac9 100755 --- a/2019-fosdem/1000-loopback-mounting.term +++ b/2019-fosdem/1000-loop-mounting.term @@ -3,7 +3,7 @@ source functions # Title. -export title="Loopback mounting" +export title="Regular loop mounting" # History. remember 'ls -lh' @@ -14,6 +14,6 @@ remember 'sudo mount /dev/mapper/loop0p4 /tmp/mnt' remember 'ls -l /tmp/mnt' ./restore -pushd 1000-loopback-mounting.d >/dev/null +pushd 1000-loop-mounting.d >/dev/null terminal popd >/dev/null diff --git a/2019-fosdem/9000-final.html b/2019-fosdem/9000-final.html index 7de2cb5..9aea925 100644 --- a/2019-fosdem/9000-final.html +++ b/2019-fosdem/9000-final.html @@ -5,8 +5,8 @@

In summary