<div dir="ltr">One last thing, I hope, with my rebuild, upon exiting the BE setup I'm told that a test file can't be created, but I can't see why:<div>
        
        


<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$ ls
-al /mnt/storage1/mythtv</p>
<p style="margin-bottom:0cm;line-height:100%">total 188</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x 15 mythtv
mythtv  4096 Sep  6 11:10 .</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxrwx  6 mythtv
mythtv  4096 Sep  5 20:07 ..</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv 32768 Sep  6 11:10 banners</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 rtkit 
saned   4096 Dec 31  2013 bare-client</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv 45056 Sep  6 11:10 coverart</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv  4096 Sep  6 11:10 db_backups</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x  2 rtkit 
daryl   4096 Aug  7  2013 DCT700</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv 45056 Sep  6 11:10 fanart</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv  4096 Aug  5 05:56 livetv</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x  2 mythtv
mythtv  4096 Oct 28  2014 mythexport</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  3 mythtv
mythtv 20480 Sep  6 11:10 recordings</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv  4096 Sep  6 11:10 screenshots</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv  4096 Aug  5 05:56 streaming</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  2 mythtv
mythtv  4096 Sep  6 11:10 trailers</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwsr-x  9 mythtv
mythtv  4096 Sep  6 11:10 videos</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$ ls
-al /mnt/storage2/mythtv</p>
<p style="margin-bottom:0cm;line-height:100%">total 36</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x  5 mythtv
mythtv  4096 Aug 11 17:51 .</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxrwx  6 mythtv
mythtv  4096 Aug 11 22:08 ..</p>
<p style="margin-bottom:0cm;line-height:100%">drwxr-xr-x  3 mythtv
mythtv  4096 Dec  1  2014 mytharchive</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x  3 mythtv
mythtv 20480 Sep  4 21:36 recordings</p>
<p style="margin-bottom:0cm;line-height:100%">drwxr-xr-x 23 root  
root    4096 May 26  2016 rsync16june01</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$ ls
-al /mnt/storage3/mythtv</p>
<p style="margin-bottom:0cm;line-height:100%">total 12</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x 3 mythtv
mythtv 4096 Aug 11 22:11 .</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxrwx 4 mythtv
mythtv 4096 Aug 11 22:09 ..</p>
<p style="margin-bottom:0cm;line-height:100%">drwxrwxr-x 2 mythtv
mythtv 4096 Sep  6 11:10 recordings</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$ cd
/mnt/storage1</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
echo "test string" >testfile</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
ls -al testfile</p>
<p style="margin-bottom:0cm;line-height:100%">-rw-rw-r-- 1 daryl
daryl 12 Sep  6 11:13 testfile</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
cat testfile</p>
<p style="margin-bottom:0cm;line-height:100%">test string</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
rm testfile</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
ls -al testfile</p>
<p style="margin-bottom:0cm;line-height:100%">ls: cannot access
'testfile': No such file or directory</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:/mnt/storage1$
ps aux  | grep mythbackend</p>
<p style="margin-bottom:0cm;line-height:100%">mythtv    1522  0.4 
0.8 4345128 72768 ?       Ssl  10:28   0:14 /usr/bin/mythbackend
--quiet --syslog local7</p>
<p style="margin-bottom:0cm;line-height:100%">daryl     7722  0.0 
0.0  14224  1060 pts/17   S+   11:20   0:00 grep --color=auto
mythbackend</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$ ls
-al | head -n 10</p>
<p style="margin-bottom:0cm;line-height:100%">total 520528</p>
<p style="margin-bottom:0cm;line-height:100%">drwxr-xr-x 21 daryl
daryl     69632 Sep  6 10:28 .</p>
<p style="margin-bottom:0cm;line-height:100%">drwxr-xr-x  4 root 
root       4096 Aug  8 13:39 ..</p>
<p style="margin-bottom:0cm;line-height:100%">-rw-------  1 daryl
daryl     60723 Sep  6 10:43 .bash_history</p>
<p style="margin-bottom:0cm;line-height:100%">-rw-r--r--  1 daryl
daryl       220 Aug  8 12:06 .bash_logout</p>
<p style="margin-bottom:0cm;line-height:100%">-rw-r--r--  1 daryl
daryl      3771 Aug  8 12:06 .bashrc</p>
<p style="margin-bottom:0cm;line-height:100%">drwx------ 21 daryl
daryl      4096 Aug 19 13:50 .cache</p>
<p style="margin-bottom:0cm;line-height:100%">-rw-rw-r--  1 daryl
daryl      1684 Aug  9 09:10 ca.ipvanish.com.crt</p>
<p style="margin-bottom:0cm;line-height:100%">drwx------  3 daryl
daryl      4096 Aug  8 16:16 .compiz</p>
<p style="margin-bottom:0cm;line-height:100%">drwx------ 21 daryl
daryl      4096 Aug 19 16:22 .config</p>
<p style="margin-bottom:0cm;line-height:100%">daryl@trieli:~$</p><p style="margin-bottom:0cm;line-height:100%"><br></p><p style="margin-bottom:0cm;line-height:100%">All three storage drives look alike, am I missing something?  </p></div></div>