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.

Bovin

Members
  • Joined

  • Last visited

  1. +1, need partitions, only few GBs is needed.
  2. Thanks for comments. After blanking rewrites, the issue gone.
  3. cache mover want to cache the root. Feb 7 07:32:03 bowen-lab root: cache-mover: reg: update access time: /mnt/cache/media/tvshows/PAW Patrol/E1.mp4 Feb 7 07:32:04 bowen-lab root: cache-mover: msm: /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1: line 98: /bin/dirname: Argument list too long Feb 7 07:32:04 bowen-lab root: cache-mover: msm: /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1: line 99: /bin/dirname: Argument list too long Feb 7 07:34:37 bowen-lab root: cache-mover: msm: rsync: [generator] symlink "/proc/.self.0" -> "1163594" failed: No such file or directory (2) Feb 7 07:34:37 bowen-lab root: cache-mover: msm: rsync: [generator] symlink "/proc/.thread-self.0" -> "1163594/task/1163594" failed: No such file or directory (2) Feb 7 07:34:37 bowen-lab root: cache-mover: msm: file has vanished: "/proc/10/exe" Feb 7 07:34:37 bowen-lab root: cache-mover: msm: file has vanished: "/proc/10/task/10/exe" Feb 7 07:34:37 bowen-lab root: cache-mover: msm: directory has vanished: "/proc/10313/task/1167662" Feb 7 07:34:37 bowen-lab root: cache-mover: msm: rsync: [generator] recv_generator: mkdir "/proc/10313/task/1167662" failed: No such file or directory (2) Feb 7 07:34:37 bowen-lab root: cache-mover: msm: *** Skipping any contents from this failed directory *** <snip> Feb 7 07:34:39 bowen-lab root: cache-mover: msm: rsync: [sender] readdir("/sys/kernel/slab"): Input/output error (5) Feb 7 07:35:10 bowen-lab root: cache-mover: msm: Feb 7 07:35:10 bowen-lab root: cache-mover: msm: Number of files: 3,555,045 (reg: 2,915,832, dir: 409,571, link: 229,217, dev: 300, special: 125) Feb 7 07:35:10 bowen-lab root: cache-mover: msm: Number of created files: 2 (dir: 2) Feb 7 07:35:10 bowen-lab root: cache-mover: msm: Number of deleted files: 0 Feb 7 07:35:10 bowen-lab root: cache-mover: msm: Number of regular files transfe My setup: Media Server Rewrites: /mnt/user/media:/mnt/user/media Media Server Mode: Multiple Docker Map: /mnt/user/media:/mnt/user/media
  4. unraid version: 7.2.0 beta 3. Unraid Connect: 2025.09.30.2123 My WAN IP is dynamic, it changes weekly. Connect plug show the old FQDN WAN IP, so I cannot remote control from outside.
  5. Do you use the zfs pool or zfs formatted disk in array? If you use zfs disk in array, then it works the same with xfs format. Target Pool is cache. But I need a option to define the source pool/disk. From my understanding, current script only check /mnt/disk*.
  6. alturismo Supporting ZFS shouldn’t be too complicated. ZFS pools work the same way as cache pools, except that their names can be customized. Other than that, there are no differences. Would it be possible to add support for ZFS pools in the next beta release? In my unraid, only one zfs pool. Name is zfs. User can add more zfs pools with different name. ls -la /mnt drwxrwxrwx 1 root root 98 Jun 5 17:06 cache/ drwxrwxrwx 1 root root 98 Jun 5 17:06 user/ drwxrwxrwx 6 root root 6 May 16 15:36 zfs/
  7. Good to hear it is on the todo list. I'm glad to be a beta tester to experience it for the first time
  8. Any update for ZFS pool support? I hit some clean up issue when using my modified script.
  9. logs.json Hit the same issue. I am not able to login/resign again.
  10. @alturismo Updated: My setting: /mnt/zfs/media/Movies /mnt/user/media/Movies #primary storage on cache pool, secondary storage on zfs pool. docker map as below, so I set it rewrite_source="/data:/mnt/user/media" /data/tvshows:/mnt/user/media/Shows/ /data/movies:/mnt/user/media/Movies/ /data/music:/mnt/user/media/Musics/ 1. csrf_token issue resolved. I removed Mover Tuning Ignore List filepath and keep it empty, it is not correct. Just keep default setting. 2. /mnt/disk* issue resolved. I checked usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1 for media only mode. line 91, /mnt/disk* is hard code. Manually change to /mnt/zfs, then move to cache successful. CACHE MOVER LOG Apr 8 17:30:03 Bovin-lab root: cache-mover: msm: find: ‘/mnt/disk*’: No such file or directory >>>Since using zfs pool, so no any disks. Apr 8 17:30:03 Bovin-lab root: cache-mover: msm: not matching Movies|Shows, breaking here [unresolved issue]3. During steam switched, I saw below syslog, it seems still have some issue. Apr 8 22:26:40 Bovin-lab root: cache-mover: msm: /mnt/cache/media/tvshows/The.Kite.S01.2160p.iQIYI.WEB-DL.AAC2.0.H.265-MWeb/The.Kite.S01E36.2160p.iQIYI.WEB-DL.AAC2.0.H.265-MWeb.mkv Apr 8 22:26:42 Bovin-lab root: cache-mover: msm: ready to switch live Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: -: No such file or directory.>>>>> Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: (gdb) Attaching to process 6625 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 586165] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 514185] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 12552] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 12512] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 9471] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 7318] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 6628] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [New LWP 6627] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [Thread debugging using libthread_db enabled] Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: Using host libthread_db library "/lib64/libthread_db.so.1". Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: 0x000014a20ee5298e in __syscall_cancel_arch () from /lib64/libc.so.6 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: (gdb) $1 = 22 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: (gdb) $2 = 23 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: (gdb) $3 = 0 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: (gdb) Detaching from program: /usr/libexec/unraid/shfs, process 6625 Apr 8 22:26:44 Bovin-lab root: cache-mover: msm: [Inferior 1 (process 6625) detached] Apr 8 22:28:15 Bovin-lab emhttpd: spinning down /dev/sdb
  11. [Cache-mover] Thanks for creating this plugin, it is very useful. After I setting and apply, I got below error on the plugin. I am not able to edit or change anything. Apr 8 16:18:11 Bovin-lab webGUI: error: /update.php - missing csrf_token Would you help on this? I am using user share and a media folder. primary storage is cache, secondary is zfs pool. It is the same as stand array method, so do not need mergerfs. Right? cachemoversettings
  12. Thanks for help. How to find which plugin causes this? Attachment is diagnostics file after boot up. bovin-lab-diagnostics-20241117-2240.zip
  13. rc. local: Installing /boot/extra packages rc. local: Installing plugins Is it related to github download? How to skip Internet download during boot up

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.