diff options
-rw-r--r-- | fsset.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -510,6 +510,7 @@ class extFileSystem(FileSystemType): rc = iutil.execWithRedirect("/usr/sbin/tune2fs", ["tunefs", "-c0", "-i0", + "-Odir_index", devicePath], stdout = "/dev/tty5", stderr = "/dev/tty5") |