<p dir="ltr"><br>
On Sep 13, 2014 1:25 PM, "Michael A Weber" <<a href="mailto:mweberjunk01@gmail.com">mweberjunk01@gmail.com</a>> wrote:<br>
><br>
><br>
> On Sep 13, 2014, at 11:51 AM, Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>> wrote:<br>
><br>
> > Greetings Mythizens, I'v added a partition of my 250 Gb drive to SD's, migrated a few directories into it and provided new paths the the BE setup storage directories. When I look at it, I'm curious about two small things:<br>
> ><br>
> > daryl@daryl-A780L3C:~$ ls -l /media<br>
> > total 12<br>
> > drwxr-xr-x+ 4 root root 4096 Sep 13 12:28 daryl << Why the "+"?<br>
> > drwxr-xr-x 4 root root 4096 Sep 11 08:18 storage<br>
> > drwxr-xr-x 4 root root 4096 Sep 11 08:14 storage2<br>
> > daryl@daryl-A780L3C:~$ ls -l /media/daryl<br>
> > total 8<br>
> > drwx------ 2 root root 4096 Aug 26 08:01 3769e2e8-adde-456c-86e4-0402be737ef6<br>
> > Does the UUID show here because it is a partition, not a drive? <<<<br>
> > drwxrwxr-x 4 root root 4096 Sep 13 10:27 mythxtra<br>
> > daryl@daryl-A780L3C:~$ ls -l /media/storage<br>
> > total 20<br>
> > drwx------ 2 root root 16384 Jun 11 2013 lost+found<br>
> > drwxrwxr-x 8 ntp mythtv 4096 Sep 13 10:42 mythtv<br>
> > daryl@daryl-A780L3C:~$ ls -l /media/storage2<br>
> > total 20<br>
> > drwx------ 2 root root 16384 Aug 27 12:54 lost+found<br>
> > drwxrwxr-x 3 mythtv root 4096 Sep 11 08:33 mythtv<br>
> > daryl@daryl-A780L3C:~$ ls -l /media/daryl/mythxtra<br>
> > total 20<br>
> > drwx------ 2 root root 16384 Sep 13 10:14 lost+found<br>
> > drwxrwxr-x 9 mythtv mythtv 4096 Sep 13 10:36 mythtv<br>
> > daryl@daryl-A780L3C:~$<br>
> ><br>
> > See questions inserted with <'s. Everything else looks good to me, have I missed anything? TIA Daryl<br>
> ><br>
> > _______________________________________________<br>
> > mythtv-users mailing list<br>
> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> > <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
> > <a href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
> > MythTV Forums: <a href="https://forum.mythtv.org">https://forum.mythtv.org</a><br>
><br>
> Daryl—<br>
><br>
> First, the “+” means you have extended permissions, called ACLs, on that directory. Use getfacl <file> to get to the extended permissions.<br>
><br>
> Second, Myth’s Storage Directories have no influence on the file system listing of files/directories in a terminal session. Storage Directories use things in the file system, not the other way around. My guess is you have a directory within the partition mounted at the /media/daryl mount point that is identified by the UUID. Have you tried to rename the directory to something else?<br>
><br>
> Mike<br>
> _______________________________________________<br>
> mythtv-users mailing list<br>
> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
> <a href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
> MythTV Forums: <a href="https://forum.mythtv.org">https://forum.mythtv.org</a></p>
<p dir="ltr">Thanks Michael, yes I forgot to rename that partition.<br>
</p>