<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I can not mount the exFAT SD card in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937559#M140446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if the issue connected exactly to exfat. &lt;BR /&gt;I mean please try to create some other filesystem (for example ext3) on a card and mount it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2019 08:13:06 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2019-07-22T08:13:06Z</dc:date>
    <item>
      <title>I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937556#M140443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have using EVK board (8MMINI-LPD4) with fsl-image-qt5-validation-imx(4.14-sumo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the title says, the exFAT SD card could not be mounted, &lt;STRONG&gt;does anyone know How to Mount exFAT SD Card?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;added &amp;lt;IMAGE_INSTALL_append += " fuse-exfat exfat-utils"&amp;gt; to site.conf&lt;/LI&gt;&lt;LI&gt;added the following line to fstab&lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;/dev/mmcblk1p1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/media/card&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; auto&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;defaults,sync,noauto&amp;nbsp; 0&amp;nbsp; 0&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount command is OK, but I can not access mountpoint.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mmevk:~# ls /media/card&lt;BR /&gt;ls: cannot access '/media/card': Transport endpoint is not connected&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dmesg is as follows.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mmevk:~# dmesg | grep mmc1&lt;BR /&gt;[ 2.307196] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA&lt;BR /&gt;[ 2.492272] mmc1: host does not support reading read-only switch, assuming write-enable&lt;BR /&gt;[ 2.711695] mmc1: new ultra high speed SDR104 SDHC card at address 59b4&lt;BR /&gt;[ 2.712296] mmcblk1: mmc1:59b4 SMI 14.9 GiB&lt;BR /&gt;root@imx8mmevk:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 02:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937556#M140443</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-07-18T02:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937557#M140444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure that the card has right partition table.&lt;BR /&gt;I mean "fdisk -lu /dev/mmcblk1" should tell that /dev/mmcblk1p1 exists there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 02:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937557#M140444</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-07-18T02:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937558#M140445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirmed fdisk and df. By the result,&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;mmcblk1p1 is existed but "&lt;SPAN&gt;Transport endpoint is not connected&lt;/SPAN&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Do I need other settings?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# fdisk -lu /dev/mmcblk1&lt;BR /&gt;Disk /dev/mmcblk1: 15 GiB, 16030629888 bytes, 31309824 sectors&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;BR /&gt;Disklabel type: dos&lt;BR /&gt;Disk identifier: 0x1199e995&lt;/P&gt;&lt;P&gt;Device Boot Start End Sectors Size Id Type&lt;BR /&gt;/dev/mmcblk1p1 8192 31309823 31301632 14.9G 7 HPFS/NTFS/exFAT&lt;BR /&gt;root@imx8mmevk:~# df -h&lt;BR /&gt;df: /media/card: Transport endpoint is not connected&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;/dev/root 1.6G 1.3G 179M 89% /&lt;BR /&gt;devtmpfs 660M 4.0K 660M 1% /dev&lt;BR /&gt;tmpfs 980M 0 980M 0% /dev/shm&lt;BR /&gt;tmpfs 980M 8.5M 971M 1% /run&lt;BR /&gt;tmpfs 980M 0 980M 0% /sys/fs/cgroup&lt;BR /&gt;tmpfs 980M 4.0K 980M 1% /tmp&lt;BR /&gt;tmpfs 980M 228K 980M 1% /var/volatile&lt;BR /&gt;/dev/mmcblk2p1 64M 22M 43M 34% /run/media/mmcblk2p1&lt;BR /&gt;tmpfs 196M 88K 196M 1% /run/user/0&lt;BR /&gt;root@imx8mmevk:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 03:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937558#M140445</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-07-18T03:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937559#M140446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if the issue connected exactly to exfat. &lt;BR /&gt;I mean please try to create some other filesystem (for example ext3) on a card and mount it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 08:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937559#M140446</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-07-22T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937560#M140447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;Hi Victor&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;Thank you for responding.&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;FAT32 was able to "mount" as follows.&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px;"&gt;Are there any other points to check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mmevk:~# fdisk -lu /dev/mmcblk1&lt;BR /&gt;Disk /dev/mmcblk1: 15 GiB, 16030629888 bytes, 31309824 sectors&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;BR /&gt;Disklabel type: dos&lt;BR /&gt;Disk identifier: 0x1199e995&lt;/P&gt;&lt;P&gt;Device Boot Start End Sectors Size Id Type&lt;BR /&gt;/dev/mmcblk1p1 8192 31309823 31301632 14.9G c W95 FAT32 (LBA)&lt;BR /&gt;root@imx8mmevk:~# ls /mnt&lt;BR /&gt;root@imx8mmevk:~# mount /dev/mmcblk1p1 /mnt&lt;BR /&gt;root@imx8mmevk:~# ls /mnt&lt;BR /&gt;System Volume Information&lt;BR /&gt;root@imx8mmevk:~# cd /mnt&lt;BR /&gt;root@imx8mmevk:/mnt# touch test.txt&lt;BR /&gt;root@imx8mmevk:/mnt# ls -al&lt;BR /&gt;total 20&lt;BR /&gt;drwxr-xr-x 3 root root 8192 Apr 16 10:35 .&lt;BR /&gt;drwxr-xr-x 22 root root 4096 Apr 16 09:45 ..&lt;BR /&gt;drwxr-xr-x 2 root root 8192 Jul 23 2019 System Volume Information&lt;BR /&gt;-rwxr-xr-x 1 root root 0 Apr 16 10:35 test.txt&lt;BR /&gt;root@imx8mmevk:/mnt#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 04:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937560#M140447</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-07-23T04:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937561#M140448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems there is something wrong with filesystem driver.&lt;BR /&gt;Please try play with exfat-utils and fuse-exfat packages refering to this article:&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-94850" target="test_blank"&gt;https://community.nxp.com/docs/DOC-94850&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 04:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937561#M140448</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-07-31T04:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937562#M140449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it and&amp;nbsp;write a post when I understand something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 05:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937562#M140449</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-07-31T05:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: I can not mount the exFAT SD card</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937563#M140450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand how to avoid it. See thread below.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://serverfault.com/questions/766506/automount-usb-drives-with-systemd/767079#767079" title="https://serverfault.com/questions/766506/automount-usb-drives-with-systemd/767079#767079"&gt;linux - Automount USB drives with systemd - Server Fault&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, the following three files were required.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/usr/local/bin/usb-mount.sh&lt;/LI&gt;&lt;LI&gt;/etc/systemd/system/usb-mount@.service&lt;/LI&gt;&lt;LI&gt;/etc/udev/rules.d/99-local.rules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #242729; background-color: #ffffff; border: 0px; font-weight: bold; margin: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #242729; background-color: #ffffff; border: 0px; font-weight: bold; margin: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using the sh file, I can mount / unmount as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;root@imx8mm-var-dart:~# /usr/local/bin/usb-mount.sh add mmcblk1p1&lt;BR /&gt;Mount point: /media/mmcblk1p1&lt;BR /&gt;FUSE exfat 1.2.3&lt;BR /&gt;**** Mounted /dev/mmcblk1p1 at /media/mmcblk1p1 ****&lt;BR /&gt;root@imx8mm-var-dart:~# vi /media/mmcblk1p1/hoge.txt&lt;BR /&gt;root@imx8mm-var-dart:~# /usr/local/bin/usb-mount.sh remove mmcblk1p1&lt;BR /&gt;**** Unmounted /dev/mmcblk1p1&lt;BR /&gt;**** Removing mount point /media/mmcblk1p1&lt;BR /&gt;root@imx8mm-var-dart:~#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;T.Kashiwagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2019 02:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-can-not-mount-the-exFAT-SD-card/m-p/937563#M140450</guid>
      <dc:creator>Takashi_Kashiwagi</dc:creator>
      <dc:date>2019-08-08T02:56:43Z</dc:date>
    </item>
  </channel>
</rss>

