From: Andrew Ruthven Date: Tue, 11 Dec 2007 19:13:06 +0000 (+1300) Subject: Add details on how to get the disk storage output displayed by patching MythTV. X-Git-Tag: 0.6.0~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c40c9bed4b4ead2c4191a7eb4863bad1f1b5b8b;p=mythtv-status.git Add details on how to get the disk storage output displayed by patching MythTV. --- diff --git a/FAQ b/FAQ index 7fd2631..5e04f44 100644 --- a/FAQ +++ b/FAQ @@ -19,3 +19,21 @@ mythtv-perl (apt-get install mythtv-perl). Christian's packages are available at: http://www.debian-multimedia.org +Q) I want to see disk space individually for each of my storage groups, how +can I do this? +A) If you're using storage groups then you're currently running from SVN, +so you should be comfortable with what you need to do. Namely, apply a +couple of patches to MythTV and recompile. The patches are known to apply +against r15127. If they don't, please let me (andrew@etc.gen.nz) know. + +Grab the patches from: + - http://svn.mythtv.org/trac/ticket/4278 + - http://svn.mythtv.org/trac/ticket/4280 (the latest patch) + +Apply them, using something like the following from the root of your MythTV +build tree: + +patch -p1 < 0001-Return-the-storage-group-data-using-a-sensible-XML-a.patch +patch -p1 < 0003-Allow-defining-different-versions-of-the-XML-without.2.patch + +(The names might vary if I update the patches)