惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
V
Visual Studio Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
D
DataBreaches.Net
美团技术团队
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
The Cloudflare Blog
宝玉的分享
宝玉的分享
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Can we define where software is installed?
@gummibear R · 2026-04-27 · via CachyOS Forum - Latest posts
In my system, there’s currently 2 x 2000GB Samsung SSD 980 PRO 2TB + 2 x 4001GB Samsung SSD 870 installed. 1 NVME (2GB) and 1 SATA (4GB) each for CachyOS and Windows 10. It’s a dual-bool setup with Limine. My goal is to phase-out Win10 at some day in the future, as I’m not going to install Win11 for known reasons In Windows, I just installed the OS itself and the most important software (the apps I use daily or any low-level software) into the C: drive which is the super-fast NVME M2 device. Everything else goes to the big but slightly slower SATA SSD. How could I archive something like that in CachyOS? I understand there are some conventions in Linux that define the purpose of directories, such as /var, /opt, /usr/ and /bin. These basically say where software is installed. While in Windows we have drive letters, in in Linux we mount partitions to certain directories into one single tree. Most of the time, I install software using pacman, yay/AUR or the KDE tools. As you can see in the screenshot above, I’ve mounted the 4GB SATA to into my user’s /home directory. Ideally, less used software would go there instead of the standard directories such as /var. Is this even a good idea for Linux or should I go with some other concept? In this scenario, I’d move bigger stuff such as games or my local AI stack (models) docker images, QEMU KVMs to the SATA. Some of my AI-tools are “self-managed” meaning, I just clone & fetch Github repos, then compile everyting inside, so that’s easy. In many programs the destination can be chosen, but how about the “standard” stuff, coming from pacman/yay ?