I want to extract an .iso file . I can do so by running subprocess.run command with below commands:
iso_file_path = "/a.iso" mount_dir = "/a/b"