Another tinker 8-3

This commit is contained in:
2026-08-03 19:07:30 -04:00
parent e5004101ee
commit 6145a9faa1
61 changed files with 2576 additions and 34 deletions
+17 -1
View File
@@ -12,7 +12,7 @@ This brief tutorial should be cross-flavor, meaning it should work on Debian-, F
## STOP TALKING AND GIVE ME INFO
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:
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:
```bash
sudo pacman -Syyu
@@ -25,3 +25,19 @@ Then we leave that terminal open to the side, and open up what we just installed
gnome-disk-utility
```
Ideally you'll have Disks on one window, terminal on the other.
Now. In Disks, you'll want to format your disk from the 3-dot menu in the top right.
Once formatted, mount the sucker. Name it something you'll remember, we'll need it soon.
*(Quick note! If you plan to daily this drive in Linux, leave it as "ext4". If you intend to dual boot, format to "fat32")*
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
In your terminal, run
```bash
sudo nano /etc/fstab
```