diff --git a/services/updater_main.cpp b/services/updater_main.cpp index 451b250a45e3aacaea2f221c27dff95b3042c88d..d131e8483008a51474f2dc8d9e9c8a86fbbff8b4 100644 --- a/services/updater_main.cpp +++ b/services/updater_main.cpp @@ -624,7 +624,7 @@ static int CheckMountData() UPDATER_INIT_RECORD; constexpr int retryTime = 3; for (int i = 0; i < retryTime; i++) { - if (SetupPartitions() == 0) { + if (SetupPartitions(true, Utils::IsVabDevice()) == 0) { return 0; } LOG(INFO) << "retry mount userdata number:" << i;