command not found
Interesting. I just checked, is this right? Unmount > additional partition options > deselect user session defaults > edit mount point to /media? The existing mount point in that section is /mnt/2c148... is that meant to be different from /run/media that it's currently on?
Haha yeah it's been a journey. 5 months into Linux but I've learned a ton. I'll start digging into this and in the mean time just settle for mounting at boot and changing the permissions to /run/media/USER every time so my server can get in. Appreciate the time, thank you.
Since the drives are being mounted in /run/media they’re probably being mounted by your file manager, not via /etc/fstab. You could instead have them mounted on boot by the root user via /etc/fstab (the classic way) or systemd.mount (slightly friendlier),
This is where I'm stuck. I read that changing the mount via fstab requires the UUID, which I can see with lsblk -f. But /etc/fstab has the same UUID for every drive, I have no idea what to do with it. As it is the 3 internal sata drives don't auto mount (even though they're selected in settings) and require a password to mount, and revert pemissions after reboot. I read it's due to /run but I'm stuck.
The permission issue is probably for a different reason. Are you sure the filesystem(s) you’re mounting supports POSIX style permissions? FAT doesn’t, and NTFS requires a special flag for it. The files might look like they have permissions, but they’re coming from the mount options and modifying them will either fail outright or not do anything.
They're NTFS. I just switched from Ubuntu Studio to Cachyos and they worked fine with mounting and permissions on Studio. Studio had them mounted in /media, took me a while to find that they were under /run/media on Cachy.
` GNU nano 8.7 /etc/fstab
/etc/fstab: static file system information.
Use 'blkid' to print the universally unique identifier for a device; this may
be used with UUID= as a more robust way to name devices that works even if
disks are added and removed. See fstab(5).
UUID=286B-26F7 /boot vfat defaults,umask=0077 0 2 UUID=25d4a86d-3af5-4b4f-96db-004e921390dd / btrfs subvol=/@,defaults,noatime,compress=zstd,> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /home btrfs subvol=/@home,defaults,noatime,compress=z> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /root btrfs subvol=/@root,defaults,noatime,compress=z> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /srv btrfs subvol=/@srv,defaults,noatime,compress=zs> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /var/cache btrfs subvol=/@cache,defaults,noatime,compress=> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /var/tmp btrfs subvol=/@tmp,defaults,noatime,compress=zs> UUID=25d4a86d-3af5-4b4f-96db-004e921390dd /var/log btrfs subvol=/@log,defaults,noatime,compress=zs> tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
`
It's not shitty, and not quite the same but Rare Exports is on my yearly Xmas horror watchlist. The short film is about how Santa Clauses exist in the wild as a feral species and are captured and trained by trained hunters to be monetised and sold for Christmas.
The full film (2010) is about the discovery of the first, true Santa buried in the ice in Norway, and his elves swarm to protect him.
OK! So I must have rebooted more than I remembered. Going back to -4 gave me the errors from the first freeze today:
Dec 12 11:09:36 MYPCNAME kernel: BUG: unable to handle page fault for address: ffffaa5cf71f6380
Dec 12 11:09:36 MYPCNAME kernel: #PF: supervisor read access in kernel mode
Dec 12 11:09:36 MYPCNAME kernel: #PF: error_code(0x0000) - not-present page
Going back to -2 I got the errors prior to the second freeze:
Dec 12 14:09:12 MYPCNAME kernel: BUG: unable to handle page fault for address: 000066fd90033180
Dec 12 14:09:12 MYPCNAME kernel: #PF: supervisor read access in kernel mode
Dec 12 14:09:12 MYPCNAME kernel: #PF: error_code(0x0000) - not-present page
Dec 12 14:09:12 MYPCNAME kernel: Fixing recursive fault but reboot is needed!
Dec 12 14:09:12 MYPCNAME kernel: BUG: scheduling while atomic: plasma-browser-/162281/0x00000000
Just want to say how much I appreciate you taking the time, I'm learning a lot with this, thank you.
Edit: Looks like it may be related to memory issues OOM? I did install something regarding oom awhile back but I don't remember what it was. I'm seeing nohang recommended tho
Edit 2: I check my running services, the other one was earlyoom. I've removed earlyoom and installed nohang. Hope I'm on the right track.
For the log? I just opened syslog in /var/log. Running journalctl -b -1 -p 3 only goes back to around 14:10, right after booting from the last freeze. dmesg just spits out a ton of the same UFW BLOCK entries, usb connections and such, and only one error that says usb 1-2.4.1.1.3: clock source 41 is not valid, cannot use (I have no idea if this is new or just always was). The first freeze happened yesterday morning, frozen sometime overnight when I wasn't even using the PC, but I didn't know about logs or anything so had no idea what to check.
The ports are whichever port is currently active in ProtonVPN's port forwarding.
I saw another Lemmy post earlier about task managers and installed glances earlier this morning. Unfortunately it wasn't running at the first freeze but was at the second, and didn't look like anything was amiss to me. I have had issues in the past though with running too many things at once, like a browser with open tabs, music player, and video editor at the same time eating RAM like crazy. I've since created a swap file and I can't remember the other thing, but it's meant to shut down the most memory hungry app before things get sluggish.
This type of freezing up is new though, nothing works, and I've left it for hours with no change. Previous freezes from eating RAM resulted in a slow moving cursor and resolved in about 20 mins. I also made a lot of adjustments for audio recording months ago that I'd really rather not reinstall the OS and lose, mostly since I'm new to Linux and don't remember how I got it working haha.
CPU temp seems to stay pretty constant around 45-48 degrees.
Should have mentioned I included the last log entry from when I got it back up. The clock froze at 11:09:55, 22 seconds after the kernel log entry. I booted back up at 11:32.
-/etc/modules-load.d/modules.conf
# /etc/modules is obsolete and has been replaced by /etc/modules-load.d/.
# Please see modules-load.d(5) and modprobe.d(5) for details.
#
# Updating this file still works, but it is undocumented and unsupported.
-
/usr/lib/modules-load.d/modules.conf This does not exist. In that directory I have /usr/lib/modules-load.d/fwupd-msr.conf and /usr/lib/modules-load.d/osspd.conf
-
The other two do not exist.
-
OS: Ubuntu 24.04 noble
Kernel: x86_64 Linux 6.14.0-37-generic
Uptime: 13m
Packages: 3944
Shell: bash 5.2.21
Resolution: 5250x2160
DE: KDE 5.115.0 / Plasma 5.27.12
WM: KWin
GTK Theme: Materia-dark [GTK2/3]
Icon Theme: breeze-dark
CPU: 11th Gen Intel Core i5-11400F @ 12x 4.4GHz [62.0°C]
GPU: NVIDIA GeForce RTX 3060
RAM: 5560MiB / 15860MiB
He didn't just "study" he has a Master's Degree in Chemical Engineering and received a Fulbright Scholoarship at MIT. Pretty spot-on casting honestly.

Appreciate it. I made a folder called media in root and mounted them there per your suggestion with gnome disk utility. I think part of the problem may have been I didn't know to install ntfs-3g (only used Ubuntu Studio prior to this which had a bunch of stuff auto installed). I had an issue after mounting where all the drives were read only but a reboot solved it, though I think I installed ntfs-3g right before the reboot so I can't be sure what made it work. The drives are all owner group root root now but they work at least.