i&#39;ve done some changes with how my mythtv is configured, which includes a change in storage directory location onto another HDD.<br>however, every time i try to record, mythtv will start the recording but it will not actually write to a file... i suspect it is a permissions issue.<br>
<br>fstab of the Storage Group drive:<br><blockquote>/dev/sdb1       /data   ext4 noatime,data=writeback,barrier=0,nobh,errors=remount-ro     0       1<br></blockquote><br>&#39;Default&#39; and &#39;livetv&#39; SG&#39;s are pointing to (currently these are the only two that have been set):<br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">/data/mythtv/Recordings<br>/data/mythtv/LiveTV<br></blockquote><br>mythbackend log shows the following when i attempt to record:<br>
<blockquote>2011-10-30 20:27:57.852 Reschedule requested for id 42.<br>2011-10-30 20:27:58.039 Scheduled 44 items in 0.2 = 0.00 match + 0.18 place<br>2011-10-30 20:27:58.041 TVRec(1): ASK_RECORDING 1 0 0 0<br>2011-10-30 20:27:58.055 TVRec(1): Changing from None to RecordingOnly<br>
2011-10-30 20:27:58.055 TVRec(1): HW Tuner: 1-&gt;1<br>2011-10-30 20:27:58.078 AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 14 min<br>2011-10-30 20:27:58.079 Started recording: &quot;The X Factor Results&quot;: channel 13140 on cardid 1, sourceid 3<br>
2011-10-30 20:27:58.139 MainServer::ANN Monitor<br>2011-10-30 20:27:58.139 adding: server as a client (events: 2)<br>2011-10-30 20:27:58.143 MainServer::ANN Monitor<br>2011-10-30 20:27:58.143 adding: server as a client (events: 2)<br>
2011-10-30 20:27:58.396 ProgramInfo(13140_20111030202800.mpg), Error: GetPlaybackURL: &#39;13140_20111030202800.mpg&#39; should be local, but it can not be found.<br>2011-10-30 20:27:58.621 TVRec(2): ASK_RECORDING 2 0 0 0<br>
<br></blockquote>permissions of the folders at the new location. i have compared them to the default ones at /var/lib/mythtv/, and they match based off &#39;ls -l&#39;<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
<div>/data/mythtv/$ ls -l<br></div></blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">total 48<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Banners<br>
drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Coverart<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 DB_Backups<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Default<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Fanart<br>
drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 20:27 LiveTV<br>drwxrwsr-x 2 mythtv mythtv 12288 2011-10-30 20:27 Recordings<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Screenshots<br>drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Trailers<br>
drwxrwsr-x 2 mythtv mythtv  4096 2011-10-30 11:38 Videos<br></blockquote><div><br>I hope someone can help!<br>at the moment i&#39;m guessing it&#39;s permissions, but cant work out what is going wrong.<br></div>