<?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 MFS mount failure in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308155#M9896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one USB drive that fails to be properly mounted.&amp;nbsp; I'm using the MFS USB MSD project in MQX 4.1.&amp;nbsp; When the drive is interfaced it fails on validating the MBR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_code = get_valid_partitions(msd_dev_data-&amp;gt;PM_FD_PTR[0], &amp;amp;valid_parts);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step attempts to assign a drive letter to the whole device and that fails when reading back some information from the boot sector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_code = MFS_Read_device_sector(drive_ptr, BOOT_SECTOR, drive_ptr-&amp;gt;DIR_SECTOR_PTR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drive mounts fine in windows and from what I can tell the MBR is good too.&amp;nbsp; Anything I can do to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 15:16:32 GMT</pubDate>
    <dc:creator>Toe</dc:creator>
    <dc:date>2014-05-01T15:16:32Z</dc:date>
    <item>
      <title>MFS mount failure</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308155#M9896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one USB drive that fails to be properly mounted.&amp;nbsp; I'm using the MFS USB MSD project in MQX 4.1.&amp;nbsp; When the drive is interfaced it fails on validating the MBR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_code = get_valid_partitions(msd_dev_data-&amp;gt;PM_FD_PTR[0], &amp;amp;valid_parts);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step attempts to assign a drive letter to the whole device and that fails when reading back some information from the boot sector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_code = MFS_Read_device_sector(drive_ptr, BOOT_SECTOR, drive_ptr-&amp;gt;DIR_SECTOR_PTR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drive mounts fine in windows and from what I can tell the MBR is good too.&amp;nbsp; Anything I can do to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 15:16:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308155#M9896</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2014-05-01T15:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: MFS mount failure</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308156#M9897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;Hi Ryan,&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;Have you tested with a different USB stick? Have you ensured that the stick doesn’t have multiple partitions?&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;You could also try with the advance format options on Windows, and ensuring that the file system is FAT or FAT32.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:37:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308156#M9897</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2014-05-06T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: MFS mount failure</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308157#M9898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried 3 other sticks that work properly.&amp;nbsp; They are able to properly mount a partition and be read and written to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried the windows formatting options to make sure the sector sizes are valid and the drive only has 1 partition.&amp;nbsp; I would like to chalk it up to just the usb drive, but that drive works with the 4.1.1 msd_mfs_generic host example.&amp;nbsp; That uses a much different fat driver, so right now I'm thinking that not using MQX may be the only route that provides the support for everything I have been testing with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-mount-failure/m-p/308157#M9898</guid>
      <dc:creator>Toe</dc:creator>
      <dc:date>2014-05-06T20:44:43Z</dc:date>
    </item>
  </channel>
</rss>

