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.

请问如何让 UNRAID Unassigned Devices 延时挂载 NFS/SMB 文件夹?

Featured Replies

UNRAID 里安装了虚拟机黑群晖,所有数据都放在黑群晖里,UNRAID docker 安装 EMBY,然后通过 Unassigned Devices 挂载了黑群晖 NFS 的媒体文件夹。但是 UNRAID 重启后,黑群晖启动肯定更慢,导致Unassigned Devices 无法挂载 NFS 文件夹,必须手动挂载一次,有什么办法延时挂载黑群晖的 NFS 文件夹吗?

使用User Scripts插件,新建一个script,设定阵列启动后执行:

 

sleep 3m

mkdir /mnt/remotes/movie
mount -t nfs 192.168.1.100:/volume1/movie /mnt/remotes/movie

docker restart EmbyServer

 

以上ip地址以及目录换成你自己的

 

 

再新建一个script,设定阵列停止执行:

 

umount -l /mnt/remotes/*

  • 4 months later...

回头试试这个,谢谢楼主

  • 1 year later...

牛 谢谢@sagger

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.