blackstrat

joined 2 years ago
[–] blackstrat@lemmy.fwgx.uk 2 points 3 hours ago

100% agree. JC3 is a gem of a game

[–] blackstrat@lemmy.fwgx.uk 1 points 17 hours ago

Formatted size will always be smaller than raw size as you are storing a file system and there are lots of different ones with different space requirements.

[–] blackstrat@lemmy.fwgx.uk 1 points 18 hours ago

Which is why there's almost no 4k live sports. The processing is just insane today.

[–] blackstrat@lemmy.fwgx.uk 3 points 18 hours ago (2 children)

Kilo and mega prefixes have been used for far far longer than computers have been around and they mean 1000 and 1000000. It's only in computing where these prefixes were corrupted because they were deemed "closed enough" and caused confusion because people expect the terminology they use everywhere else to also apply to their computer.

[–] blackstrat@lemmy.fwgx.uk 23 points 18 hours ago (2 children)

Red boxes are very on trend at the moment, everyone is saying so

[–] blackstrat@lemmy.fwgx.uk 2 points 5 days ago

I'm mean, obviously Kelly Brooke.

[–] blackstrat@lemmy.fwgx.uk 5 points 5 days ago

Nobody fucks with the Jesus

[–] blackstrat@lemmy.fwgx.uk 2 points 5 days ago

alias your way to something you like

[–] blackstrat@lemmy.fwgx.uk 1 points 5 days ago

4?! There are literally dozens of us!

[–] blackstrat@lemmy.fwgx.uk 3 points 1 week ago

Kids love laughing. Comedy is all about subterfuge and up-ending expectations. "Trolling" is the same. Kids make up the worst unfunny jokes as they don't understand what makes a joke funny instead of ridiculous, but they do understand the art of the unexpected.

[–] blackstrat@lemmy.fwgx.uk 1 points 1 week ago (1 children)

I'm going to split this in to two categories: 1) games that were the best for their time, but perhaps don't hold up nowadays. 2) Games that are the best today.

  1. GoldenEye. This game was just so good both single and multiplayer. It was revolutionary, amazingly close to the film and a real challenge to complete. It was a huge game changer and entered in the modern era for such games.

  2. I just really like Just Cause 3. It's such fun, great visual, even better game mechanics, cool soundtrack, a true open world and massive destruction, endless ways to approach every situation.

[–] blackstrat@lemmy.fwgx.uk 1 points 1 week ago

The Gear Page is very active as are sister sites like strat forums, my les paul etc

Talk photography

Fred Miranda photography forums

Av forums

Watchuseek

What HiFi

I used to live on the winamp forums, but I haven't for a long time and it's pretty dead now.

 

I have a ZFS RAIDZ2 array made of 6x 2TB disks with power on hours between 40,000 and 70,000. This is used just for data storage of photos and videos, not OS drives. Part of me is a bit concerned at those hours considering they're a right old mix of desktop drives and old WD reds. I keep them on 24/7 so they're not too stressed in terms of power cycles bit they have in the past been through a few RAID5 rebuilds.

Considering swapping to 2x 'refurbed' 12TB enterprise drives and running ZFS RAIDZ1. So even though they'd have a decent amount of hours on them, they'd be better quality drives and fewer disks means less change of any one failing (I have good backups).

The next time I have one of my current drives die I'm not feeling like staying with my current setup is worth it, so may as well change over now before it happens?

Also the 6x disks I have at the moment are really crammed in to my case in a hideous way, so from an aesthetic POV (not that I can actually seeing the solid case in a rack in the garage),it'll be nicer.

 

I previously asked here about moving to ZFS. So a week on I'm here with an update. TL;DR: Surprisingly simple upgrade.

I decided to buy another HBA that came pre-flashed in IT mode and without an onboard BIOS (so that server bootups would be quicker - I'm not using the HBA attached disks as boot disks). For £30 it seems worth the cost to avoid the hassle of flashing it, plus if it all goes wrong I can revert back.

I read a whole load about Proxmox PCIE passthrough, most of it out of date it would seem. I am running an AMD system and there are many sugestions online to set grub parameters to amd_iommu=on, which when you read in to the kernel parameters for the 6.x version proxmox uses, isn't a valid value. I think I also read that there's no need to set iommu=pt on AMD systems. But it's all very confusing as most wikis that should know better are very Intel specific.

I eventually saw a youtube video of someone running proxmox 8 on AMD wanting to do the same as I was and they showed that if IOMMU isn't setup, then you get a warning in the web GUI when adding a device. Well that's interesting - I don't get that warning. I am also lucky that the old HBA is in its own IOMMU group, so it should pass through easy without breaking anything. I hope the new one will be the same.

Worth noting that there are a lot of bad Youtube videos with people giving bad advise on how to configure a VM for ZFS/TrueNAS use - you need them passed through properly so the VM's OS has full control of them. Which is why an IT HBA is required over an IR one, but just that alone doesn't mean you can't set the config up wrong.

I also discovered along the way that my existing file server VM was not setup to be able to handle PCIe passthrough. The default Machine Type that Proxmox suggests - i440fx - doesn't support it. So that needs changing to q35, also it has to be setup with UEFI. Well that's more of a problem as my VM is using BIOS. A this point it became easier to spin up a new VM with the correct setting and re-do the configuration of it. Other options to be aware of: Memory ballooning needs to be off and the CPU set to host.

At this point I haven't installed the new HBA yet.

Install a fresh version of Ubuntu Server 24.04 LTS and it all feels very snappy. Makes me wonder about my old VM, I think it might be an original install of 16.04 that I have upgraded every 2 years and was migrated over from my old ESXi R710 server a few years ago. Fair play to it, I have had zero issues with it in all that time. Ubuntu server is just absolutely rock solid.

Not too much to configure on this VM - SSH, NFS exports, etckeeper, a couple of users and groups. I use etckeeper, so I have a record of the /etc of all my VMs that I can look back to, which has come in handy on several occasions.

Now almost ready to swap the HBA after I run the final restic backup, which only takes 5 mins (I bloody love restic!). Also update the fstabs of VMS so they don't try mount the file server and stop a few from auto starting on boot, just temporarily.

Turn the server off and get inside to swap the cards over. Quite straightforward other than the SAS ports being in a worse place for ease of access. Power back on. Amazingly it all came up - last time I tried to add an NVME on a PCIe card it killed the system.

Set the PICe passthrough for the HBA on the new VM. Luckily the new HBA is on it's own IOMMU group (maybe that's somehow tied to the PCIE slot?) Make sure to tick the PCIE flag so it's not treated as PCI - remember PCI cards?!

Now the real deal. Boot the VM, SSH in. fdisk -l lists all the disks attached. Well this is good news! Try create the zpool zpool create storage raidz2 /dev/disk/by-id/XXXXXXX ...... Hmmm, can't do that as it knows it's a raid disk and mdadm has tried to mount it so they're in use. Quite a bit of investigation later with a combination of wipefs -af /dev/sdX, umount /dev/md126, mdadm --stop /dev/sd126 and shutdown -r now and the RAIDynes of the disks is gone and I can re-run the zpool command. It that worked! Note: I forgot to add in ashift=12 to my zpool creation command, I have only just noticed this as I write, but thankfully it was clever enough to pick the correct one.

$ zpool get all | grep ashift
storage  ashift                         0                              default

Hmmm, what's 0?

$ sudo zdb -l /dev/sdb1 | grep ashift
ashift: 12

Phew!!!

I also have passed through the USB backup disks I have, mounted them and started the restic backup restore. So far it's 1.503TB in after precisely 5 hours, which seems OK.

I'll setup monthly scrub cron jobs tomorrow.

P.S. I tried TrueNAS out in a VM with no disks to see what it's all about. It looks very nice, but I don't need any of that fancyness. I've always managed my VM's over SSH which I've felt is lighter weight and less open to attack.

Thanks for stopping by my Ted Talk.

1
Anyone running ZFS? (lemmy.fwgx.uk)
submitted 6 months ago* (last edited 6 months ago) by blackstrat@lemmy.fwgx.uk to c/selfhosted@lemmy.world
 

At the moment I have my NAS setup as a Proxmox VM with a hardware RAID card handling 6 2TB disks. My VMs are running on NVMEs with the NAS VM handling the data storage with the RAIDed volume passed through to the VM direct in Proxmox. I am running it as a large ext4 partition. Mostly photos, personal docs and a few films. Only I really use it. My desktop and laptop mount it over NFS. I have restic backups running weekly to two external HDDs. It all works pretty well and has for years.

I am now getting ZFS curious. I know I'll need to IT flash the HBA, or get another. I'm guessing it's best to create the zpool in Proxmox and pass that through to the NAS VM? Or would it be better to pass the individual disks through to the VM and manage the zpool from there?

view more: next ›