socialnerds/hive
socialnerds
/
hive
Archived
1
0
Fork 0
This commit is contained in:
David 2012-05-17 11:52:38 +02:00
parent fd836bf578
commit 57ff13f9df
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ def fileparser(path):
# reading needed files
parts = fileparser("/proc/partitions")
mounts = fileparser("/proc/mounts") #bug.. what if uuids are in /proc/mounts
#mounts = fileparser("/proc/mounts") #bug.. what if uuids are in /proc/mounts
mounts = fileparser("/etc/mtab") #maybe that fixes the bug
partitions = []
blocks = []