I have set up a new MythTV backend on MythBuntu. The system disk is on a 2.5" 250GB disk. This disk is also used for storing recordings.<br>The system also contains a second disk. This is a 1TB disk. This disk is mounted on /media/1TB/.<br>
My "default" storage group setup contains two directories:<br>/var/lib/mythtv/recordings/ <-- on the 250GB<br>/media/1TB/recordings/ <-- on the 1TB<br><br>But when the backend starts, I see this in the log file:<br>
SG(Default) Warning: Group 'Default' references directory '/media/1TB/recordings/' but this directory does not exist. This directory will not be used on this server.<br><br>I have copied the path from the log file and I am able to enter this directory, so it is not a typo. So why on earth is this directory rejected?<br>
<br>Bonus info:<br>The directory looks like it has the same permissions as the one on the 250GB disk:<br>
drwxrwxr-x 2 mythtv mythtv 4096 2010-01-12 22:25 recordings<br>
<br>
I use ext4 on both disks.<br>
<br>
Output of df -h:<br>
Filesystem Size Used Avail Use% Mounted on<br>
/dev/sdb1 227G 202G 14G 94% /<br>
udev 497M 260K 496M 1% /dev<br>
none 497M 0 497M 0% /dev/shm<br>
none 497M 340K 496M 1% /var/run<br>
none 497M 0 497M 0% /var/lock<br>
none 497M 0 497M 0% /lib/init/rw<br>
/dev/sda1 917G 200M 908G 1% /media/1TB<br>
<br>
Contents of /etc/fstab:<br># <file system> <mount point> <type> <options> <dump> <pass><br>proc /proc proc defaults 0 0<br># / was on /dev/sda1 during installation<br>
UUID=5e22ffc1-bf1e-4582-9027-2857eaae6a7f / ext4 errors=remount-ro 0 1<br># swap was on /dev/sda5 during installation<br>UUID=c3591837-138d-4473-9c92-5b0713757e4e none swap sw 0 0<br>
<br>/dev/sda1 /media/1TB ext4 defaults 0 2<br><br><br>Thanks,<br>Jacob Lauritzen<br><br>