alwayssitting

joined 1 week ago
[–] alwayssitting@infosec.pub 3 points 7 hours ago* (last edited 7 hours ago)

It's extremely simple. Although I prefer ZFS I will give you an example with BTRFS since it's easier to get going. RAID1 in BTRFS is considered stable (RAID5/6 is not).

sudo mkfs.btrfs -m raid1 -d raid1 /dev/sdx /dev/sdy # Create raid array with BTRFS
sudo mkdir /mnt/storage # Create your mount directory
echo "/dev/sdx /mnt/storage btrfs noatime,compress=zstd 0 0" | sudo tee -a /etc/fstab # Set raid array to mount at boot
sudo mount -t btrfs -o noatime,compress=zstd /dev/sdx /mnt/storage # Manually mount the first time

You would also probably wanna set up a btrfs scrub once per month, either with systemd-timers or cron, whatever you prefer.

[–] alwayssitting@infosec.pub 2 points 3 days ago* (last edited 3 days ago) (1 children)

If OP can find a V3 KE for a decent price then you get filament runout sensor and network connectivity, among with some other nice stuff. And for the failed print detection you can add a Nebula camera which isn't too expensive if you order it from Aliexpress. It also supports rooting so you can add some really nice stuff to it, like Mainsail. I have a KE and I'm pretty happy with it since I got it for a really good price. I don't think I would recommend it at full retail price though.

[–] alwayssitting@infosec.pub 6 points 6 days ago

It will yeah, although with modern SSDs it really isn't a big problem. I've used an Samsung 840 EVO as L2ARC for 8 years now.

[–] alwayssitting@infosec.pub 2 points 6 days ago

Try running a flow rate calibration in Orca slicer and adjust settings accordingly

[–] alwayssitting@infosec.pub 4 points 6 days ago* (last edited 6 days ago)

Try changing to another upstream DNS server in Adguard (such as https://dns.cloudflare.com/dns-query) and see if the problem gets resolved?

[–] alwayssitting@infosec.pub 3 points 6 days ago* (last edited 6 days ago) (1 children)

Always had trouble with Nextcloud but ever since deploying it on NixOS it's been rock solid. Both performance and reliability.

[–] alwayssitting@infosec.pub 13 points 6 days ago* (last edited 6 days ago) (3 children)

Personally I would go for ZFS with the SSD as a L2ARC. But among the options you listed I would do BTRFS RAID1 if you're only gonna use two HDDs, and mdadm RAID5 with BTRFS on top if using three.

[–] alwayssitting@infosec.pub 1 points 1 week ago (1 children)

There is a flatpak but it's not published to flathub https://github.com/SoftFever/OrcaSlicer/tree/main/flatpak