diff --git a/model/EmulatedVolume.cpp b/model/EmulatedVolume.cpp index d40cf3f..7f5c4ff 100644 --- a/model/EmulatedVolume.cpp +++ b/model/EmulatedVolume.cpp @@ -86,6 +86,7 @@ status_t EmulatedVolume::doMount() { "-m", "-w", "-G", + "-i", mRawPath.c_str(), label.c_str(), NULL)) {