【问题标题】:What are possible values for the FileSystemName string that GetVolumeInformation returns?GetVolumeInformation 返回的 FileSystemName 字符串的可能值是什么?
【发布时间】:2011-08-18 11:29:09
【问题描述】:

GetVolumeInformation 的MSDN documentationknowledge base article 不是很明确文件系统名称字符串可以包含什么。

明显的值是 NTFS、CDFS 和 FAT32。但它也能检测到其他文件系统吗?字符串是什么? 我还在某处读到有时版本号包含在字符串中。关于这个有什么想法吗?我已经不知道具体情况了。 :(

感谢您的帮助!

【问题讨论】:

    标签: c windows winapi


    【解决方案1】:

    此功能可以检测以下文件系统:

    FAT、FAT32、NTFS、HPFS、CDFS、UDF、NWFS

    根据我 3 年前的经历,我记得在 Windows XP SP3 上根本无法检测到 ex2 或 ex3。

    编辑

    从 Vista SP2 开始,也支持 exFAT

    【讨论】:

    • 从Vista SP2开始,还有exFAT
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-02-12
    • 1970-01-01
    • 2021-08-23
    • 2020-09-25
    • 2020-09-18
    • 1970-01-01
    • 2023-03-19
    相关资源
    最近更新 更多