edited some music pages, started an 'fstab' guide
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title>Fstab | TheWittyBanter.com</title>
|
||||
<title>fstab guide | TheWittyBanter.com</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="When I first">
|
||||
<meta name="description" content="When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?
|
||||
Why not.
|
||||
This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :)">
|
||||
<meta name="author" content="">
|
||||
<link rel="canonical" href="//localhost:1313/docs/fstab/">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.cd9298b33628769aa1bc1acebbbfd7aa11ce81dfe03484d479e1907760249a1d.css" integrity="sha256-zZKYszYodpqhvBrOu7/XqhHOgd/gNITUeeGQd2Akmh0=" rel="preload stylesheet" as="style">
|
||||
@@ -107,14 +109,14 @@
|
||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
||||
<polyline points="9 18 15 12 9 6"></polyline>
|
||||
</svg>
|
||||
<a href="/docs/">Docs</a>
|
||||
<a href="/docs/"></a>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
|
||||
<polyline points="9 18 15 12 9 6"></polyline>
|
||||
</svg>
|
||||
</nav>
|
||||
<h1 class="post-title entry-hint-parent">
|
||||
Fstab
|
||||
fstab guide
|
||||
<span class="entry-hint" title="Draft">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="35" viewBox="0 -960 960 960" fill="currentColor">
|
||||
<path
|
||||
@@ -127,10 +129,29 @@
|
||||
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span> · <span>1 min</span>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
</header> <details class="toc" >
|
||||
<summary accesskey="c" title="(Alt + C)">
|
||||
<span class="title">Table of Contents</span>
|
||||
</summary>
|
||||
|
||||
<div class="post-content md-content"><p>When I first</p>
|
||||
<div class="inner"><ul>
|
||||
<li>
|
||||
<a href="#stop-talking-and-give-me-info" aria-label="STOP TALKING AND GIVE ME INFO">STOP TALKING AND GIVE ME INFO</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div class="post-content md-content"><p>When I was but a burgeoning console junkie cutting my teeth in Mint, my first few forays with mounting a new drive had proven to be a struggle. Sure - LLMs exist now, why bother writing this?</p>
|
||||
<p>Why not.</p>
|
||||
<p>This brief tutorial should be cross-flavor, meaning it should work on Debian-, Fedora-, and Arch-based systems alike. For today’s guide we’ll be using CachyOS, adjust for your package manager accordingly! :)</p>
|
||||
<h2 id="stop-talking-and-give-me-info">STOP TALKING AND GIVE ME INFO<a hidden class="anchor" aria-hidden="true" href="#stop-talking-and-give-me-info">#</a></h2>
|
||||
<p>To begin, if you don’t already have it, I like to use Gnome’s Disk Utility on most of my distributions. Install it with:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>sudo pacman -Syyu
|
||||
</span></span><span style="display:flex;"><span>sudo pacman -S gnome-disk-utility
|
||||
</span></span></code></pre></div><p>Then we leave that terminal open to the side, and open up what we just installed. You can either search “Disks” in your app launcher, or run:</p>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>gnome-disk-utility
|
||||
</span></span></code></pre></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user