Thanks for replying! I'm not sure I follow some of what you did...
make sure your've mounted the device as the same name and dir and on the Core.
What does this mean? For example, the device as named using the pluto admin pages is "TeraStation". But it lists it as /mnt/TeraStation_80. Are you saying I should rename the device as "TeraStation_80" in the admin pages? It correctly places the file structure (public, user_1, user_2, with documents, music, video, etc.) into the TeraStation share. (Nice, because it didn't do this a few weeks ago! But back then I did it the way you are suggesting by manually adding it to /etc/fstab and mounting it. The trick I didn't know about was your suggestion for editing the templates! I knew there had to be something but just couldn't find it. THANKS!!)
I spent ages on this one. I mounted a drive on the core and linked to it from /home/public/data/music. All the files showed up ok in the orbitors but didn't play on the Media Directors.
I edited the /etc/exports file on the core, and the /etc/fstab on the MDs to fix this. But also to make the changes stay after reboot, edit the templates in /usr/pluto/templates/
Ok, this exports file is new to me. This is what's in mine:
/home 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
/usr/pluto/orbiter 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
/usr/pluto/keys 192.168.80.0/255.255.255.0(ro,no_root_squash,no_all_squash,sync)
/usr/pluto/deb-cache 192.168.80.0/255.255.255.0(ro,no_root_squash,no_all_squash,sync)
/usr/pluto/var/Updates 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
#/var/cache/apt/archives 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
#/mnt/media 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
/usr/pluto/diskless/192.168.80.2 192.168.80.2/255.255.255.255(rw,no_root_squash,no_all_squash,sync)
I don't understand what to edit/add/remove? How did you do this? And what did you change to the MD fstab? I guess you added the NFS mount? Strange that this would be needed because I thought the idea was to have Pluto handle it?
Also make sure the SMB drive is on the same network ie the 192.168.80.x as the core has a firewall which stops smb mounts.
Got this one. ;-)
Thanks again for your help! I appreciate it greatly.