【问题标题】:How to determine the type of file system on an SD Card如何确定 SD 卡上的文件系统类型
【发布时间】:2012-12-05 07:08:48
【问题描述】:

如何确定SD卡上的文件系统类型(此卡尚未挂载,我需要确定文件系统类型,以便通过程序根据文件系统类型挂载SDCard) 或从终端。例如“mount -t ext3 /dev/sdc1 /mnt”

【问题讨论】:

    标签: linux filesystems mount


    【解决方案1】:

    您可以执行file -s /dev/sdc1,它可以识别文件系统数据。

    你可以通过mount -t auto /dev/sdc1 /mnt 让 mount 识别它。

    【讨论】:

    • 对于fat32 sd卡它看起来甚至没有提到fat32
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-06-09
    • 1970-01-01
    相关资源
    最近更新 更多