This commit is contained in:
gac-S_Changer
2018-08-17 16:53:57 +02:00
parent b717e25031
commit f5277198e9
6 changed files with 14 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
start =time.time()
unmount('A',2,5, force=True)
mount('A',2,5, force=True, read_dm=False)
print time.time()-start