<?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[How can I get writing access to mounted sd-card?]]></title><description><![CDATA[<p dir="auto">When having mounted a fat32 formatted 32GB sd card to the folder /media/myfolder with the command</p>
<pre><code>sudo mount -t vfat /dev/sda /media/myfolder
</code></pre>
<p dir="auto">sda in my case found with the command fdisk -l<br />
I can correctly read all my files on the sd card, but cannot get write access in order to add files or modify them.<br />
It would be a great feature to synchronize my phablet files with the ones on the sd card...<br />
Is there actually a solution?<br />
pixel 3axl focal rc</p>
]]></description><link>https://forums.ubports.com/topic/9298/how-can-i-get-writing-access-to-mounted-sd-card</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 15:34:09 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/9298.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Aug 2023 20:05:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I get writing access to mounted sd-card? on Fri, 25 Aug 2023 19:41:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> thank you for your answer!<br />
...what I tried:<br />
sudo mount -rw -t vfat /dev/sda /media/myfolder<br />
...and after sucessfully mounting<br />
sudo chmod -v -R 777 /media/myfolder<br />
...all folders/ files in /media/myfolder were shown (in terminal!) as being changed from rwx rx rx ---&gt; to rwx rwx rwx.<br />
So, full of hope, I opened my phone's filemanager and tried to change a file's name in /media/myfolder...<br />
...but neither adding a file nor changing its name was accepted by the system...no write access! Also, of course, the contents of files couldn't be changed by e.g. Seabass2-app.<br />
In spite of the permission changes signaled by the terminal, the files on the SD-card obviously remained unchanged.<br />
Had no success also when trying a mount-folder in /home/phablet/myfolder...</p>
<p dir="auto">The files on the SD card were written by myself with the "external storage"-app on the same phone. So I should be the owner/ root of the files...<br />
What's wrong with my trials?</p>
]]></description><link>https://forums.ubports.com/post/75031</link><guid isPermaLink="true">https://forums.ubports.com/post/75031</guid><dc:creator><![CDATA[uwahl]]></dc:creator><pubDate>Fri, 25 Aug 2023 19:41:36 GMT</pubDate></item><item><title><![CDATA[Reply to How can I get writing access to mounted sd-card? on Fri, 25 Aug 2023 08:45:25 GMT]]></title><description><![CDATA[<p dir="auto">Probly the permissions are not allowing it, try:</p>
<pre><code>sudo chmod 777 /media/myfolder
</code></pre>
]]></description><link>https://forums.ubports.com/post/75023</link><guid isPermaLink="true">https://forums.ubports.com/post/75023</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Fri, 25 Aug 2023 08:45:25 GMT</pubDate></item></channel></rss>