[mythtv-users] mount recordings

Daryl McDonald darylangela at gmail.com
Sat Aug 23 23:41:32 UTC 2014


On Sat, Aug 23, 2014 at 7:30 PM, Daryl McDonald <darylangela at gmail.com>
wrote:

>
>
>
> On Sat, Aug 23, 2014 at 6:20 PM, Bill Meek <keemllib at gmail.com> wrote:
>
>> On 08/23/2014 05:14 PM, Hika van den Hoven wrote:
>> ...
>>
>> > How about rights. does the user you use to look have x rights on the
>>
>>> mountpoint
>>>
>>
>> He's running sudo mount ..., and the directory /media/storage 'should'
>> have been copied over, as he cloned this drive. But it's reasonable
>> to check: ls -ld /media/storage.
>>
>> --
>> Bill
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>> http://wiki.mythtv.org/Mailing_List_etiquette
>> MythTV Forums: https://forum.mythtv.org
>>
>
>
> daryl at daryl-A780L3C:~$ ls -ld /media/storage
> drwxr-xr-x 5 root root 4096 Jun 11  2013 /media/storage
> daryl at daryl-A780L3C:~$
>

and now from trusty:

daryl at daryl-A780L3C:~$ sudo mount /dev/sdb1 /mnt
daryl at daryl-A780L3C:~$ ls -ld /mnt
drwxr-xr-x 25 root root 4096 Aug 10 13:30 /mnt
daryl at daryl-A780L3C:~$ cat /mnt/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=10b4bdaf-d0f0-4f4d-b003-8049f075c12a /               ext4
 errors=remount-ro 0       1
UUID=3769e2e8-adde-456c-86e4-0402be737ef6  /media/storage   ext4   defaults
 0  1
# swap was on /dev/sda5 during installation
#UUID=b6f38a22-e8c1-4c0a-b4a3-1af3f1ca4aaa none            swap    sw
       0       0
/dev/sda5  none swap  sw  0 0
daryl at daryl-A780L3C:~$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140823/8cb5aa8f/attachment.html>


More information about the mythtv-users mailing list