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.

kleinhomer

Members
  • Joined

  • Last visited

  1. On the V7 UNRaid server share config screen, NFS security setting rule field I put in: 192.168.166.6(rw) 192.168.166.8(rw) Notice the space between them. After I hit apply, the space is removed and the /etc/exports file has it without a space and there are no exports. See below: root@UNRaid:~# cat /etc/exports # See exports(5) for a description. # This file contains a list of all directories exported to other computers. # It is used by rpc.nfsd and rpc.mountd. "/mnt/user/backup" -fsid=100,async,no_subtree_check 192.168.166.6(rw)192.168.166.8(rw) root@UNRaid:~# showmount -e Export list for UNRaid: root@UNRaid:~# exportfs -ra exportfs: /etc/exports:2: syntax error: bad option list I need to edit the /etc/exports file and put the space back in there for it to work. root@UNRaid:~# cat /etc/exports # See exports(5) for a description. # This file contains a list of all directories exported to other computers. # It is used by rpc.nfsd and rpc.mountd. "/mnt/user/backup" -fsid=100,async,no_subtree_check 192.168.166.6(rw) 192.168.166.8(rw) root@UNRaid:~# exportfs -ra root@UNRaid:~# showmount -e Export list for UNRaid: /mnt/user/backup 192.168.166.8,192.168.166.6 unraid-diagnostics-20250216-2012.zip

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.