<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 05/01/2012 10:11 AM, Bob Diss wrote:
    <blockquote
      cite="mid:1335881469.6192.YahooMailNeo@web39403.mail.mud.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:arial,
        helvetica, sans-serif;font-size:10pt">
        <div style="font-family: arial, helvetica, sans-serif;
          font-size: 10pt; ">Hi all. &nbsp;I am using 0.24 (mythbackend
          version: fixes/0.24 [v0.24.2-28-g91a06b9] <a class="moz-txt-link-abbreviated" href="http://www.mythtv.org">www.mythtv.org</a>),
          with storage groups to hold my recordings. &nbsp;I set up two
          directories, on separate drives, /store1/recordings and
          /store2/recordings, and this was working fine. &nbsp;MythWeb would
          report these as two separate drives, and my total space was
          around 1.3T. &nbsp;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. &nbsp;What has happened, and how can I
          correct this?</div>
        <div style="font-family: arial, helvetica, sans-serif;
          font-size: 10pt; "><br>
        </div>
        <div>
          <div><font face="arial, helvetica, sans-serif" size="2">
              <div>[root@dvr mythtv]# df -h /store1 /store2</div>
              <div>Filesystem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp;Used Avail Use% Mounted
                on</div>
              <div>/dev/sdf1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 677G &nbsp;598G &nbsp; 45G &nbsp;94% /store1</div>
              <div>/dev/sdc1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 677G &nbsp;598G &nbsp; 45G &nbsp;94% /store2<br>
              </div>
            </font></div>
        </div>
      </div>
    </blockquote>
    <br>
    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.&nbsp; To "fix" it, just change the
    stats...<br>
    <br>
    dd if=/dev/zero of=/store1/garbage_file bs=64M count=1<br>
    <br>
    (or just wait for the next recording to happen on one of the disks).<br>
    <br>
    Mike<br>
  </body>
</html>