diff --git a/partitionmanager.cpp b/partitionmanager.cpp index 596531f5..b2654698 100755 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -515,7 +515,7 @@ int TWPartitionManager::Mount_By_Path(string Path, bool Display_Error) { bool found = false; string Local_Path = TWFunc::Get_Root_Path(Path); - if (Local_Path == "/tmp" || Local_Path == "/") + if (Local_Path == "/tmp" || Local_Path == "/" || Local_Path == "/etc") return true; // Iterate through all partitions