Further updates to 2019 FOSDEM talk.
[libguestfs-talks.git] / 2019-fosdem / 0000-introduction.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <div id="titlepage">
6   <p class="title">
7     Better loopback mounts with NBD &mdash; <br/>
8     <small>Take your loopback mounts to the next level with nbdkit</small>
9   </p>
10   <p><author>
11       Richard W.M. Jones <br/>
12       <small>rjones @ redhat.com</small>
13   </author></p>
14   <p style="width: 75%; margin: auto; text-align: left;">
15     <b>Loopback devices</b> let you turn a raw file into a device.
16     <b>Loopback mounts</b> let you mount filesystems from a raw file.
17     <b>Network Block Device</b> with the <b>nbdkit</b> server takes
18     this concept to the next level, elegantly solving simple problems
19     like how to mount filesystems from a compressed file, but as we
20     shall see in this talk offering far, far more ...
21   </p>
22 </div>