Python3 way of extracting iso without using mount unix command

前端 未结 0 533
猫巷女王i
猫巷女王i 2021-01-31 09:46

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"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题