Another tinker 8-3
This commit is contained in:
@@ -96,6 +96,16 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
|
||||
<span>Docs</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//localhost:1313/tags/" title="Tags">
|
||||
<span>Tags</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//localhost:1313/search/" title="Search (Alt + /)" accesskey=/>
|
||||
<span>Search</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@@ -126,7 +136,7 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
|
||||
</h1>
|
||||
<div class="post-meta">
|
||||
|
||||
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span> · <span>1 min</span>
|
||||
<span title='2026-08-02 20:58:52 -0400 EDT'>August 2, 2026</span> · <span>2 min</span>
|
||||
|
||||
</div>
|
||||
</header> <details class="toc" >
|
||||
@@ -146,11 +156,18 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
|
||||
<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>
|
||||
<p>I’m assuming your drive is already installed. If not, 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><p>Ideally you’ll have Disks on one window, terminal on the other.</p>
|
||||
<p>Now. In Disks, you’ll want to format your disk from the 3-dot menu in the top right.</p>
|
||||
<p>Once formatted, mount the sucker. Name it something you’ll remember, we’ll need it soon.</p>
|
||||
<p><em>(Quick note! If you plan to daily this drive in Linux, leave it as “ext4”. If you intend to dual boot, format to “fat32”)</em></p>
|
||||
<p>Now you’re formatted. You’ll notice a little string of numbers under the partition now, a field labeled “UUID”. We need that. Copy paste your UUID, and move over to the terminal</p>
|
||||
<p>In your terminal, 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>sudo nano /etc/fstab
|
||||
</span></span></code></pre></div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user