As a noob there were four things that sucked worse than Windows so far:
Properly mounting a NAS so file pickers in programs don’t shit themselves or refuse to see it. There’s no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.
Whatever the fuck KDE Wallet is doing prompting me for a password to mount a secondary SSD every login despite trying to make it not do that with guides. On going.
Learning about .pacnew files in etc, but meld thankfully takes the edge off dealing with diff.
Getting gud with all the gaming tools and compatibility tools to the point I’m proficient enough to mod most games again.
Not bad, all things considered. You’re right that it’s harder OS overall to learn. Still, I’d say I broke stuff on Linux about as often as I did bending Windows 9x and XP to my will growing up. Managed to make SDDM not start automatically by mistake dealing with .pacnew my first time.
To do: go through restoring one of CachyOS’s system recovery snapshots even tho nothing is broken currently so I actually know how if/when I really need to.
Properly mounting a NAS so file pickers in programs don’t shit themselves or refuse to see it. There’s no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.
Oh man, looks like I have a bunch of googling ahead of me.
Basically I had to make a folder in mnt and then add this upcoming line manually. Fun fact! It doesn’t like spaces, thus 040POOL. Idk why but an underscore didn’t work either. I didn’t know this at first and wanted to slam my face into my keyboard by the time I got it working.
Confirm it works with terminal command:
sudo mount -a
Then reboot and see if it automounted:
mount | grep nas
“nas” is whatever you called the mnt subdirectory you created.
This is a very fucking stupid process vs right clicking a folder on my NAS in Windows and mapping a network drive so it gets a storage device letter. However, it’s fun to rant about.
As a noob there were four things that sucked worse than Windows so far:
Properly mounting a NAS so file pickers in programs don’t shit themselves or refuse to see it. There’s no GUI feature even in KDE for this task. Should not be like this modern day. Mounting anything properly is annoying here.
Whatever the fuck KDE Wallet is doing prompting me for a password to mount a secondary SSD every login despite trying to make it not do that with guides. On going.
Learning about .pacnew files in etc, but meld thankfully takes the edge off dealing with diff.
Getting gud with all the gaming tools and compatibility tools to the point I’m proficient enough to mod most games again.
Not bad, all things considered. You’re right that it’s harder OS overall to learn. Still, I’d say I broke stuff on Linux about as often as I did bending Windows 9x and XP to my will growing up. Managed to make SDDM not start automatically by mistake dealing with .pacnew my first time.
To do: go through restoring one of CachyOS’s system recovery snapshots even tho nothing is broken currently so I actually know how if/when I really need to.
Oh man, looks like I have a bunch of googling ahead of me.
etc/fstab is my hint.
Basically I had to make a folder in mnt and then add this upcoming line manually. Fun fact! It doesn’t like spaces, thus 040POOL. Idk why but an underscore didn’t work either. I didn’t know this at first and wanted to slam my face into my keyboard by the time I got it working.
Confirm it works with terminal command:
sudo mount -a
Then reboot and see if it automounted:
mount | grep nas
“nas” is whatever you called the mnt subdirectory you created.
This is a very fucking stupid process vs right clicking a folder on my NAS in Windows and mapping a network drive so it gets a storage device letter. However, it’s fun to rant about.