Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

efschu

Members
  • Joined

  • Last visited

  1. Using zfs-2.0.0-rc4-unRAID-6.9.0-beta30.x86_64.tgz with unRaid 6.9-beta30, the /dev/zvol/<zvols-by-name> are missing (even the /dev/zvol/ folder is missing) while they appear as /dev/zd* and are fully usable, but it is exhausting to check all the /dev/zd* with fdisk to find out wich one belongs to the corresponding zvol (and for volumes with same size and disk format this problem is only solvable by try and error). Is this only a problem for me or a problem with the package? Thanks and regards. I have written a lil bash script that creats the links, you can use/modify it if you need this too: #!/bin/bash mkdir /dev/zvol/ for i in $(ls /dev/zd*) do TMP=$(/lib/udev/zvol_id $i) TMP0=$(cut -d '/' -f1 <<<$TMP) TMP1=$(cut -d '/' -f2 <<<$TMP) mkdir /dev/zvol/$TMP0 ln -s $i /dev/zvol/$TMP0/$TMP1 done
  2. Thx for the work, I'm on 5.9.0rc8-thor-Unraid+.NV.6.9b30.zip and zfs-2.0.0-rc2-x86_64-thor.tgz Jfyi the ZFS zpool devices in /dev/<zpool>/<poolname> are still missing.
  3. Using 5.9RC5-20200915 with zfs-2.0.0-rc1-x86_64-thor.tgz, zfs utils installed via go file. But the /dev/zvol/zvol-names/ are not created but /dev/zdN does exist and are useable - but always have to check via fdisk -l which one belongs to which one. Any ideas?
  4. Thx for the work - you may share your buildscript - or, if you have to much time build ZFS into kernel?
  5. Havent seen amd_energy module backported to anything yet. But dont hurry, just was thinking this would be a nice to have ;-)
  6. So, you may want to share the steps to be done to build a "newer" kernel? Currently I am on 6.9.0-beta22 and I want to build kernel 5.8 (because of amd_energy module for Zen2) with builtin ZFS. I changed source to ich777/unraid-kernel-helper:6.9.0 and added the Variable UNAME with the Value 5.8.0 Changed nVidia support to false and Build with ZFS support to true Then I create the container and start it. And then?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.