我正在寻找python中的一种方法来找出给定路径使用哪种类型的文件系统。我想以跨平台的方式做到这一点。在Linux上,我可以抓取df -T
的输出,但这不适用于OSX或Windows。
答案 0 :(得分:2)
答案 1 :(得分:0)
This is the Windows API you might want to call. This should be a good start for the OS X api you are looking for, instead.
答案 2 :(得分:-1)
os.popen('/ sbin / fdisk -l / dev / sda')