Thanks noobsauce80... thats what I figured regarding not to mix, what sort of time is 'immediate'? hours later the shares have not sync'd which makes me think I have a bigger issue.
For example from the FreeNAS shell (option 9), navigating to the dataset I get something like:
Code:
[root@freenas] /mnt/storage/media/tv/atvshow> ls -la
total 1476
drwxrwxr-x   3 root  media      10 Jan  5 18:20 ./
drwxrwxr-x  39 root  media      39 Nov 26 21:53 ../
-rwxrwxr-x   1 root  media   33280 Jan  5 21:46 Thumbs.db*
-rwxrwxr-x   1 root  media  330953 Jul 31 23:13 backdrop.jpg*
-rwxrwxr-x   1 root  media  199071 Jul 31 23:14 cover.jpg*
-rwxrwxr-x   1 root  media  330953 Jul 31 23:14 fanart.jpg*
-rwxrwxr-x   1 root  media  199071 Jul 31 23:13 folder.jpg*
-rwxrwxr-x   1 root  media    1167 Jul 31 23:14 series.xml*
drwxrwxr-x   2 root  media       2 Jan  5 18:19 test/
-rwxrwxr-x   1 root  media    2413 Jul 31 23:14 tvshow.nfo*
Which mirrors what I get from the CIFS share from a Windows7 PC - the "test" directory was created from Windows.
However, from my Ubuntu servers (two different machines) which mounts the NFS share as follows
Code:
mark@ubuntuserver> mount -l
.. snip ..
192.168.1.205:/mnt/storage/media on /mnt/media type nfs (rw,addr=192.168.1.205)
I get something similar but with more content (created by the Ubuntu machine) and no temp directory
Code:
mark@ubuntuserver:/mnt/media/tv/atvshow$ ls -la
total 360660
drwx------  3 root root        17 Jan  5 15:03 .
drwxr-xr-x 40 root root        41 Jan  5 14:25 ..
-rw-rw----  1 root root 183496704 Jan  5 15:02 atvshow - S01E04 - atitle.avi
-rw-rw----  1 root root      1996 Jan  5 15:02 atvshow - S01E04 - atitle.nfo
-rw-rw----  1 root root     12728 Jan  5 15:02 atvshow - S01E04 - atitle.nfo-orig
-rw-rw----  1 root root       559 Jan  5 15:02 atvshow - S01E04 - atitle.sfv
-rw-rw----  1 root root 183496704 Jan  5 15:03 atvshow - S01E05 - anothertitle.avi
-rw-rw----  1 root root      1999 Jan  5 15:03 atvshow - S01E05 - anothertitle.nfo
-rw-rw----  1 root root     12728 Jan  5 15:03 atvshow - S01E05 - anothertitle.nfo-orig
-rw-rw----  1 root root       559 Jan  5 15:03 atvshow - S01E05 - anothertitle.sfv
-rw-rw----  1 root root    330953 Jan  5 12:46 backdrop.jpg
-rw-rw----  1 root root    199071 Jan  5 12:46 cover.jpg
-rw-rw----  1 root root    330953 Jan  5 12:46 fanart.jpg
-rw-rw----  1 root root    199071 Jan  5 12:46 folder.jpg
drwxrw----  2 root root         4 Jan  5 15:03 metadata
-rw-rw----  1 root root      1167 Jan  5 12:46 series.xml
-rw-rw----  1 root root      2413 Jan  5 12:46 tvshow.nfo
Based on the dates and files I am confident the NFS share is completly different from the CIFS share - which means I messed up configuration somewhere.  I have checked my share configs and confirmed they both point to /mnt/storage/media.
The question now is even if I want to drop to NFS shares and use CIFS only, where are these files so I can remove/delete them from the FreeNAS /mnt/storage/ as I am unable to locate them.