<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Proper way to mount sd card on Redmi Note 9 Pro]]></title><description><![CDATA[<p dir="auto">When the sd card is inserted into phone, it isn't recognized automatically, after mounting it to folder which owner is phablet it isn't possible to change ownership from root back to phablet.<br />
Before the mount:<br />
<img src="/assets/uploads/files/1660669605286-c209fb53-a488-4032-bd10-e61019dcdaec-image.png" alt="c209fb53-a488-4032-bd10-e61019dcdaec-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1660669663106-c296405c-1c93-40e1-9ffd-c116385f8add-image.png" alt="c296405c-1c93-40e1-9ffd-c116385f8add-image.png" class=" img-fluid img-markdown" /><br />
I mounted the sd card with <code>sudo mount /dev/mmcblk0p1 ~/sd</code> and can access files without problems, but doesn't have write privileges.<br />
After the mount:<br />
<img src="/assets/uploads/files/1660670047762-d51e12f3-64f1-4b8b-971f-14b9a66f6622-image.png" alt="d51e12f3-64f1-4b8b-971f-14b9a66f6622-image.png" class=" img-fluid img-markdown" /><br />
When using:</p>
<pre><code>sudo chown phablet sd
sudo chmod 777 sd
</code></pre>
<p dir="auto">Output from chown command:<br />
<img src="/assets/uploads/files/1660670087860-73c6faba-d994-49a5-9892-fa517858f610-image.png" alt="73c6faba-d994-49a5-9892-fa517858f610-image.png" class=" img-fluid img-markdown" /><br />
Nothing happens and folder stays as root with only read privileges.<br />
Is there a way to mount sd card so that it also shows in app <strong>External drives</strong> and can be accessed without problems for reading and writing? Thanks for all suggestions, I tried many approaches for this and wasn't able to success.</p>
]]></description><link>https://forums.ubports.com/topic/8044/proper-way-to-mount-sd-card-on-redmi-note-9-pro</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 02:45:16 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/8044.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Aug 2022 17:15:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Proper way to mount sd card on Redmi Note 9 Pro on Tue, 23 Aug 2022 15:16:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nitanmarcel" aria-label="Profile: nitanmarcel">@<bdi>nitanmarcel</bdi></a> Looks not that difficult, I have to remember to get it the way it was before the OTA update. Do you have any information when it will be released?</p>
]]></description><link>https://forums.ubports.com/post/66705</link><guid isPermaLink="true">https://forums.ubports.com/post/66705</guid><dc:creator><![CDATA[Jakub]]></dc:creator><pubDate>Tue, 23 Aug 2022 15:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to Proper way to mount sd card on Redmi Note 9 Pro on Tue, 23 Aug 2022 07:08:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jakub" aria-label="Profile: jakub">@<bdi>jakub</bdi></a> Nah, the issue was with udisk udev. And actually I don't recommend it but you can fix the issue in stable and rc too.</p>
<pre><code>sudo mount -o rw,remount /
sudo nano /lib/udev/rules.d/99-android.rules
</code></pre>
<p dir="auto">Replace <code>ENV{UDISKS_SYSTEM}="1" </code> with <code>ENV{UDISKS_SYSTEM}="0" </code></p>
<p dir="auto">Save and reboot.</p>
]]></description><link>https://forums.ubports.com/post/66690</link><guid isPermaLink="true">https://forums.ubports.com/post/66690</guid><dc:creator><![CDATA[nitanmarcel]]></dc:creator><pubDate>Tue, 23 Aug 2022 07:08:30 GMT</pubDate></item><item><title><![CDATA[Reply to Proper way to mount sd card on Redmi Note 9 Pro on Mon, 22 Aug 2022 19:34:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nitanmarcel" aria-label="Profile: nitanmarcel">@<bdi>nitanmarcel</bdi></a> Thanks, will try that, I was also thinking that maybe adding sd card into fstab file could help, but on the other side I am not sure if that would give me write permissions or it would be the same as if mounting it manually.</p>
]]></description><link>https://forums.ubports.com/post/66678</link><guid isPermaLink="true">https://forums.ubports.com/post/66678</guid><dc:creator><![CDATA[Jakub]]></dc:creator><pubDate>Mon, 22 Aug 2022 19:34:28 GMT</pubDate></item><item><title><![CDATA[Reply to Proper way to mount sd card on Redmi Note 9 Pro on Mon, 22 Aug 2022 19:00:05 GMT]]></title><description><![CDATA[<p dir="auto">The sdcard will be properly fixed in the next OTA relase. If you want to test it now you can install the development channel from the settings app <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/66676</link><guid isPermaLink="true">https://forums.ubports.com/post/66676</guid><dc:creator><![CDATA[nitanmarcel]]></dc:creator><pubDate>Mon, 22 Aug 2022 19:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to Proper way to mount sd card on Redmi Note 9 Pro on Thu, 18 Aug 2022 09:15:17 GMT]]></title><description><![CDATA[<p dir="auto">Update: When sd card is inserted into USB card reader and formatted in UT and then put back into phone it is recognized without problem and can be accessed and written to. But after reboot it isn't mounted nor recognized when inserted into phone.</p>
]]></description><link>https://forums.ubports.com/post/66569</link><guid isPermaLink="true">https://forums.ubports.com/post/66569</guid><dc:creator><![CDATA[Jakub]]></dc:creator><pubDate>Thu, 18 Aug 2022 09:15:17 GMT</pubDate></item></channel></rss>