socialnerds/hive
socialnerds
/
hive
Archived
1
0
Fork 0

changed output

This commit is contained in:
David 2012-05-20 15:28:56 +02:00
parent fb53dbad7d
commit 88513c49af
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ if __name__ == "__main__":
print "device:\t\t" + str(partition["device"]) + "\nuuid:\t\t" + str(partition["uuid"])
if partition.has_key("mountpoint"):
print "mountpoint:\t" + str(partition["mountpoint"]) + "\nfilesystem:\t" + str(partition["filesystem"]) + "\nblocksize:\t" + str(partition["blocksize"]) + "\ntotal blocks:\t" + str(partition["total blocks"]) + "\nfree blocks:\t" + str(partition["free blocks"]) + "\n"
else:
print "\n"