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.

No connection to share subfolder after unRAID reboot.

Featured Replies

Hello Eveyone,

 

  I apologize if this has been answered before. I'm still a linux newbie. I have a slight issue with unRAID and using XBMC/OpenELEC. If I reboot unRAID while my media center PC is still on, I loose access to my Movies share folder once the server boots back up. If I restart OE, the shares work fine again. The odd thing is it doesn't happen with all my shares. My Tv shows and Videos directories work just fine after I reboot unRAID and without restarting my HTPC.

 

  The only thing I can think off that might be creating this issue is that under my Movies share I have two subfolders. One has all my HD movies the other has DVD movies. In XBMC/OE under Movie sources I have both of these mapped to /storage/hd and /storage/dvd.

 

  Has anyone experienced this before? Does it have anything to do with me using sub directories as my mapped drives rather than the parent share? Like I said Tv works fine and all my shows are located right in the Tv Share.

 

  If you are familiar with XBMC and OpenELEC you can set up an autostart script to auto mount NFS shares. Below is the contents of my autostart.sh file. If you need any more information let me know. Thanks for your help !

 

unRAID Ver: Pro 5.0.5

File Sharing Method : NFS

 

OpenELEC autostart.sh

#!/bin/sh

(sleep 30; \

mount -t nfs 192.168.1.101:/mnt/user/Backup/XBMC_Library  /storage/xbmc_lib_bak -o nolock;

mount -t nfs 192.168.1.101:/mnt/user/Movies/HD  /storage/hd -o nolock;

mount -t nfs 192.168.1.101:/mnt/user/Movies/DVD  /storage/dvd -o nolock;

mount -t nfs 192.168.1.101:/mnt/user/Videos  /storage/videos -o nolock;

mount -t nfs 192.168.1.101:/mnt/user/Tv  /storage/tvshows -o nolock;

mount -t nfs 192.168.1.101:/mnt/user/Music  /storage/music -o nolock;

\

)&

Archived

This topic is now archived and is closed to further replies.

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.