Sorry, I was trying to be concise, here's the full output from pi3
$ sudo ls -an /mnt/recordings
total 930372
drwxr-xr-x 6 99 65534 65536 Sep 12 19:27 .
drwxr-xr-x 5 0 0 4096 Sep 9 22:09 ..
drwxr-xr-x 2 99 65534 65536 Sep 8 10:24 .AppleDouble
drwxrwxr-x 2 65534 44 65536 Sep 10 19:57 'BBC ONE HD'
drwxrwxr-x 2 65534 44 65536 Sep 13 18:27 'Channel 4 HD'
-rwxr-xr-x 1 99 65534 4096 Sep 8 06:04 ._.DS_Store
-rwxr-xr-x 1 99 65534 6148 Sep 9 02:35 .DS_Store
drwxrwxr-x 2 65534 44 65536 Sep 12 19:56 'ITV HD'
-rw-rw-r-- 1 65534 44 951938564 Sep 10 18:00 Pointless.ts
-rwxr-xr-x 1 99 65534 11 Sep 8 08:14 test2.txt
-rwxr-xr-x 1 99 65534 13 Sep 8 10:53 test4.txt
-rwxr-xr-x 1 99 65534 21 Sep 8 08:00 test.txt
sudo grep nfs /proc/mounts
192.168.1.1:/shares/recordings /mnt/recordings nfs rw,noatime,vers=3,rsize=32768,wsize=32768,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.1,mountvers=3,mountport=58710,mountproto=udp,local_lock=none,addr=192.168.1.1 0 0
And here's the output from the NAS
# ls -an /shares/recordings
total 930432
drwxr-xr-x 6 99 65534 65536 Sep 12 19:27 .
drwxrwxr-x 16 0 1000 65536 Sep 8 05:21 ..
drwxr-xr-x 2 99 65534 65536 Sep 8 10:24 .AppleDouble
-rwxr-xr-x 1 99 65534 6148 Sep 9 02:35 .DS_Store
-rwxr-xr-x 1 99 65534 4096 Sep 8 06:04 ._.DS_Store
drwxrwxr-x 2 65534 44 65536 Sep 10 19:57 BBC ONE HD
drwxrwxr-x 2 65534 44 65536 Sep 13 18:27 Channel 4 HD
drwxrwxr-x 2 65534 44 65536 Sep 12 19:56 ITV HD
-rw-rw-r-- 1 65534 44 951938564 Sep 10 18:00 Pointless.ts
-rwxr-xr-x 1 99 65534 21 Sep 8 08:00 test.txt
-rwxr-xr-x 1 99 65534 11 Sep 8 08:14 test2.txt
-rwxr-xr-x 1 99 65534 13 Sep 8 10:53 test4.txt
sudo grep nfs /proc/mounts
/dev/sda4 /nfs ext4 rw,noatime,nodiratime,barrier=1,data=ordered 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
I read a page somewhere which suggested setting the owner as 'nobody' to prevent issues with NFS and permissions so thought it worth a try on the NAS :), there's
not currently a 'hts' user on the NAS, only the pi.