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.

seamon

Members
  • Joined

  • Last visited

Solutions

  1. seamon's post in ZFS SLOG + L2ARC on one device was marked as the answer   
    Okay I figured out a dirty way to do this.

    Follow this guide to partition your Optane Drive into 2 Partition (I did 10GB for SLOG and 100GB for L2ARC).

    SLOG is /dev/nvme0n1p1 and L2ARC is /dev/nvme0n1p2

    You can't start the array with SLOG and L2ARC enabled, they have to be added after array is started so I created a User Script that runs at Array Startup.

    zfs set compression=lz4 cache #zfs compression gets sets to on instead of lz4, this step is optional
    zpool add cache log /dev/nvme0n1p1
    zpool add cache cache /dev/nvme0n1p2

    At Array Shutdown, the vdevs have to be removed.

    zpool import cache #if unraid was improperly shutdown, this script will instead import the zpool, remove and support vdevs and then you have to restart unraid again to make this work.
    zpool remove cache /dev/nvme0n1p1
    zpool remove cache /dev/nvme0n1p2


    Any help in refining this further would be appreciated.

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.