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.

Unassigned Devices插件的开机自动挂载是否有办法延时?

Featured Replies

Unassigned Devices开机自动挂载另一台群晖的SMB文件夹一直挂载不上,估计是因为Unraid下挂着ikuai和openwrt的路由虚拟机,开机时路由系统还没启动导致挂载失败,是否有办法让Unassigned Devices能延迟一段时间挂载或者有其他什么办法解决?

Solved by Pela

  • Solution
#!/bin/bash

sleep 5m

# auto mount

mkdir -p /mnt/remotes/Downloads

mount -t cifs -o uid=99,gid=100,iocharset=utf8,username=*****,password=***** //群晖目录 /mnt/remotes/Downloads

mkdir -p /mnt/remotes/DiskStation

mount -t cifs -o uid=99,gid=100,iocharset=utf8,username=*****,password=***** //群晖目录 /mnt/remotes/DiskStation

# auto start

docker restart Jellyfin

docker restart syncthing

docker restart transmission

自己写的脚本,功能类似

  • Author
On 4/20/2022 at 5:58 PM, Pela said:
#!/bin/bash

sleep 5m

# auto mount

mkdir -p /mnt/remotes/Downloads

mount -t cifs -o uid=99,gid=100,iocharset=utf8,username=*****,password=***** //群晖目录 /mnt/remotes/Downloads

mkdir -p /mnt/remotes/DiskStation

mount -t cifs -o uid=99,gid=100,iocharset=utf8,username=*****,password=***** //群晖目录 /mnt/remotes/DiskStation

# auto start

docker restart Jellyfin

docker restart syncthing

docker restart transmission

自己写的脚本,功能类似

多谢多谢!

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.