
mtdean at thirdcontact
May 1, 2012, 7:28 AM
Post #2 of 5
(254 views)
Permalink
|
On 05/01/2012 10:11 AM, Bob Diss wrote: > Hi all. I am using 0.24 (mythbackend version: fixes/0.24 > [v0.24.2-28-g91a06b9] www.mythtv.org), with storage groups to hold my > recordings. I set up two directories, on separate drives, > /store1/recordings and /store2/recordings, and this was working fine. > MythWeb would report these as two separate drives, and my total space > was around 1.3T. Now, something has now changed, and Myth sees these > two directories as one drive, and reports this in MythWeb as "MythTV > Drive #1, Directories: dvr:/store1/recordings, > dvr:/store2/recordings", and reports half the total space. What has > happened, and how can I correct this? > > [root [at] dv mythtv]# df -h /store1 /store2 > Filesystem Size Used Avail Use% Mounted on > /dev/sdf1 677G 598G 45G 94% /store1 > /dev/sdc1 677G 598G 45G 94% /store2 Because the 2 drives' statistics are identical (capacity, available and used space and such), MythTV is erring on the side of caution and considering them a single drive. To "fix" it, just change the stats... dd if=/dev/zero of=/store1/garbage_file bs=64M count=1 (or just wait for the next recording to happen on one of the disks). Mike
|