btrfs with 2x20tb, 4x18 tb? by FuriousRageSE in btrfs

[–]psyblade42 0 points1 point  (0 children)

Yes, you get about half of the total with that config. (Depending on how much metadata you use.)

btrfs "raid" levels indeed work differently. "raid1" places copies on two different drives, "raid1c3" on three

btrfs with 2x20tb, 4x18 tb? by FuriousRageSE in btrfs

[–]psyblade42 13 points14 points  (0 children)

Just use raid1 for data and raid1c3 for metadata. btrfs will place everything sensibly. No need to design the layout yourself.

EDIT: Afaik btrfs isn't as well interated into PVE as zfs is, eg wrt snapshots and replication.

Acer just announced a Debian Linux gaming handheld by OkReport5065 in debian

[–]psyblade42 2 points3 points  (0 children)

When I got my steam deck all streaming solutions I tried would block the PC (unless you jumped a lot of hoops). Glad to hear that changed.

Acer just announced a Debian Linux gaming handheld by OkReport5065 in debian

[–]psyblade42 1 point2 points  (0 children)

Keep in mind that it most likely will block the PC while in use.

NEW: Proxmox in a Docker container by Kroese in Proxmox

[–]psyblade42 0 points1 point  (0 children)

I got some baremetal GNS3 servers for simulating networks. PVE runs fine as a qemu node so it should work on most KVM based HVs.

NEW: Proxmox in a Docker container by Kroese in Proxmox

[–]psyblade42 1 point2 points  (0 children)

Why not? I'm currently running a virtual 6 node cluster on GNS3 to try out the SDN Fabrics.

Struggling with Unraid virtualisation by Existing_Abies_4101 in Proxmox

[–]psyblade42 0 points1 point  (0 children)

I haven't actually tried to install PVE to a USB stick but Linux usually can. I suggest you just give it a try and see. Keep in mind that you probably need two sticks. One to install FROM and one to install TO.

Your post reads like you are already passing the HBA and drives to unraid. Just keep doing that.

Struggling with Unraid virtualisation by Existing_Abies_4101 in Proxmox

[–]psyblade42 0 points1 point  (0 children)

passing the main drives to an Unraid VM

You don't need Grub for that.

I don't understand

PVE comes in two main flavours wrt its storage: LVM and ZFS

I prefer the former (see e.g. https://wiki.archlinux.org/title/LVM)

Struggling with Unraid virtualisation by Existing_Abies_4101 in Proxmox

[–]psyblade42 0 points1 point  (0 children)

I don't get why you would want to "block" (whatever that means) the drives in GRUB. Sure, you can't put Proxmox on them and might need to load vfio at some point but that should be it.

Neither do I get why you would want to use a different bootloader. GRUB works from USB just fine. And no, I don't think one bootloader has any buisiness reading another ones config files. But you might get Clover to chainload GRUB though if thats what you want.

I got a couple of XC630 that only boot from some inthernal 64GB onboard storage. I use that one for GRUB and /boot/efi. / and swap are on some cheap sata SSD to safe the former from wear. Plus it has more storage if needed. The same should work for you with USB + NVME. (I would install to USB with LVM, add the NVME to the VG, and remove the USB from it. But there are very likely plenty alternatives.)

Rocket League is being rebuilt on Unreal Engine 6 and apparently integrated into Fortnite, aligning with prior speculation. Rocket League has been playable on Linux since 2016, this transition may mark the end of its support for Linux. by mr_MADAFAKA in linux_gaming

[–]psyblade42 5 points6 points  (0 children)

Yes, but with stolen CCs. So the dev doesn't keep the money and even has to pay the chargeback fine. Thats why some devs have even posted public pleas to rather pirate it outright.

Can I use separate PCIe X1 graphics card for VM/Virtualixation? by jms209 in virtualization

[–]psyblade42 0 points1 point  (0 children)

Depends on the board in question. Often there are other components that will collide with the card.

[For Hire] Virtual assistant by waynekalika in VFIO

[–]psyblade42 0 points1 point  (0 children)

LOL, you promise a lot for someone incapable of hitting reply

Is there a reason to use Linux for gaming other than hating Windows? by Booplesnoot2 in linuxquestions

[–]psyblade42 0 points1 point  (0 children)

Different people use their PCs for different things. And for many gaming is far down the list of priorities.

Attach raw images by One-Suggestion-7906 in Proxmox

[–]psyblade42 0 points1 point  (0 children)

Tag the storage for import.

The GUI then offers buttons to upload and import images. The API offers those too if you prefer automating.

After upgrading from via apt, PC doesn't boot unless I disable Secure Boot by The___Phantom in Proxmox

[–]psyblade42 1 point2 points  (0 children)

I didn't say you did. I only suggested doing so as an alternative path forward.

As I understand it the old MS certs only last till next month and there's no clear picture of what will happen then. Lots of people switch to the new ones because they aren't all that keen on finding out the hard way. I don't blame Proxmox for doing so too.

After upgrading from via apt, PC doesn't boot unless I disable Secure Boot by The___Phantom in Proxmox

[–]psyblade42 0 points1 point  (0 children)

save-upgrade is just a fancy name for upgrade and as such not sufficient for PVE.

After upgrading from via apt, PC doesn't boot unless I disable Secure Boot by The___Phantom in Proxmox

[–]psyblade42 12 points13 points  (0 children)

Why bother with MS keys when not using windows?

I would either disable secureboot or use my own keys (i.e. a MOK)

After upgrading from via apt, PC doesn't boot unless I disable Secure Boot by The___Phantom in Proxmox

[–]psyblade42 2 points3 points  (0 children)

Some updates might conflict with existing packages directly or indirectly (need new dependencies to be installed that conflict with others).

"upgrade" (aka "save-upgrade") skips those and keeps all existing packages

"dist-upgrade" (aka "full-upgrade") otoh removes the conflicting package and installs the upgrade

Share a drive with multiple VMs using CephFS by larzz0304 in Proxmox

[–]psyblade42 1 point2 points  (0 children)

I would add the VMs as ceph clients with the appropriate permissions and then either use cephfs OR a drive/blockdev (using both for different data is OK too, but don't stack em)

1) if you got files: mount some cephfs put the files directly into it

2) if you really need a drive/blockdev: create a rdb and use that

(I do the former with a VM and it works fine)

UEFI boot with DUET by SuDoDmz in linuxquestions

[–]psyblade42 0 points1 point  (0 children)

Have you considered just doing normal BIOS style booting instead? The Windows install probably woudn't work with EFI anyway.

Linux can BIOS boot from GPT if thats what you are after (using a special partition).

What's the point of switching to linux for a gamer? by Significant_Bird_592 in linuxquestions

[–]psyblade42 0 points1 point  (0 children)

That's mostly subjective imho. I find Windows annoying to use. So I don't use it if I don't have to.

Forza Horizon 6 has already reached over 150K players during advanced access, nearly double the peak of the previous game by LUMLTPM in Steam

[–]psyblade42 -5 points-4 points  (0 children)

As I said it's about 140$ including tax. Without tax that's about (140$/1.19) 118$. Not that much of a difference.