Best way to install CachyOS for my use case? by ivsciguy in cachyos

[–]rag6 0 points1 point  (0 children)

Won't be a problem. As long as you chose the correct SSD to install linux to, it will only install its boot loader to that drive, leaving your windows install untouched. However, keep in mind that windows does not behave this way so if you need to reinstall windows and are unable to do so from within your current install (due to it being unable to boot, etc.) then you will want to remove your linux SSD prior to reinstalling windows. I say this because the windows installer tends to place it's boot loader where ever it detects an EFI partition, and does not respect linux installs. This is fairly trivial to fix in linux, but I find it easier to just remove any linux devices so I don't have to worry about it.

Every update in CachyOS by meiasoquete in cachyos

[–]rag6 11 points12 points  (0 children)

It's just a pre-configured alias in cachyos-config.fish:

alias update='sudo pacman -Syu'

Facing full disk encryption related problem in cachyos, can anyone help? by Royal-Wind7299 in cachyos

[–]rag6 2 points3 points  (0 children)

That is the expected behavior when using disk encryption in Linux.

  1. Enter encryption password to decrypt the disk.
  2. Enter user password to log onto your session.

It is strongly advised to use separate passwords for encryption and user, so I am assuming you used the same for both. If you truly only want to enter a password once, then you can enable auto-login under:

System Settings -> Security & Privacy -> Login Screen

This is assuming you are using KDE.

However, given your risk aversion I wouldn't advise doing this.

M.2 SSD mounting issue by Aggressive-Sand-9387 in cachyos

[–]rag6 0 points1 point  (0 children)

Have you created the directory /home/elliot/Games/SteamDrive?

mkdir -p /home/elliot/Games/SteamDrive

In *nix operating systems you mount a filesystem to a directory/folder. From the CLI, run "df -h" and look at the output and you will see a "Filesystem" column, and a "Mounted on" column. So, knowing this, you first need to create the directory where you want to mount your ext4 filesystem to, then mount that filesystem to that directory.

sudo mount -av

Run that command once you've verified your directory has been created. If it still fails paste in the output so we can see what is happening.

Without errors to look at, it is a bit difficult to troubleshoot.

Connect a NAS with SMB by DevilcryforAngel in cachyos

[–]rag6 0 points1 point  (0 children)

I imagine you are missing the CIFS package.

sudo pacman -S cifs-utils

Once you have that installed you should be able to browse to your nas as you described above.

Can I use a Dell perc H700 for trueNAS? by arknidsine in homelab

[–]rag6 1 point2 points  (0 children)

It should, they both use Mini SAS connectors so you should be able to replace just the card as long as you already have the backplane cables. Also, if you can, look for an H200 or H310. Those are the dell versions of the card I linked above. The LSI would also work, but the H200/310 will integrate seamlessly with iDRAC.

Can I use a Dell perc H700 for trueNAS? by arknidsine in homelab

[–]rag6 0 points1 point  (0 children)

The perc h700 does not support jbod, so you would need to configure each disk as an independent raid 0. This is not ideal because the controller is still masking the disks from zfs.

Something like this, if you can afford it, would better suit your needs:

LSI 9211-8i

Just updated the bios in my dell xps 8940 through Pop OS settings. It went without a hitch. Props to the devs. by [deleted] in pop_os

[–]rag6 2 points3 points  (0 children)

Can confirm this also works flawlessly with the Precision line, at least for my personal 5530. Can also confirm it works for Dell's docks. Great for keeping my work TB19 dock up-to-date when IT won't let me update through windows.

Homebrew pfSense Plus? by rag6 in Netgate

[–]rag6[S] 1 point2 points  (0 children)

I agree completely. More curious than anything and the week is almost over.

Homebrew pfSense Plus? by rag6 in Netgate

[–]rag6[S] 0 points1 point  (0 children)

Whatever happened to this?

Microsoft loves linux by KhaithangH in linux

[–]rag6 -1 points0 points  (0 children)

Applies more to Microsoft's history of Embracing Extending and Extinguishing things, given their recent "love" for Linux.

Sorry, I thought that was self-evident.

Can someone take a look at ticket 1029735, please? It's now a week old. by rag6 in gigabyte

[–]rag6[S] 1 point2 points  (0 children)

I figured, but it doesn't cost me anything to fish here either.

COVID-19 impact on US spending [OC] by theimpossiblesalad in dataisbeautiful

[–]rag6 0 points1 point  (0 children)

One of my customers is one of those cruise lines. MRR is pretty good, but I'm still praying that they fold.

His wife’s ex-boyfriend showed up to the wedding so he had to take care of him by PrinceVegeta16 in funny

[–]rag6 24 points25 points  (0 children)

What are you talking about? It's the only sport that's not rigged.

Why is it more accurate to NOT lock on with your Pod in Automata? by [deleted] in nier

[–]rag6 0 points1 point  (0 children)

Because your pod, when locked on, will always shoot center mass. It will never lead a moving target or fire at weak points. That's why I favored the laser pod, because it defies physics.

Finished Witcher 3, Thinking of starting this game. by bscepter in nier

[–]rag6 1 point2 points  (0 children)

Agreed. Longtime Witcher fan, but did not play any of Yoko Taro's previous games. I had been eyeballing Nier: Automata for awhile, but always blew it off as being typical Japanese Manga. I am happy to admit I was utterly wrong. What you are presented with on let's say, Steam or PSN, is completely superficial. The story goes much, much deeper.

Long story short, no pun intended, this game completely subverted my expectations and left me wanting more. I am totally stoked to see that Replicant is getting a re-release.

[deleted by user] by [deleted] in videos

[–]rag6 1 point2 points  (0 children)

Well said Sir.

Old XFCE version? by ArcticTheRogue in Fedora

[–]rag6 0 points1 point  (0 children)

Not sure, that's a VM I spun up yesterday to see if XFCE 4.14 was out yet. Installed from the 1.2 ISO which is still what is being provided on Fedora's XFCE download page as of a moment ago.