This commit is contained in:
ed 2021-07-17 16:43:22 +02:00
parent 600e9ac947
commit 62df0a0eb2

View file

@ -66,6 +66,9 @@ def get_ramdisk():
for _ in range(10):
try:
_, _ = chkcmd("diskutil", "eraseVolume", "HFS+", "cptd", devname)
with open("/Volumes/cptd/.metadata_never_index", "w") as f:
f.write("orz")
return subdir("/Volumes/cptd")
except Exception as ex:
print(repr(ex))