diff --git a/services/storage_daemon/volume/src/external_volume_info.cpp b/services/storage_daemon/volume/src/external_volume_info.cpp index 98ec664e7061decb5da5d8bf93e027800b43c8bb..8028e525e4779fcc0b4d43d7d4f79574ceebb0ef 100644 --- a/services/storage_daemon/volume/src/external_volume_info.cpp +++ b/services/storage_daemon/volume/src/external_volume_info.cpp @@ -167,7 +167,9 @@ int32_t ExternalVolumeInfo::DoMount4Exfat(uint32_t mountFlags) } std::vector cmd = { - "mount.exfat", + "mount", + "-t", + "exfat", "-o", mountData.c_str(), devPath_,