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.

Flute777

Members
  • Joined

  1. Flute777 changed their profile photo
  2. VirtioFS doesen't like the simlink to the true disk location that the new exclusive shares feature sets up. Unraid's VM manager automatically points to the simlink location instead of the disk location. The below changes basically bypass the (simlink) middleman and play nice with virtiofs. You can resolve this without the NFS workaround by changing the <source dir=' '/> path in your VM's XML. BEFORE <filesystem type='mount' accessmode='passthrough'> <driver type='virtiofs' queue='1024'/> <binary path='/usr/libexec/virtiofsd' xattr='on'> <cache mode='always'/> <sandbox mode='chroot'/> </binary> <source dir='/mnt/user/some_share_name'/> <target dir='vm_storage'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </filesystem> AFTER <filesystem type='mount' accessmode='passthrough'> <driver type='virtiofs' queue='1024'/> <binary path='/usr/libexec/virtiofsd' xattr='on'> <cache mode='always'/> <sandbox mode='chroot'/> </binary> <source dir='/mnt/cache_ssd/some_share_name'/> <target dir='vm_storage'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </filesystem>
  3. Same thing happened to me today. Resolved (perhaps temporarily) by disabling and re-enabling docker via WebUI.
  4. Here is another to add to the list. https://github.com/White-Raven/PowerEdge-shutup This script makes a genuine effort at automatic control and uses input from multiple sensors. I have been using it on a Dell R520 for a few months now. I would love to see integration of this or better scripts into the IPMI Tool plugin.

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.