Obviously something is afoot with the disk-less creation ... everything is fine till disk less creation after first is setup i start to get media director functionality limited report...
After days of trying to correct the issue with install or disklessCreateTBZ.sh
for any also having this issue where you are using the work around of using floorplan to have to play media
what I had to do was
First i have my data on NAS so i terminal into core and check for device for my nas which is 30
Lets establish if the standard linkages for media drives are in place. First get the device number of your drive. Now from a terminal session:
# ls -al /mnt/device
You should see a list of disk devices in there that are just a number. One number per device, and one of the should be the number you noted above. For instance if the device number is 30, then....
drwxrwxrwx root root 0 2009-08-15 20:15 30
The first bit are the permissions and ownership - check these are the same as above. (drwxrwxrwx root root) Now...
Since i know the /mnt/device/30/video/etc contains all my movies and they are there and works and ios already mounted on core but not on MD so im good here..
--------------
Then after using Wiki for preping for Logging Into Media Directors
sudo su -
# ssh moonXX
# cd /mnt/device
is your device there? mines not
# mount /mnt/device/30
I then needed to symlink (i know it a bad idea to mess with... but there are none setup on my MD's so adding basically i played my media that won't work)
I get File Not Found: /home/public/data/other/Windows Share [28]/Videos/movie.avi...
So i move on MD to /home/public/data...
I have no other... i
# Mkdir other
same for Windows Share
# mkdir windows/ Share/ [30]
then finally
ln
# ln -s /mnt/device/30/Video/ /home/public/data/other/Windows\ Share\ \[30\]/
This added my symlinks for my movies and i can now at least manually get MD's with all major functions working i can see
-emac