Jump to content

timocapa

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by timocapa

  1. Perhaps - visually not represented in any way though, or rather mispresented. Looks like it does what I wanted it to do, then does something else, so I'm considering it a bug
  2. Earlier today I started migrating from a BTRFS-based docker.img to an XFS-based docker.img. When I finished setting up the XFS based image, I went to delete the BTRFS image via unRAID's WebGUI in `Settings -> Docker` I attached a video where I reproduced the wrong image being removed. I'm assuming it saved the last used image, so changing the vDisk didn't take unless you save it prior. Desktop 2023.09.14 - 14.41.16.08.mp4
  3. unRAID currently ships `bzmodules` and `bzfirmware` as SquashFS, however another read-only filesystem exists called EROFS, which should only be slightly bigger in image size than SquashFS, however it should be much faster, potentially translating to faster boot times. Everyone should gain from this, so I think it might be worth looking into. References: https://www.kernel.org/doc/html/v5.8/filesystems/erofs.html https://www.usenix.org/system/files/atc19-gao.pdf https://blog.sigma-star.at/post/2022/07/squashfs-erofs/ Command example: `mkfs.erofs -zlzma -C 65536 -Eztailpacking *image* *folder*` Changes needed (as far as I can tell): - Enable EROFS support in the kernel (with lzma support, as per example above, if wanted) - Edit fstab to use `erofs` instead `squashfs` with only `ro` as mount option
  4. See: https://docs.kernel.org/admin-guide/pm/amd-pstate.html This may or may not provide better performance, however it should help with power usage due to being able to clock much lower. If I recall correctly, my 5600x on my Arch Linux install with acpi-cpufreq can clock around 2.2 GHz and its turbo of 4.85 Ghz, while with amd-pstate it's: hardware limits: 550 MHz - 4.88 GHz
×
×
  • Create New...