Hiro Protagonist wrote:
> FWIW you can mount your drive anywhere in the filesystem with a few caveats.
>
> 1) Don't mount it on a non-empty directory - you won't be able to access the content you mounted the drive over until you unmount.
> 2) Make sure the entire path to the mount point has at least r-x permissions for the users who need access to the drive.
> 3) It's best to stay away from system directories, putting it under /var, /opt or a directory you've created under / would be fine, the likes of /dev /lib or /tmp would be bad choices.
> 4) You can't mount on pseudo filesystems like /proc or /sys
>
> Wherever you mount your drive, you'll have to tell TVH as mentioned above.
If that's the case can you give any guidance on what the permissions need to be set to so that TVH can record to a mount point other than under /home/hts as this is where I'm having trouble.
This is my set up
Dedicated pc with linux Mint Xfce os and TVH installed following these instructions
https://tvheadend.org/projects/tvheadend/wiki/AptRepositories
resulting in TVH Version 4.2.8-36~g5bdcfd8ac
The only users are root, me (mks), and hts . currently recordings go to
/home/hts/500GB#S36/hts-recordings/prog title folder
Permissions are: (please excuse my novice way of describing)
/home - folder owner root Read and Write - group root Read - others Read (created by system at install)
/hts - folder owner hts RW - group R - others R (created by TVH install)
/500GB#S36 - folder owner root RW - group users RW - others RW (created by me as root)
/hts-recordings - folder owner mks RW - group mks RW - others RW created by me as mks)
/prog title - owner hts RW - group video RW - others RW (created by TVH when recording)
I have tried many variations of permissions and locations of mount point and have been unsuccessful in getting TVH to record to any location other than the default or below the default as above. I'm obviously doing something wrong if you say it's possible but I must be missing something in my understanding of the process
Any guidance or pointers to learning material gratefully received