March 7, 201412 yr 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.