summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21linhes-system: add_storage.py. Change the way the drive is determined to ↵James Meyer1-19/+32
be in use, and what the fstype of /myth is. This new method parses /proc/mounts and should be a bit more reliable. Fixes a bug where XFS partitions were not detected in use. refs #796
2012-01-19LinHES-system: add_storage.py add the ability to only report on new disks, ↵James Meyer1-8/+31
but take no action. refs #796
2012-01-17linhes-system: include add_storage.py.James Meyer1-0/+426
This program is used to detect and autoadd storage to mythtv storage groups. Currently it's not hooked up to anything, but hopefully in the near future it will be an automated process. add_storage will only prompt for new disks, it will skip the following: - optical disks - disks that are in fstab - disks that are mounted (but may not be in fstab) - disks smaller then 5mb refs #796