diff options
Diffstat (limited to 'public/write-iso-usb.html')
| -rwxr-xr-x | public/write-iso-usb.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/write-iso-usb.html b/public/write-iso-usb.html index 4a32544..3ff6d94 100755 --- a/public/write-iso-usb.html +++ b/public/write-iso-usb.html | |||
| @@ -7,11 +7,11 @@ | |||
| 7 | <a href=/mitjafelicijan.pgp.pub.txt target=_blank class=hob>PGP</a> | 7 | <a href=/mitjafelicijan.pgp.pub.txt target=_blank class=hob>PGP</a> |
| 8 | <a href=/curriculum-vitae.html>CV</a> | 8 | <a href=/curriculum-vitae.html>CV</a> |
| 9 | <a href=/index.xml target=_blank class=hob>RSS</a></nav></header><main role=main><article itemtype=http://schema.org/Article><h1 itemtype=headline>Write ISO to USB Key</h1><p><cap>note</cap>, May 8, 2023 on <a href=https://mitjafelicijan.com>Mitja Felicijan's blog</a><div><p>Write ISO to USB key. Nothing fancy here.<pre tabindex=0 style=background-color:#fff><code><span style=display:flex><span>sudo dd <span style=color:#00f>if</span>=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync | 9 | <a href=/index.xml target=_blank class=hob>RSS</a></nav></header><main role=main><article itemtype=http://schema.org/Article><h1 itemtype=headline>Write ISO to USB Key</h1><p><cap>note</cap>, May 8, 2023 on <a href=https://mitjafelicijan.com>Mitja Felicijan's blog</a><div><p>Write ISO to USB key. Nothing fancy here.<pre tabindex=0 style=background-color:#fff><code><span style=display:flex><span>sudo dd <span style=color:#00f>if</span>=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync |
| 10 | </span></span></code></pre></div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSWhyNotDirectoryToFilesystem target=_blank rel=noopener>One reason that ZFS can't turn a directory into a filesystem</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>One of the wishes that I and other people frequently have for ZFS | 10 | </span></span></code></pre></div></article></main><section><hr><h2>Posts from blogs I follow around the net</h2><ul><li><a href=https://utcc.utoronto.ca/~cks/space/blog/linux/NFSv4ServerLockClients target=_blank rel=noopener>Finding which NFSv4 client owns a lock on a Linux NFS(v4) server</a> — <a href=https://utcc.utoronto.ca/~cks/space/blog/>Chris's Wiki :: blog</a><div>A while back I wrote an entry about finding which NFS client owns |
| 11 | is the ability to take an existing directory (and everything | 11 | a lock on a Linux NFS server, which turned |
| 12 | underneath it) in a ZFS filesystem and turn it into a sub-filesystem | 12 | out to be specific to NFS v3 (which I really should have seen coming, |
| 13 | of its own. One reason for wanting this is that a number of things | 13 | since it involved NLM and lockd). Finding the NFS v4 client that |
| 14 | are set and controlled on a per-filesyst…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen | 14 | owns a lock is, depending on your perspective, either simpl…<li><a href=http://www.landley.net/notes-2023.html#28-10-2023 target=_blank rel=noopener>October 28, 2023</a> — <a href=http://www.landley.net/notes-2023.html>Rob Landley's Blog Thing for 2023</a><div>Oh good grief, two of my least favorite licensing people, Larry Rosen |
| 15 | and Bradley Kuhn, are interacting on the OSI's license-discuss | 15 | and Bradley Kuhn, are interacting on the OSI's license-discuss |
| 16 | list where the're doing | 16 | list where the're doing |
| 17 | bad computer history and insisting that a guy Larry Rosen | 17 | bad computer history and insisting that a guy Larry Rosen |
